Skip to content

skiral/gilgamesh-token-contract

Repository files navigation

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:

Token Sale 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 ❤️ by Skiral Inc.

License

Smart contracts code are released under the GPL License

Copyright (C) 2017 Skiral Inc.

About

Smart contracts for Gilgamesh Platform Token Sale

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published