0.0.0 • Published 6 years ago

coin-verse v0.0.0

Weekly downloads
2
License
MIT
Repository
github
Last release
6 years ago

Coin Verse

CoinUs dApp network

Version: 0.1.4

Smart contracts

Ropsten

ContractAddress
ContractRegistry0x3f2b3dc17adf4865021f5102c3985f5c5a859f76
CoinVerseContractIds0x39f19e230cf624f4373ca52ab59d0dfffb19132c
ContractIds0xd6d9dc2c975720e42e91b91c943bf4f483f02985
ContractFeatures0x8533fdbb1cb7729afa79c92e336ed68bcc9a2d72
BancorFormula0x09e6d83c3136fb2a3d46a4756ec59a712ffb0d9b
BancorGasPriceLimit0xd2394d01dbf5ede58432bd2ae512d4be2e0d962e
BancorConverterFactory0xe2a35220c524d3dd2f4a184262bd837e64dbe1a5
BancorConverterUpgrader0x5325090ba91ce3026b9321f0eb0af23554445994
BancorNetwork0xd12be7027d709b63a58f58fa2b04ca7891297471
TokenPool0x5c4ad3d531c0265bbec430b7becb66809aadcd4e
CnusPoolForStaking0x78f73b3011523cb44921329a4fba49a425ffd723
BnusToken0xf0119b5d878deaaa437d3acd279a7912b0ac6d9a
CnusTokenMockUp0xa354eb933605d7d51327c21c7e173eb37e5c8833
BnusConverter0x3027e00526bae4c845eefd5fc66d1ae69669d3d2

Mainnet

ContractAddress
ContractRegistry0x0000000000000000000000000000000000000000
CoinVerseContractIds0x0000000000000000000000000000000000000000
ContractIds0x0000000000000000000000000000000000000000
ContractFeatures0x0000000000000000000000000000000000000000
BancorFormula0x0000000000000000000000000000000000000000
BancorGasPriceLimit0x0000000000000000000000000000000000000000
BancorConverterFactory0x0000000000000000000000000000000000000000
BancorConverterUpgrader0x0000000000000000000000000000000000000000
BancorNetwork0x0000000000000000000000000000000000000000
TokenPool0x0000000000000000000000000000000000000000
CnusPoolForStaking0x0000000000000000000000000000000000000000
BnusToken0x0000000000000000000000000000000000000000
CnusTokenMockUp0x0000000000000000000000000000000000000000
BnusConverter0x0000000000000000000000000000000000000000

Development status

Development environment

npm.io npm.io npm.io npm.io

Run test

  1. Clone repository

    git clone https://github.com/wanseob/coin-verse
  2. Install packages

    npm install
  3. Run the following command

    npm run test

Deployment via infura.io

  1. Setup .env file in the project root directory

    MNENOMIC=work1 word2 word3 word4 word5 word6 word7 word8 word9 word10 word11 word12
    INFURA_API_KEY=b1a22d17d8ef102bcda3f2c928da3c47
  2. Run the following command

    ./node_modules/.bin/truffle migrate --network ropsten # ropsten
    ./node_modules/.bin/truffle migrate --network mainnet # mainnet

License

MIT License