Skip to content

alerdenisov/ace-token

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ACE Token

Abstract

First of one token for TokenStars platform

Details

Name: ACE Token

Ticker: ACE

Decimals: 0

Emission

Type: Once

Amount: Not more than 165,000,000 tokens

Distribution 3/5 – crowdsale investors 1/5 – team 1/5 – community (rewards, bounty)

Installation

  1. Install (if not yet) node and npm on your machine
  2. Execute command npm install -g truffle
  3. Clone repository git clone https://github.com/alerdenisov/ace-token.git ace

Usage

  1. First run truffle compile
  2. Then run truffle migrate to deploy the contracts onto your network of choice (default "development").

Testing

  1. Run command truffle test