@donaswap/periphery
Version:
🎚 Peripheral smart contracts for interacting with Donaswap
37 lines (23 loc) • 1.3 kB
Markdown








# Donaswap Periphery
In-depth documentation on Donaswap is available at [donaswap.com](https://donaswap.com).
The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@donaswap/periphery@latest/).
# Local Development
The following assumes the use of `node@>=10`.
## Install Dependencies
`yarn`
## Compile Contracts
`yarn compile`
## Run Tests
`yarn test`
---
## License
[](https://www.gnu.org/licenses/gpl-3.0)
This project is licensed under the GNU General Public License v3.0. See the [LICENSE](LICENSE) file for details.