*NOTE: The current Alpha of Rocket Pool requires testrpc and [email protected] to run locally.
Rocket Pool
is a next generation decentralised Ethereum proof of stake (POS) pool currently in Alpha and built to be compatible with Casper. Features include Casper compatibility, smart nodes, decentralised infrastructure with automatic smart contract load balancing.
Unlike traditional centralsed POW pools, Rocket Pool utilises the power of smart contracts to create a self regulating decentralised network of smart nodes that allows users with any amount of Ether to earn interest on their deposit and help secure the Ethereum network at the same time.
The contracts are written in solidity
and built with the Ethereum framework truffle
. This project is currently in Alpha and undergoing heavy work.
Easiest way to see Rocket Pool Alpha in action is to clone the repo, have testrpc running and the latest version of truffle installed. Make sure you have the Truffle Default Builder first installed as the default builder as a dependency of your Rocket Pool:
$ npm install truffle-default-builder --save
Then run:
$ truffle test ./test/rocketPool.js
to put Rocket Pool through its paces.
You can read the current Rocket Pool white paper here: http://www.rocketpool.net/files/RocketPoolWhitePaper.pdf.
For more information on Rocket Pool, check out our website here. You can also contact us there for more information.