Skip to content

Latest commit

 

History

History
54 lines (34 loc) · 1.6 KB

File metadata and controls

54 lines (34 loc) · 1.6 KB

summary

3 - Setup

General requirements

Install

git clone --recurse-submodules https://github.com/btuprotocol/btuprotocol-implementation-earth.git

Setup

On windows:

You need node-gyp to install the dApp: From node-gyp github: install node-gyp

npm install -g node-gyp
npm install --global --production windows-build-tools

Then

cd btu-protocol-implementation-earth/

Setup demo ropsten

./setup.sh or npm run setup

Run dApp

npm run start

dApp will run on http://localhost:3000 You will need an ethereum client (Metamask for example) to run the dApp See dApp tutorial to setup an ethereum client

Content

There is two panels on the dApp:

A booker panel allow to consult and reserve resources

booker_panel

A provider panel allow to add a resource to the BTU ecosystem

provider_panel