Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

sui-web3-starter

bezata6MIT1.0.5TypeScript support: included

First, install dependencies with:

sui, suidappstarter, sui-web3-starter, sui-dapp-starter

readme

Getting Started

First, install dependencies with:

yarn
and start the enviroment with
yarn dev

Instructions

I used these SDK's for start :

All integrated

  • if you need testnet tokens go SUI's discord for Testnet faucet => https://docs.sui.io/build/faucet

  • You can start editing the page by modifying pages/index.tsx. The page auto-updates as you edit the file.

  • API routes can be accessed on http://localhost:3000/api/hello. This endpoint can be edited in pages/api/hello.ts.

  • The pages/api directory is mapped to /api/*. Files in this directory are treated as API routes instead of React pages.

  • This project uses next/font to automatically optimize and load Inter, a custom Google Font.