Skip to content

Latest commit

 

History

History
28 lines (13 loc) · 444 Bytes

README.md

File metadata and controls

28 lines (13 loc) · 444 Bytes

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