Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/relevant-community/bonding-curve
Simple bonding curve contract based on bancor formula
https://github.com/relevant-community/bonding-curve
Last synced: 3 months ago
JSON representation
Simple bonding curve contract based on bancor formula
- Host: GitHub
- URL: https://github.com/relevant-community/bonding-curve
- Owner: relevant-community
- License: apache-2.0
- Created: 2018-03-20T18:29:43.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-12T17:00:55.000Z (about 6 years ago)
- Last Synced: 2024-08-03T01:14:39.632Z (6 months ago)
- Language: JavaScript
- Size: 173 KB
- Stars: 71
- Watchers: 9
- Forks: 18
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
- awesome-dao-zh - Bonds Module - 使用 Cosmos SDK 实现联合曲线功能 (合约开发)
README
# 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](https://github.com/relevant-community/bonding-curve/CONTRIBUTING.md)## 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