Gifto Token and Crowdsale Contracts

November 30, 2017 ยท View on GitHub

Coverage Status Build Status

The smart contracts for the Gifto token (gifto) crowdsale.

Gifto

Contracts

Please see the contracts/ directory.

Deploy Information

Total Supply will be 1 billion tokens.

Develop

Contracts are written in Solidity and tested using Truffle and testrpc.

Dependencies

# Install local node dependencies:
$ npm install

Test

# A test script is included:
$ npm test

Contents

  1. 1Contracts
  2. 2Deploy Information
  3. 3Develop
  4. 3.1Dependencies
  5. 3.2Test