So far we’ve been deploying to a blockchain running locally. Let’s get our smart contract onto the Rinkeby test network.
Create an account on the command line and then get some ether through a faucet. In this lesson, we used https://faucets.chain.link/rinkeby to get our fake ether. Then we use our same deploy script, except with the --network
flag that we set to rinkeby
.