Skip to content

bokkypoobah/AionTokenContractAudit

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

55 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

AION ERC20

Aion ERC20 token, ICO contracts and TRS contracts repository.

Setup

Current setup is tested using the following configuration:

  • EthereumJS TestRPC v4.1.0 (ganache-core: 1.1.1)
  • Truffle v3.4.9
  • Solidity v0.4.17+commit.bdeb9e52.Linux.g++
  • Assuming pragma solidity >= 0.4.10

Testing

To do unit testing first run npm install in each directory (to install the local modules), run testrpc and finally navigate to the token folder and run the truffle tests through truffle test. This document will be updated as more complex environment tests are added.

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 56.9%
  • Shell 43.1%