Welcome to hardhat-monorepo 👋

License: GNU Twitter: iearnfinance

A monorepo setup using yarn workspace and Lerna for smart contract packages such as yswaps, strategies-keep3r and steath-txs etc.

Install

yarn

Run tests

yarn test

Compile Contracts

yarn compile
rm -rf node_modules
# or remove the package you changed for faster install
rm -rf node_modules/@yearn/{package_name} # e.g. rm -rf node_modules/@yearn/yswaps
# reinstall to hoist the updated packages
yarn

Author

🤝 Contributing

Contributions, issues and feature requests are welcome!

Feel free to check issues page.

Show your support

Give a ⭐️ if this project helped you!


This README was generated with ❤️ by readme-md-generator