teststst-com
v0.1.8
Published
This dApp was created using `@mysten/create-dapp` that sets up a basic React Client dApp using the following tools:
Readme
Sui dApp Starter Template
This dApp was created using @mysten/create-dapp that sets up a basic React
Client dApp using the following tools:
- React as the UI framework
- TypeScript for type checking
- Vite for build tooling
- Radix UI for pre-built UI components
- ESLint
@mysten/dapp-kitfor connecting to wallets and loading data- pnpm for package management
Starting your dApp
To install dependencies you can run
pnpm installTo start your dApp in development mode run
pnpm devBuilding
To build your app for deployment you can run
pnpm build