lsaether / bonding-curves

Smart contracts for bonding curves (aka curve bonded tokens).

Home Page:https://github.com/convergentcx/Arc

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

bonding-curves

Bonding Curves are a method of continous token minting / burning. They are proposed as a solution for many problems in the blockchain space. Examples include Futarchy, fairer ICOs, and Curation Markets.

Testing

Clone this repository into a local directory then run yarn to install the remote packages, then yarn generate to compile the smart contracts and create Truffle artifacts with TypeScript bindings. In one window run yarn ganache to start the development chain. In another window run yarn test to run the tests.

About

Smart contracts for bonding curves (aka curve bonded tokens).

https://github.com/convergentcx/Arc


Languages

Language:Solidity 74.7%Language:JavaScript 18.4%Language:TypeScript 3.8%Language:HTML 2.0%Language:CSS 1.1%