chmanie on develop
Update README.md (compare)
chmanie on develop
Update README.md (compare)
yarn seed-network
yarn run v1.12.3
$ node scripts/seed_network.js
(node:98183) UnhandledPromiseRejectionWarning: Error: No such event "FundingPotAdded" on this contract
at new ContractEvent (/Users/mehranhydary/Desktop/unicef/dev/colony/colony-starter-react/node_modules/@colony/colony-js-contract-client/lib/classes/ContractEvent.js:47:32)
at ColonyClient.addEvent (/Users/mehranhydary/Desktop/unicef/dev/colony/colony-starter-react/node_modules/@colony/colony-js-contract-client/lib/classes/ContractClient.js:458:19)
at ColonyClient.initializeContractMethods (/Users/mehranhydary/Desktop/unicef/dev/colony/colony-starter-react/node_modules/@colony/colony-js-client/lib/ColonyClient/index.js:662:12)
at ColonyClient._callee$ (/Users/mehranhydary/Desktop/unicef/dev/colony/colony-starter-react/node_modules/@colony/colony-js-contract-client/lib/classes/ContractClient.js:142:22)
at tryCatch (/Users/mehranhydary/Desktop/unicef/dev/colony/colony-starter-react/node_modules/babel-runtime/node_modules/regenerator-runtime/runtime.js:62:40)
at Generator.invoke [as _invoke] (/Users/mehranhydary/Desktop/unicef/dev/colony/colony-starter-react/node_modules/babel-runtime/node_modules/regenerator-runtime/runtime.js:296:22)
at Generator.prototype.(anonymous function) [as next] (/Users/mehranhydary/Desktop/unicef/dev/colony/colony-starter-react/node_modules/babel-runtime/node_modules/regenerator-runtime/runtime.js:114:21)
at step (/Users/mehranhydary/Desktop/unicef/dev/colony/colony-starter-react/node_modules/babel-runtime/helpers/asyncToGenerator.js:17:30)
at /Users/mehranhydary/Desktop/unicef/dev/colony/colony-starter-react/node_modules/babel-runtime/helpers/asyncToGenerator.js:28:13
at process._tickCallback (internal/process/next_tick.js:68:7)
(node:98183) UnhandledPromiseRejectionWarning: Unhandled promise rejection. This error originated either by throwing inside of an async function without a catch block, or by rejecting a promise which was not handled with .catch(). (rejection id: 1)
(node:98183) [DEP0018] DeprecationWarning: Unhandled promise rejections are deprecated. In the future, promise rejections that are not handled will terminate the Node.js process with a non-zero exit code.
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