Smart contracts for doing Dollar Cost Averaging, powered by Gelato.
yarn && yarn install
yarn prepare
yarn build
yarn test
yarn coverage
yarn hardhat run PATH_TO_SCRIPT
yarn hardhat HARDHAT_TASK
Deploy your contract address first before verifying.
yarn hardhat run --network ropsten scripts/deploy.ts
yarn verify --network ropsten DEPLOYED_CONTRACT_ADDRESS "Hello"