Skip to content

Decentralized name registration system using Substrate and Polkadot.js

Notifications You must be signed in to change notification settings

motia/name-registry-substrate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

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