Deploying to a test network

Development and testing so far has used Ganache as a local blockchain instance. We now want to go a step further, and deploy our contracts to a public testnet so that other users can interact with them.

There are multiple options for deploying to a public test network, including:

Our development so far has been based on Truffle, so we will continue in that vein. The deployment will involve several steps:

  • Running a Geth client and syncing it with the Rinkeby test network
  • Creating and funding a new account
  • Configuring Truffle to communicate with the new Geth instance
  • Deploying the code
..................Content has been hidden....................

You can't read the all page of ebook, please click here login for view all page.
Reset