Skip to content

📈Factory for creating your own continuous tokens with bonding curve. Create your own ERC20 compatible token, the price of which will vary depending on the number of ETH or other ERC20 on the contract. Use Bancor formula or any other Bonding Curve Price Formulas.

License

Notifications You must be signed in to change notification settings

galtproject/continuous-token

Repository files navigation

Solidity Bootstrap Project

How to use it

  • Fork this repo
  • Remove .git folder and initialize a new github repo with git init to drop off this repo history
  • Update descriptions in files like README.md and package.json

Commands

  • make cleanup - remove solidity build artifacts
  • make compile - compile solidity files, executes make cleanup before compilation
  • make test - run tests
  • make coverage - run solidity coverage
  • make lint - run solidity and javascript linters
  • make deploy - run deployment scripts
  • make ganache - run local pre-configured ganache

For more information check out Makefile

Tests

Includes test runner configuration for the following CI services:

  • GitHub Actions
  • GitLab CI
  • Travis CI

About

📈Factory for creating your own continuous tokens with bonding curve. Create your own ERC20 compatible token, the price of which will vary depending on the number of ETH or other ERC20 on the contract. Use Bancor formula or any other Bonding Curve Price Formulas.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published