Skip to content

rotkonetworks/w3registrar-www

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

w3registrar-www

frontend to submit setIdentity + requestJudgement on polkadot-sdk chains using polkadot-api.

Usage

Development

First of all, make sure you set up your environment correctly. Those versons are recommended to prevent issues on debug or building. Please make sure you

curl -fsSL https://bun.sh/install | bash -s "bun-v1.1.35"
curl -o- https://raw.githubusercontent.com/nvm-sh/nvm/v0.40.0/install.sh | bash
nvm install 22

Then, just run and visit http://localhost:3333

bun install

Before debugging or building, make sure to have the .env file:

cp .env.example .env

You might edit it to set your endpoints. If debugging, Vite will restart on edit.

bun dev

To generate/update scale metadata

bunx polkadot-api@1.8.0 update # or bun metadata

Build

To build the App, run

bun build

Chain docs

Docs can be found at

You can also generate it via comand

bunx papi-generate-docs --config .papi/polkadot-api.json --output docs/

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 91.2%
  • JavaScript 4.5%
  • Shell 2.2%
  • CSS 1.1%
  • Other 1.0%