wetrust-rosca-contract
v0.2.6
Published
ROSCA contract for Ethereum
Downloads
16
Readme
An implementation of a ROSCA over Ethereum.
By WeTrust
This repository holds the smart contract for the ROSCA MVP and its associated tests.
Running tests
Make sure you have testrpc and truffle installed.
First, run
npm installfrom the repository's root directory.
Then run testrpc which will serve as the blockchain provider:
./testrpc_command.shIn another terminal, run the tests using
tools/build/run-test.shThis will create a copy of the smart contract that exposes its internal state variable and functions, then run all tests on that "publicized" copy.
