DApp with end-to-end typesafe APIs for Smart Contract interaction.
Clone the project
git clone https://github.com/tr1sm0s1n/next-trpc-dapp.git
cd next-trpc-dapp
Install dependencies
pnpm install
Test contract
pnpm test
Run hardhat node on port 8545
pnpm run node
Deploy contract
pnpm run deploy
Start the application
pnpm run dev
Click here.
Click here.
Click here.