/tetcore-front-end-tutorial

Tetcore front-end tutorial repo

Primary LanguageJavaScript

Tetcore front-end tutorial repo

This repo contains the files obtained at the end of each part from the dapp tutorial. To play with the DApp at any part, you can clone this repo and follow these steps:

git clone https://github.com/substrate-developer-hub/substrate-front-end-tutorial.git
cd ./substrate-front-end-tutorial/<the_part_that_you_wish>;
yarn;
yarn start;

run yarn-upgrade-all.sh to upgrade all the dependancies of each part.