"dependencies": {
"openzeppelin-solidity": "^2.1.2",
"truffle-hdwallet-provider": "^1.0.0-web3one.5"
},
I used ropsten network
instead rinkeby
, because my account is still 0 for rinkeby.
any attempts to request for ETH in rinkeby network are failed.
- create file
.secret
and fill in your mnemonic seed words - run
truffle develop
- run
truffle migrate --reset --network ropsten
I use ropsten network because I cannot get ETH in my rinkeby account - go to client
cd app
npm install
andnpm run dev
- go to
localhost:8080
- block with
star ID = 10
andstarID = 20
are already created, attempt to recreate this id will be rejected by EVM