buttonwood-core

Core contracts fo rthe Buttonwood protocol

Usage no npm install needed!

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

README

Buttonwood

Actions Status

An Automated Market Maker optimized for elastic supply tokens such as Ampleforth. Based off of the Uniswap V2 Protocol.

Local Development

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

Install Dependencies

yarn

Compile Contracts

yarn compile

Run Tests

yarn test