UNPKG

@donaswap/periphery

Version:

🎚 Peripheral smart contracts for interacting with Donaswap

37 lines (23 loc) • 1.3 kB
![Stars](https://img.shields.io/gitlab/stars/Donaswap/periphery?style=social) ![Forks](https://img.shields.io/gitlab/forks/Donaswap/periphery?style=social) ![Contributors](https://img.shields.io/gitlab/contributors/donaswap/periphery) ![Issues](https://img.shields.io/gitlab/issues/open/Donaswap/periphery) ![Merge requests](https://img.shields.io/gitlab/merge-requests/open/Donaswap/periphery) ![Last Commit](https://img.shields.io/gitlab/last-commit/Donaswap/periphery) ![Discord](https://img.shields.io/discord/851473572772970527?label=Discord) ![Twitter Follow](https://img.shields.io/twitter/follow/donaswap?style=social) # 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 [![License: GPL v3.0](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](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.