November 2018
Intermediate to advanced
528 pages
13h 21m
English
We have now compiled our contract and configured Truffle to deploy the bytecode into the local blockchain network called my_ganache. To specify the deployment network, we need to run Truffle with the --network option, as follows: truffle migrate --network my_ganache.
But, wait! It won’t connect unless you start the my_ganache network, right? This is what we will configure in the next step.
Read now
Unlock full access