From fd84b97f9b1694500611d938e4d09e4c5f3cae8d Mon Sep 17 00:00:00 2001 From: David Rugendyke Date: Fri, 19 May 2017 16:56:37 +1000 Subject: [PATCH] Updated readme with test example --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index f1530f917..e931bab9c 100644 --- a/README.md +++ b/README.md @@ -8,6 +8,10 @@ Unlike traditional centralsed POW pools, Rocket Pool utilises the power of smart The contracts are written in `solidity` and built with the Ethereum framework `truffle`. This project is currently in Alpha and undergoing heavy work. +# Test Rocket Pool + +Easiest way to see Rocket Pool Alpha in action is to clone the repo, have testrpc running and the latest version of truffle installed. Then run `truffle test ./test/rocketPool.js` to put Rocket Pool through its paces. + # More Information and Contact For more information on Rocket Pool, check out our [website here](http://www.rocketpool.net). You can also contact us there for more information.