2024-10-25 The testnet has been launched
2024-10-18 testnet is not launched yet, and the devnet needs to clear the data.
It is expected that the testnet will be launched in the near future, and the devnet needs to clear the data, so the various matters preparing for the testnet in the near future are being compiled and summarized.
0xb32458b39bbf1d504cc2deadf51775b1bce2d32a8aa8145d7fcbbd7c0335e328
TG group: https://t.me/+zOCqBdkagrlmODk9
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
To install dependencies you can run
pnpm install
To start your dApp in development mode run
pnpm dev
To build your app for deployment you can run
pnpm build
pnpm add @mysten/sui
开源协议为 MIT
MIT License
Copyright © 2024 Summer XJ
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.