https://ease.org/learn/learn-crypto-defi/
- clone this repo
git clone [email protected]:EaseDeFi/ease-rca.git - create new
.envfile and fill values from.env.example - Compile contracts -
npm run build - Run tests -
npm test
npx hardhat run deploy/scriptYouWantToRun.ts --network mainnet/goerli
- Check and fix linting issues =
npm run lint:check&&npm run lint:fix - Check and fix format issuse =
npm run prettier:check&&npm run prettier:format