This chapter will teach you how to correctly migrate your Truffle application to Ethereum blockchains. You will learn that migrating your application is a fundamental component in creating a fully shippable, decentralized application. Moreover, you will learn about and work with Ethereum test networks such as Ropsten and Kovan. Lastly, you will learn and uncover common pitfalls when attempting to migrate your application.
Specifically, you will:
- Learn and understand how to migrate and deploy a Truffle contract
- Learn and understand how to configure Truffle to deploy to the appropriate network
- Learn and understand common migration pitfalls and how to mitigate them