Skip to content

krogla/tokpie-contract

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This repository has the smart contracts for the Tokpie project. There are four main components in this repository including Token contract, pre-ICO, ICO and post ICO contracts. In addition, we have a couple of mock modules that simulate testnet tokens. This repository is for testing purposes only, do not use it for real deployment.

Getting Started

This repository integrates with Truffle, the Ethereum development environment. Please install Truffle. Also you need Ganache.

npm install -g truffle
npm install -g ganache-cli

Than you need to install all required depencies.

npm install

Testnet deployment

We have a functional deployment running on ganache testnet.

./startGanache.sh
truffle test

About

Tokpie smart contract

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 99.9%
  • Shell 0.1%