Ahanmr / learn-plasma

Learn all about Plasma with LearnPlasma!

Home Page:https://www.learnplasma.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Learn Plasma

WIP: ⚠️ This website is currently under construction ⚠️ Contributors welcome!

This website aims to educate visitors about the fundamentals of Plasma and its design principles. We plan to add interactive tutorials and showcase other use cases for layer 2 dapps.

Learn Plasma was conceived at the 2018 IC3 Bootcamp at Cornell.

Getting Started

First, Download and install Node.js if it's not installed on your machine

Clone the repo:

$ git clone https://github.com/ethsociety/plasma-website.git

Install the Gulp command line tools, gulp-cli:

$ npm install gulp-cli -g

Navigate to the root of the repo and install the dependencies:

$ npm install

Serve the app locally for development:

$ npm start

Build the app for production:

$ npm run build

About

Learn all about Plasma with LearnPlasma!

https://www.learnplasma.org

License:MIT License


Languages

Language:JavaScript 56.5%Language:CSS 32.0%Language:HTML 11.5%