uprtcl / demo-simple

A simple demo of _Prtcl

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

simple-editor demo

Running the demo

Run the ethereum backend

  1. Clone the eth-uprtcl to have the Ethereum backend provider running in localhost.

  2. Go inside that folder, and run:

npm install
npm run dev

Run js-uprtcl-server backend

  • See js-uprtcl-server to have the http server backend provider running in localhost.

Run the frontend

  1. Build the js-uprtcl core packages. Inside the root folder of js-uprtcl, run:
npm run bootstrap
npm run build
  1. Go inside the demos/simple-editor folder, and run it:
npm start
  1. Go to localhost:8082 and connect the browser with Metamask, with provider localhost:8545.

About

A simple demo of _Prtcl


Languages

Language:JavaScript 97.8%Language:HTML 2.2%