AdrianClv / rocketpool

A next generation decentralised Ethereum proof of stake (POS) pool currently in Alpha and built to be compatible with Casper.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

*NOTE: The current Alpha of Rocket Pool requires testrpc and truffle@3.2.4 to run locally.

Welcome to Rocket Pool - Your new Casper friendly Ethereum POS pool

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.

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. 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.

Rocket Pool White Paper

You can read the current Rocket Pool white paper here: http://www.rocketpool.net/files/RocketPoolWhitePaper.pdf.

More Information and Contact

For more information on Rocket Pool, check out our website here. You can also contact us there for more information.

About

A next generation decentralised Ethereum proof of stake (POS) pool currently in Alpha and built to be compatible with Casper.


Languages

Language:JavaScript 77.1%Language:CSS 15.0%Language:HTML 7.4%Language:PHP 0.5%