chmanie on develop
Update README.md (compare)
chmanie on develop
Update README.md (compare)
const {
eventData: { colonyAddress, colonyId }
} = await networkClient.createColony.send({ tokenAddress });
account[0] createToken:
Token Address: 0x5CC4a96B08e8C88f2c6FC5772496FeD9666e4D1F
account[0] createColony:
Colony Address: undefined
Colony ID: undefined
colony-starter-basic
.
@Joera When you get a chance, I published a new version of the colony-starter
package and the colony-starter-basic
package. The instructions have changed a bit in preparation to support more commands in colonyStarter.
Step 1: yarn global add @colony/colony-starter
Step 2: colony build basic
Step 3: cd colony-starter-basic
localhost:8545
and you have colonyNetwork set up in your local environment (ganache is running, the colonyNetwork contracts have been deployed, and you have trufflepig running). You might have encountered an error during one of these steps. Let me know if that is the case and I can help debug the issue.