Skip to content
Jaynti Kanani edited this page Feb 27, 2018 · 2 revisions

Welcome to the plasma wiki!

This is the community maintained wiki covering all sorts of information regarding plasma.

Getting started

One can learn about plasma from official whitepaper. Plasma MVP related thread can be found here: https://ethresear.ch/t/minimal-viable-plasma/426

This repository includes both Plasma MVP contracts and Plasma client.

Install dependencies.

It needs node v8.0 or later.

$ npm install

Run test cases

$ npm run test-ci

Setup development environment

Install dependencies using npm.

$ npm install

Start Test RPC process to use it as Ethereum main chain.

$ npm run testrpc

Start plasma nodes:

$ npm run authorized-dev # To start authorized plasma node
$ npm run dev # To start normal node

Status / Releases / Development timeline / Roadmap

Please check the project progress here: https://github.com/voltairelabs/plasma/projects/1