tofudfy / substrate-front-end-template

A Polkadot.js API + React based template for building Substrate Front Ends

Home Page:https://substrate.dev/substrate-front-end-template/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Substrate Kitties Front End

Source Code

Front-end: https://github.com/tofudfy/substrate-front-end-template

Related Backend: https://github.com/tofudfy/substrate-node-template

Initialization

Go to the directory where you clone the Backend source code, run

# complie the code
cargo build --release

# run the complied binary file
./target/release/node-template --dev --tmp

Then, open another terminal and go to the directory where you clone the front-end source code, run

yarn install

yarn start

Results

About

A Polkadot.js API + React based template for building Substrate Front Ends

https://substrate.dev/substrate-front-end-template/

License:The Unlicense


Languages

Language:JavaScript 95.3%Language:HTML 4.5%Language:CSS 0.1%Language:Shell 0.0%