Select Git revision
Forked from
github / maticnetwork / bor
Source project has a limited visibility.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
README.md 2.43 KiB
This project was bootstrapped with Create React App.
Prerequisites
-
Node.js v13 or higher
-
yarn (install with
npm install -g yarn
)
Quickstart
-
Install dependencies:
cd debug-web-ui && yarn install && cd ..
-
Run TurboGeth with the RemoteDB interface:
./build/bin/tg --private.api.addr=localhost:9090
-
Run the rest server:
make restapi && ./build/bin/restapi
-
Run the web UI:
make run-web-ui
Auto-Format code on save:
For Webstorm: https://blog.jetbrains.com/webstorm/2020/02/webstorm-2020-1-eap-5/
Available Scripts
In the project directory, you can run: