ACE Token
Abstract
First of one token for Token Stars platform
Details
Name: ACE Token
Ticker: ACE
Decimals: 0
Emission
Type: Once
Amount: Not more than 165,000,000 tokens
Distribution 2/3 – crowdsale investors 1/6 – team 1/6 – community (rewards, bounty)
Installation
- Install (if not yet) node and npm on your machine
- Execute command
npm install -g truffle
- Clone repository
git clone https://github.com/alerdenisov/ace-token.git ace
Usage
- First run
truffle compile
- Then run
truffle migrate
to deploy the contracts onto your network of choice (default "development").
Testing
- Run command
truffle test