Skip to content

luciditytech/learn-plasma

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

32 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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!

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 59.9%
  • CSS 33.9%
  • HTML 6.2%