hlgkb / allcode-coin

AllCode Coin Cryptocurrency based on Ethereum

Home Page:http://www.allcode.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AllCodeCoin-token

Cryptocurrency based on Ethereum for healthcare rewards

Requirements

To run tests you need to install the following software:

How to test

To run test open the terminal and run the following commands:

$ cd smart-contract
$ truffle migrate
$ truffle test ./test/MainFlow.js

## Deployment

To deploy smart contracts to live network do the following steps:
1. Go to the smart contract folder and run truffle console:
```sh
$ cd smart-contract
$ truffle console
  1. Inside truffle console invoke "migrate" command to deploy contracts:
truffle> migrate

About

AllCode Coin Cryptocurrency based on Ethereum

http://www.allcode.com


Languages

Language:JavaScript 100.0%