Skip to content

Latest commit

 

History

History
35 lines (25 loc) · 810 Bytes

File metadata and controls

35 lines (25 loc) · 810 Bytes

IOTA dApp Starter Template

This dApp was created using @iota/create-dapp that sets up a basic React Client dApp using the following tools:

Starting your dApp

To install dependencies you can run

pnpm install

To start your dApp in development mode run

pnpm dev

Building

To build your app for deployment you can run

pnpm build