Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 384 Bytes

README.md

File metadata and controls

14 lines (9 loc) · 384 Bytes

Description

A demo web3 app using Substrate and Polkadot.js.

The name registration system is permissionless, allowing any user to reserve an unregistered name by locking some deposit called "name-fee" proportional to the time he registers the name.

# start frontend
cd app && yarn start

# start dev env (or check Makefile for details)
cd substrate && make run-tmp