Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added @suiware/kit. Replaced kkomelin with suiware in Github urls #37

Merged
merged 1 commit into from
Jan 31, 2025
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ Sui is the first blockchain built for internet scale, enabling fast, scalable, a
- Sui dApp Kit (Mysten Labs) - Set of React components, hooks, and utilities to help you build a dApp for the Sui ecosystem.
- [GitHub](https://github.com/MystenLabs/sui/tree/main/sdk/dapp-kit) - [Documentation](https://sdk.mystenlabs.com/dapp-kit)
- Sui dApp Starter - Full-stack boilerplate which lets you scaffold a solid foundation for your Sui project and focus on the business logic of your dapp from day one.
- [GitHub](https://github.com/kkomelin/sui-dapp-starter?tab=readme-ov-file) - [Documentation](https://sui-dapp-starter.dev/docs/) - [Demo app](https://demo.sui-dapp-starter.dev/)
- [GitHub](https://github.com/suiware/sui-dapp-starter?tab=readme-ov-file) - [Documentation](https://sui-dapp-starter.dev/docs/) - [Demo app](https://demo.sui-dapp-starter.dev/)
- Suiet Wallet Kit - React toolkit for aApps to interact with all wallet types in Sui easily.
- [GitHub](https://github.com/suiet/wallet-kit) - [Documentation](https://kit.suiet.app/docs/QuickStart)
- SmartKit - React library that allows your dapp to connect to the Sui network in a simple way.
Expand All @@ -140,6 +140,8 @@ Sui is the first blockchain built for internet scale, enabling fast, scalable, a
- [Enoki (Mysten Labs)](https://docs.enoki.mystenlabs.com/) - Make zkLogin and Sponsored Transactions more accessible.
- [Sui Gas Pool (Mysten Labs)](https://github.com/MystenLabs/sui-gas-pool) - Service that powers sponsored transactions on Sui at scale.
- [useSuiZkLogin](https://github.com/pixelbrawlgames/use-sui-zklogin) - React hook and functions for seamless zkLogin integration on Sui.
- @suiware/kit - Opinionated React components and hooks for Sui dApps.
- [Homepage](https://kit.suiware.io/) - [Documentation](https://github.com/suiware/kit/tree/main/packages/kit#readme) - [GitHub](https://github.com/suiware/kit)

#### zkLogin

Expand Down Expand Up @@ -203,8 +205,8 @@ Sui is the first blockchain built for internet scale, enabling fast, scalable, a
- [Homepage](https://www.oklink.com/sui) - [Further Information](details/explorer_oklink.md)
- Polymedia Explorer - A fork of the original Sui Explorer.
- [Homepage](https://explorer.polymedia.app) - [GitHub](https://github.com/juzybits/polymedia-explorer) - [Further Information](details/explorer_polymedia.md)
- Local Sui Explorer - Sui Explorer for your localnet maintained by [kkomelin](https://github.com/kkomelin)
- [GitHub](https://github.com/kkomelin/sui-explorer) - [Further Information](details/explorer_local_sui_explorer.md)
- Local Sui Explorer - Sui Explorer for your localnet maintained by [suiware](https://github.com/suiware)
- [GitHub](https://github.com/suiware/sui-explorer) - [Further Information](details/explorer_local_sui_explorer.md)
- Suimon - Powerful command line tool designed to provide detailed dashboards for monitoring the Sui network.
- [GitHub](https://github.com/bartosian/suimon) - [Further Information](details/explorer_suimon.md)

Expand Down
2 changes: 1 addition & 1 deletion details/explorer_local_sui_explorer.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

Sui Explorer for your localnet.

Sui Explorer Local is integrated into [Sui dApp Starter](https://github.com/kkomelin/sui-dapp-starter?tab=readme-ov-file) and [Suibase](https://github.com/chainmovers/suibase).
Sui Explorer Local is integrated into [Sui dApp Starter](https://github.com/suiware/sui-dapp-starter?tab=readme-ov-file) and [Suibase](https://github.com/chainmovers/suibase).

## Features
- Object and transaction data view
Expand Down
Loading