- Node JS installed: https://nodejs.org/en/download/
- Truffle suite installed: https://trufflesuite.com/docs/truffle/how-to/install/
- Network: Ethereum Goerli
- New RPC URL: https://goerli.infura.io/v3/
- Chain ID: 5
- Currency symbol: ETH
- Block explorer: https://goerli.etherscan.io/
- Faucet: https://goerlifaucet.com/
- Copy .env.example and rename it to .env
- Set required variables on .env file
truffle compile
truffle migrate --network goerli
Tests all available operations on the contract.
truffle test