npm install
truffle compile --all
Sign up on infura.
Ethereum API | IPFS API & Gateway | ETH Nodes as a Service | Infura
Create Project.
https://infura.io/dashboard/ethereum
Select the project you created
Go under settings
Copy paste the link "https://mainnet.infura.io/v3/...."
Start Ganache-CLI mainet hardfork
ganache-cli --fork https://mainnet.infura.io/v3/ -p 7545
Run Ganache for testing.
truffle test test/EscrowTest.js --network development
