relevant-community / bonding-curve

Simple bonding curve contract based on bancor formula

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bonding Curve aka Automatic Market Maker Contract

The code is based on Bancor Contracts: https://github.com/bancorprotocol/contracts

Install

npm install

Test

npm test

Run Tests Continuously

npm watch

Contributing

If you would like to contribute, check out the contribution guidelines

Resources

Some background reading about bonding curves:
https://hackernoon.com/how-to-make-bonding-curves-for-continuous-token-models-3784653f8b17
https://medium.com/@simondlr/tokens-2-0-curved-token-bonding-in-curation-markets-1764a2e0bee5
and Bancor formula:
https://drive.google.com/file/d/0B3HPNP-GDn7aRkVaV3dkVl9NS2M/view

About

Simple bonding curve contract based on bancor formula

License:Apache License 2.0


Languages

Language:JavaScript 92.8%Language:Shell 7.2%