September 2019
Beginner to intermediate
540 pages
13h 3m
English
With all the required components and configuration set up, now we can deploy our contract to a Ganache network. Open the terminal under the project root folder, and run the deploy command as follows:
truffle deploy
Once the deployment is successful, we should see that the contract status will be changed to Deployed. This is how the desktop deployment status under the CONTRACTS tab will look:

We can also verify deployment and check the transaction hash under the TRANSACTION tab. The Truffle migration transaction is displayed. The contract owner address is our first account from Ganache:
Our project is ready to run, ...
Read now
Unlock full access