skiral / gilgamesh-token-contract

Smart contracts for Gilgamesh Platform Token Sale
https://gilgameshplatform.com
Other
18 stars 10 forks source link

Gilgamesh Platform Smart contracts

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

GIL Token Standard

Gilgamesh Token "GIL" is compliant with the ERC20 standard.

Smart Contracts

Token Contract:

Install dependencies

Install Node v8

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

Testing

truffle test

Development

All code is hand crafted with :heart: by Skiral Inc.

License

Smart contracts code are released under the GPL License

Copyright (C) 2017 Skiral Inc.