yarn
# Run next.js dev server locally
yarn workspace web dev
# Run hardhat tests
yarn workspace hardhat hardhat test
yarn workspace hardhat hardhat etherscan-verify --network rinkeby
# elyfi-test network
yarn workspace hardhat hardhat deploy --network ganache_remote --tags mainnet
# mainnet
yarn workspace hardhat hardhat deploy --network mainnet --tags mainnet