@treeswap/tree-swap-periphery
Version:
🎚 Peripheral smart contracts for interacting with Treeswap V2
25 lines (13 loc) • 698 B
Markdown
# Treeswap V2
[](https://github.com/treeswap/tree-swap-periphery/actions)
[](https://npmjs.com/package/@treeswap/tree-swap-periphery)
In-depth documentation on Treeswap V2 is available at [treeswap.org](https://treeswap.org/docs).
The built contract artifacts can be browsed via [unpkg.com](https://unpkg.com/browse/@treeswap/tree-swap-periphery@latest/).
# Local Development
The following assumes the use of `node@>=10`.
## Install Dependencies
`yarn`
## Compile Contracts
`yarn compile`
## Run Tests
`yarn test`