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:
Downloads
1,330
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-kit
for connecting to wallets and loading data- pnpm for package management
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