1.0.5 • Published 1 year ago

sui-web3-starter v1.0.5

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

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.