Skip to content
This repository has been archived by the owner on Jun 4, 2020. It is now read-only.

Latest commit

 

History

History
20 lines (12 loc) · 1.13 KB

README.md

File metadata and controls

20 lines (12 loc) · 1.13 KB

Substrate TCR UI

tcr-ui-screenshot

Simple frontend for the substrate TCR runtime. This is a react.js app, bootstrapped using Create React App.

This app interacts with the Substrate TCR runtime using the Polkadot JS API javascript client library.

The relevant code that interacts with the Substrate node using the Polkadot JS API is in the tcrService.js file.

Usage

  1. Run a local Substrate node with Substrate-TCR runtime.
  2. Clone this repo.
  3. npm install
  4. npm start

The UI should automatically connect to the local Substrate node.

Note: This UI currently does not support the initialization of the TCR and transfer of tokens. These functions can be called from the Polkadot Apps UI as described here. Make sure to use the same account seeds in both places.