-
Clone the eth-uprtcl to have the Ethereum backend provider running in localhost.
-
Go inside that folder, and run:
npm install
npm run dev
- See js-uprtcl-server to have the http server backend provider running in localhost.
- Build the
js-uprtcl
core packages. Inside the root folder ofjs-uprtcl
, run:
npm run bootstrap
npm run build
- Go inside the
demos/simple-editor
folder, and run it:
npm start
- Go to
localhost:8082
and connect the browser with Metamask, with providerlocalhost:8545
.