/gilgamesh-token-contract

Smart contracts for Gilgamesh Platform Token Sale

Primary LanguageJavaScriptOtherNOASSERTION

Gilgamesh Platform Smart contracts

Gilgamesh Platform is knowledge-sharing social platform powered by the Ethereum network through Smart Contracts.

Gilgamesh Token "GIL" is an ERC20 compliant token.

Smart Contracts

Token Contract:

Token Sale Contract:

Running smart contracts in Development

Setting up environment

Install Node v8

nvm use 8

Install dependencies

npm install

Install testrpc Ethereum RPC client for testing and development

npm install -g ethereumjs-testrpc

Install truffle globally

npm install -g truffle

Deployment and Testing

Run EthereumJS TestRPC

testrpc

Compile smart contracts

truffle compile

Deploy Smart contracts on TestRPC

truffle migrate --reset

Load truffle console

truffle console

Development

All code is hand crafted with love by Skiral inc.