buttonwood-periphery

Peripheral smart contracts for interacting with Buttonwood

Usage no npm install needed!

<script type="module">
  import buttonwoodPeriphery from 'https://cdn.skypack.dev/buttonwood-periphery';
</script>

README

Buttonwood

Actions Status npm

In-depth documentation on Buttonwood is available at uniswap.org.

The built contract artifacts can be browsed via unpkg.com.

Local Development

The following assumes the use of node@>=10.

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test