项目作者: swarmcity

项目描述 :
Swarm City令牌智能合约
高级语言: JavaScript
项目地址: git://github.com/swarmcity/sc-token.git
创建时间: 2016-12-24T12:47:50Z
项目社区:https://github.com/swarmcity/sc-token

开源协议:

下载


Swarm City Token

Main token contract, plus token migration.

See the Token Exchange Whitepaper for more info.

Getting started

Install latest truffle version

sudo npm install -g truffle

Clone this repo and run

truffle compile

Testing

Install and run testRPC

sudo npm install -g truffle

Run the tests

truffle test