Skip to content

regalfaith/ico

 
 

Repository files navigation

Spenta token smart contracts

This is ERC-20 smart contracts source code for Spenta token ICO

Prerequisites

npm v5.8.0

node v8.7.0

ganache v1.1.0

Installation

  1. Install dependent npm packages.
npm install

  1. Install Truffle globally.
npm install -g truffle@4.1.11

  1. Compile contracts.
truffle compile

  1. Migrate contracts.
truffle migrate

  1. Run test token explorer.
npm run dev

License

This project is licensed under the MIT License

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.1%
  • HTML 0.9%