Skip to content

Soma-co/soma-community-token

Repository files navigation

soma-community-token

Soma Community Token (SCT)

Ethereum-based token for soma.co platform.

More details at soma.co.

Prerequisites

Truffle and testrpc. Versions truffle@3.2.93 and ethereumjs-testrpc@3.9.2 as of July 2017:

npm install -g truffle@beta ethereumjs-testrpc@beta

Building

truffle compile

Testing

# first run testrpc in the background, e.g.:
nohup testrpc > testrpc.log &

# then run the tests
truffle test

Releases

No releases published

Packages

No packages published