Skip to content

Latest commit

 

History

History
26 lines (20 loc) · 556 Bytes

README.md

File metadata and controls

26 lines (20 loc) · 556 Bytes

Example template Dapp

This example template dapp includes basic dapp config preset: ethers, typechain, alchemy, moralis, basic dapp funcs such as: connect wallet, handle network switch and @emotion lib for styled components.

How to setup ?

step 1: yarn

Installing dependencies.

step 2: yarn start

Generating typechain & starting dapp.

Usefull scripts

yarn push-prepare

Formatting your code(use it before committing changes).

yarn codegen

Generating typechain folder from your ./src/abi jsons.