https://github.com/yearn/hardhat-monorepo
https://github.com/yearn/hardhat-monorepo
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/yearn/hardhat-monorepo
- Owner: yearn
- Created: 2021-10-29T13:44:13.000Z (almost 5 years ago)
- Default Branch: main
- Last Pushed: 2022-05-25T16:05:30.000Z (about 4 years ago)
- Last Synced: 2025-03-20T19:07:29.441Z (over 1 year ago)
- Language: TypeScript
- Size: 1.08 MB
- Stars: 31
- Watchers: 5
- Forks: 33
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Welcome to hardhat-monorepo 👋
> A monorepo setup using yarn workspace and Lerna for smart contract packages such as yswaps, strategies-keep3r and steath-txs etc.
## Install
```sh
yarn
```
## Run tests
```sh
yarn test
```
## Compile Contracts
```sh
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
* Website: https://yearn.finance/
* Twitter: [@iearnfinance](https://twitter.com/iearnfinance)
## 🤝 Contributing
Contributions, issues and feature requests are welcome!
Feel free to check [issues page](https://github.com/yearn/hardhat-monorepo/issues).
## Show your support
Give a ⭐️ if this project helped you!
***
_This README was generated with ❤️ by [readme-md-generator](https://github.com/kefranabg/readme-md-generator)_