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

gautamdhameja/substrate-tcr-ui

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

36 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

Releases

No releases published

Packages

No packages published