good morning!!!!

Skip to content
Snippets Groups Projects
Select Git revision
  • c57c54ce96628aeb6345776310123a80593f0143
  • master default protected
  • v0.2.16-candidate
  • shivam/rpcAddBorTx
  • default-cli-config
  • shivam/minerRecommitFix
  • vcastellm/pos-296-bump-go-version-in-bor-and-heimdall
  • shivam/ethstats-backend-fix
  • v0.2.16-beta1-candidate
  • v0.2.15-beta3-candidate
  • shivam/newCli-IPC
  • v0.3.0-dev
  • checkpoint-whitelist-master
  • shivam/codecov
  • jdkanani/fix-typo-log
  • shivam/hardcoded-spans-v0.2.14
  • shivam/hardcoded-spans
  • shivam/fast-state-sync
  • shivam/fast-state-sync-master
  • gethv1.10.15-merge
  • fix-txpool-2
  • v0.2.14-tmp-span-hotfix
  • v0.2.15-beta2
  • v0.2.15-beta1
  • v0.3.0-beta3
  • v0.3.0-beta2
  • v0.3.0-beta1
  • v0.2.14
  • v0.2.13
  • v0.2.13-beta2
  • v0.2.13-beta1
  • v0.2.12
  • v0.2.12-beta3
  • v0.2.12-beta1
  • v0.2.12-beta2
  • v0.2.11
  • v0.2.10
  • v0.2.10-beta2
  • v0.2.9
  • v0.2.9-beta1
  • v0.2.8
41 results

metrics.go

Blame
  • 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

    1. Install dependencies: cd debug-web-ui && yarn install && cd ..

    2. Run TurboGeth with the RemoteDB interface: ./build/bin/tg --private.api.addr=localhost:9090

    3. Run the rest server: make restapi && ./build/bin/restapi

    4. 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:

    yarn start