https://ease.org/learn/learn-crypto-defi/
- clone this repo
git clone git@github.com:EaseDeFi/ease-rca.git
- create new
.env
file 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