An open API service indexing awesome lists of open source software.

https://github.com/yearn/hardhat-monorepo


https://github.com/yearn/hardhat-monorepo

Last synced: over 1 year ago
JSON representation

Awesome Lists containing this project

README

          

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

```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)_