Sui wallet extension

Author: a | 2025-04-24

★★★★☆ (4.4 / 2765 reviews)

hello address

Overview. Browser wallet for Sui blockchain. Sui Wallet is a Chrome extension self-custody sui wallet extension. The open-sourced Sui Wallet gives Sui users the ability to create an address, view and manage assets on the Sui network, and interact with dApps. The Sui Wallet serves as a reference implementation for other potential wallets and Sui Wallet is a Chrome extension self-custody sui wallet extension. The open-sourced Sui Wallet gives Sui users the ability to create an address, view and manage assets on the Sui network, and interact with dApps. The Sui Wallet serves as a reference implementation for other potential wallets and applications in the Sui ecosystem.

night of the consumers free download

Sui Wallet (SUI) - Trust Wallet

You can add the Sui blockchain to your MetaMask wallet through the Sui MetaMask Snap, which lets you connect to Sui dApps. You can also use the Sui MetaMask Snap to store, send, and stake SUI.Key Takeaways MetaMask Snaps allow non-EVM blockchain account holders to manage their assets from the MetaMask wallet interface. A Snap is a permissioned javascript application that utilizes the MetaMask infrastructure to connect to blockchain accounts and also to decentralized applications. It functions like a browser extension. Thanks to the MetaMask Snap version of the Sui wallet, Sui investors can now manage their assets without installing the traditional Sui wallet, where their MetaMask wallet is used to control approvals on the Sui blockchain. Sui is a non-EVM Layer 1 developed by Mysten Labs with the Move programming language. It runs the delegated Proof of Stake (DPOS) consensus algorithm and claims to offer super-fast transaction processing speed and a relatively low transaction fee. Sui claims up to 125,000 TPS and about $0.001 fee per transaction. According to data from the network explorer, over 8 million unique wallets are active on the network, and over an average of 10 million transactions are executed on the network daily.Despite a few similarities with the Ethereum network, users of the Sui blockchain cannot manage their assets from single-chain EVM wallets like MetaMask. This connection is only possible through a MetaMask Snap. This is the same for other non-EVM networks, like Solana. Snaps are a recent development by MetaMask and are opening interoperability opportunities for MetaMask and the wider crypto space. MetaMask Snaps are currently available for the MetaMask browser extension only. MetaMask snaps extend the functionalities of the MetaMask wallet. They are third-party applications that utilize the MetaMask wallet to function, requiring permission from the wallet owner. Currently, there are three categories of MetaMask Snaps.Transaction analysis Snaps like Tenderly gives users an in-app explanation of the transaction they are about to execute, offering users knowledge of the security and a preview of the result of the transaction.Interoperability Snaps bridge the gap between MetaMask wallet and non-EVM networks. It enables users on Suiet Wallet Adapter⚠️ Deprecation Announcement: This package will not be maintained, please switch to our wallet-kit instead. Because Sui team has come up with a wallet-standard which introduces a standard way to integrate with wallets on Sui.👋 If you want to know how to install/use suiet, please visit our offical website suiet.appor docsIntegrate your DApp with Suiet Wallet from now on 🥳We've presented an adapter that implemented the interfaceof SUI Wallet Adapter for you✨ With this adapter, yourDApp can easily connect with the Suiet Wallet Extension, which enables DApp to retrieve basic info of user's wallet andlaunch manipulation requests such as transaction signing.1️⃣ First-choice integration guideTry our @suiet/wallet-kit for easy integration with thisadapter🥳@suiet/wallet-kit is an all-in-one wallet connection kit with nice UI components for dapps , which connects your dappwith wallets on SUI andempowers your dapp with awesome wallet abilities🪄2️⃣ Manual integration guideFor React DApps, the Sui team has provided React context provider and React hook in thenpmpackage @mysten/wallet-adapter-react. Therefore we can simply register the Suiet Adapter into the official provider and then make use of them.⚠️ Usage with React ONLY: We only support React DApp right now.🚀 Get StartedEasy Integration with Suiet wallet kit🔗 Quick start in minutes: Integration with SUI official kit⚙️ PrerequisitesA React projectInstall required npm packagesnpm install @mysten/wallet-adapter-react @suiet/wallet-adapter🚢 Use Sui wallet provider & Register Suiet adapter );">// main.jsimport {WalletProvider} from "@mysten/wallet-adapter-react";import {SuietWalletAdapter} from "@suiet/wallet-adapter";const supportedWallets = [ {adapter: new SuietWalletAdapter()},];ReactDOM.createRoot(document.getElementById("root")).render( React.StrictMode> WalletProvider supportedWallets={supportedWallets}> App/> WalletProvider> React.StrictMode>);✅ Retrieve data and launch manipulations { if (!connected || !wallet) return; (async function () { console.log(wallet.adapter.name); const accounts = await getAccounts(); console.log(accounts); })(); }, [connected, wallet]); async function handleExecuteMoveCall() { await executeMoveCall({ packageObjectId: "0x2", module: "devnet_nft", function: "mint", typeArguments: [], arguments: [ "name", "capy", " ], gasBudget: 10000, }); } return ( Current wallet: {wallet ? wallet.adapter.name : 'null'} { if (!connected) { select('Suiet'); } else { disconnect(); } }} > {connecting ? "connecting" : connected ? "Disconnect" : "connect"} )}">// App.jsximport {useEffect} from "react";import {useWallet} from "@mysten/wallet-adapter-react";function App() { const { select, wallet, connected, connecting, disconnect, getAccounts, executeMoveCall, } = useWallet(); useEffect(() => { if (!connected || !wallet) return; (async function () { console.log(wallet.adapter.name); const accounts = await getAccounts(); console.log(accounts); })(); }, [connected, wallet]); async function handleExecuteMoveCall() { await executeMoveCall({ packageObjectId: "0x2", module: "devnet_nft", function: "mint", typeArguments: [], arguments: [ "name", "capy", " ], gasBudget: 10000, }); } return ( div className={'app'}> h1>Current wallet: {wallet ? wallet.adapter.name : 'null'}h1> button onClick={() => { if (!connected) { select('Suiet'); } else { disconnect(); } }} > {connecting ? "connecting" : connected ? "Disconnect" : "connect"} button> div> )}There you go ✅ Go connect with our wallet with custom UI selector!✨ FeaturesSign Message⚠️ Sui official react kit doesn't support this feature right now.You can try our @suiet/wallet-kit which fully support it and alsomany handful features Promise">signMessage: (input: { message: Uint8Array }) => Promise{ signature: Uint8Array; signedMessage: Uint8Array;}>If you are using @suiet/wallet-kit, you can use signMessage function from hooks.If you are using SUI official kit which has not supported this feature, you

Sui wallet extension chrome download []

Connect Wallet from the homepage. From the wallet options, select Sui MetaMask Snap. Follow the prompt on your wallet to connect to the platform. Your wallet is now connected to the dApp and you can perform any operation available on the platform. Each operation will request approval from your Snap wallet through the MetaMask interface.Send Tokens With Sui MetaMask SnapTo transfer your asset using the MetaMask Snap; Click the Send button on your Sui Snap Wallet homepage. Enter the recipient's address. Click the caret on the right-hand side of the Asset section to select the asset you wish to send. Enter the amount and click Send. Approve the transaction from the prompt on your MetaMask wallet. The asset will arrive at the recipient's wallet once it is confirmed on the network.Stake Tokens With Sui MetaMask SnapYou can also participate in PoS staking on the Sui network from your Sui Snap Wallet. To do this: Click Stake from the wallet homepage Click Stake SUI to continue On the Staking page select the Validator and enter the amount of tokens you wish to stake. Click Stake Now to continue. From the prompt on your wallet, approve the staking transaction. Once this is done, your asset will be staked to the validator and eligible for rewards as stipulated by the network.Here are some common questions from users about MetaMask Snap versions of non-EVM wallets, including the Sui wallet MetaMask Snap.Can you manage your Sui assets within MetaMask?The interface of the Sui wallet MetaMask Snap is similar to the MetaMask wallet interface, however, just like any other wallet Snap, your assets aren’t managed within the MetaMask wallet. MetaMask only functions as a connectivity medium for your Sui Snap Wallet. Your assets are managed within the Sui wallet, but as a Snap, the connectivity is powered by the MetaMask wallet. To manage your assets, you will need to visit the wallet provider’s platform ( for the featured wallet). Just like browser extensions run on another application (the browser), the wallet Snap runs on the MetaMask wallet.CustodianshipYour Sui wallet MetaMask Snap keys are managed by your. Overview. Browser wallet for Sui blockchain. Sui Wallet is a Chrome extension self-custody sui wallet extension. The open-sourced Sui Wallet gives Sui users the ability to create an address, view and manage assets on the Sui network, and interact with dApps. The Sui Wallet serves as a reference implementation for other potential wallets and Sui Wallet is a Chrome extension self-custody sui wallet extension. The open-sourced Sui Wallet gives Sui users the ability to create an address, view and manage assets on the Sui network, and interact with dApps. The Sui Wallet serves as a reference implementation for other potential wallets and applications in the Sui ecosystem.

Martian Aptos Sui Wallet Extension

OverzichtNightly - your key to MetaverseNightly Wallet is a multi-chain wallet created to embrace the full potential of blockchain. It includes Nightly Wallet - an extension and mobile wallet working on Solana, Near, Aptos, Sui, Movement and others !Wallets are the beginning of every crypto journey. We provide the best possible integrations on each of these chain. Dive into the world of multichain with Nightly and embrace its true potential.Nightly is built by experienced Web3 degens - we know the problems and struggles of crypto users, so we decided to take problems into our own hands and develop real solutions.Download it now!DetailsVersie1.16.7Geüpdatet12 maart 2025Grootte53.79MiBTalenOntwikkelaarAkudama GmbHDorfplatz 16Urnäsch 9107CH Website E-mail dev@nightly.appGeen handelaarDeze ontwikkelaar heeft zichzelf niet geïdentificeerd als handelaar. Voor consumenten in de Europese Unie geldt dat consumentenrechten niet van toepassing zijn op contracten tussen jou en deze ontwikkelaar.PrivacyDe ontwikkelaar heeft aangegeven dat je gegevens niet worden verzameld of gebruikt. Bekijk het privacybeleid van de ontwikkelaar voor meer informatie.Deze ontwikkelaar verklaart dat je gegevens:Niet worden verkocht aan derden, behalve voor de goedgekeurde toepassingenNiet worden gebruikt of overgedragen voor doeleinden die niet zijn gerelateerd aan de kernfunctionaliteit van het itemNiet worden gebruikt of overgedragen om de kredietwaardigheid te bepalen of voor doeleinden met betrekking tot leningenSupportGerelateerdFuel Wallet2,9(117)The official Fuel WalletFewcha Move Wallet5,0(6K)Non-Custodial Wallet created for Move Ecosystem (Sui/Aptos)Pelagus4,2(44)The community owned and operated Quai Web3 wallet.Taho4,4(71)The community owned and operated Web3 wallet.Petra Aptos Wallet4,9(1,7K)A crypto wallet on Aptos.Backpack4,6(350)A next level crypto wallet for Solana, Ethereum, Arbitrum, Base, Polygon, Optimism, Eclipse, and Sonic.Razor Wallet4,1(44)Your Gateway into Movement EcosystemMyriad Markets4,7(61)Predict, earn, and engage with Myriad Markets — interactive prediction markets on your favorite platforms and news sources.Z3US3,9(19)An open source community centered browser wallet for the Radix DLT network.xdata3,9(37)Collect tweets and earn $Wafer tokenSubWallet - Polkadot Wallet4,6(155)Comprehensive Web3 wallet solution for Polkadot, Substrate & Ethereum ecosystemsBearBy4,2(12)Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interfaceFuel Wallet2,9(117)The official Fuel WalletFewcha Move Wallet5,0(6K)Non-Custodial Wallet created for Move Ecosystem (Sui/Aptos)Pelagus4,2(44)The community owned and operated Quai Web3 wallet.Taho4,4(71)The community owned and operated Web3 wallet.Petra Aptos Wallet4,9(1,7K)A crypto wallet on Aptos.Backpack4,6(350)A next level crypto wallet for Solana, Ethereum, Arbitrum, Base, Polygon, Optimism, Eclipse, and Sonic.Razor Wallet4,1(44)Your Gateway into Movement EcosystemMyriad Markets4,7(61)Predict, earn, and engage with Myriad Markets — interactive prediction markets on your favorite platforms and news sources. Other networks including Bitcoin and blockchains like Sui, Cosmos, and Solana to manage their assets via the MetaMask wallet. Other use cases like transaction notifications can also be developed using MetaMask Snaps.This article discusses the Sui Snap Wallet and how Sui investors can manage their assets using the Snap.The MetaMask Snap directory is the recommended source of MetaMask Snap. Snaps can also be installed from the developer’s platform; however, it is advised to verify the authenticity of the source before installing a Snap from external sources.To install the Sui Snap Wallet: Visit the MetaMask Snaps directory. Search Sui in the search box and select the Sui Snap Wallet by Kuna Labs (or any other Snap you wish to install). From the right-hand side of the Snap’s page, click Add to MetaMask. Follow the prompts from your MetaMask Wallet to complete the installation process. From the prompts, verify the permissions requested by the application and only proceed with the installation if you are ok with them.Your Sui Snap Wallet has now been installed. Follow the instructions and visit the Snap provider’s website to connect your wallet to MetaMask and view your account. Click Connect and follow the prompt on your wallet to complete. Your account is now ready to use. You can find your wallet address at the top of the wallet interface. Click the Copy icon to copy your address.The Sui Snap Wallet is built for diverse use cases, just like the normal wallet. Here are some operations you can carry out with your Sui MetaMask snap;Now, let’s look at how you can use the Sui Snap Wallet to connect to dApps, send tokens, and stake. Connect to a dApp via Sui MetaMask SnapAs a Layer 1 network, Sui supports multiple dApps. It is designed to support DeFi, NFT, and utility applications. You can connect to any of these applications using your Sui Snap Wallet if the application has developed support for Snaps. We will use the Cetus Finance dApp as an example – the procedure is similar for other dApps on the network: Visit the Cetus Finance platform Click

Sui Wallet :: externally_connectable extension support

MetaMask wallet. That is, the Suisnap doesn’t provide you with a private key. To export your Sui Snap wallet, you will need to export your MetaMask wallet and connect to your wallet from the Sui wallet provider’s interface.What happens when I uninstall the Sui MetaMask Snap?Once you uninstall the Snap, it becomes unavailable and stops interacting with your MetaMask wallet. However, your account is retained and still attached to your MetaMask wallet. To recover your Sui Snap Wallet account, re-install the snap on the same MetaMask wallet.Final ThoughtsFollow the procedure in this article to start using the Sui MetaMask Snap. The MetaMask Snap version comes in handy for investors who wish to manage their assets without necessarily downloading multiple wallets. However, it is important to note the caveats that might be involved, in comparison to downloading a conventional blockchain-specific wallet which has a clearer key and asset management arrangement. That said, the MetaMask Snap version works just as well; you will be able to carry out most of the key operations using it. Note that the activities shown in this article aren’t exhaustive of what you can do with your Sui MetaMask Snap, but ensure that you understand other procedures enough to perform them without running into issues. In fact, the Sui Snap Wallet also supports the Sui testnet, so you can familiarize yourself with the procedures using testnet Sui.Having said this, note that this article only guides readers through the process of using the Sui wallet MetaMask Snap and is not financial advice. Always do your own research before interacting with any protocols and transferring your funds.

Can't access my Sui in Sui wallet Chrome extension

Ba, ngoài những trường hợp sử dụng đã được phê duyệtKhông được sử dụng hoặc chuyển nhượng cho các mục đích không liên quan đến chức năng chính của mặt hàngKhông được sử dụng hoặc chuyển nhượng để xác định khả năng thanh toán nợ hoặc phục vụ mục đích cho vayCó liên quanZ3US3,9(19)An open source community centered browser wallet for the Radix DLT network.Hashpack4,5(70)An HBAR walletTaho4,4(71)The community owned and operated Web3 wallet.Goby4,4(22)Chia WalletEternl4,8(79)Your all-in-one gateway to Cardano DeFi, DApps, NFTs.Yoroi3,6(293)A simple, secure and fast Cardano ADA wallet.Gero Dashboard4,7(100)A Multi-chain Light Wallet Merging Web2 and Web3Lace4,6(110)One fast, accessible, and secure platform for digital assets, DApps, NFTs, and DeFi.Fewcha Move Wallet5,0(6 N)Non-Custodial Wallet created for Move Ecosystem (Sui/Aptos)MultiversX Wallet4,6(136)MultiversX Wallet - an MultiversX (previously Elrond) Wallet web extensionSuku Wallet4,9(152)Suku Wallet: The easiest way to start using cryptoLeather4,4(177)Leather Bitcoin Wallet - Your Bitcoin Wallet for DeFi, NFTs, Ordinals, and dAppsZ3US3,9(19)An open source community centered browser wallet for the Radix DLT network.Hashpack4,5(70)An HBAR walletTaho4,4(71)The community owned and operated Web3 wallet.Goby4,4(22)Chia WalletEternl4,8(79)Your all-in-one gateway to Cardano DeFi, DApps, NFTs.Yoroi3,6(293)A simple, secure and fast Cardano ADA wallet.Gero Dashboard4,7(100)A Multi-chain Light Wallet Merging Web2 and Web3Lace4,6(110)One fast, accessible, and secure platform for digital assets, DApps, NFTs, and DeFi.. Overview. Browser wallet for Sui blockchain. Sui Wallet is a Chrome extension self-custody sui wallet extension. The open-sourced Sui Wallet gives Sui users the ability to create an address, view and manage assets on the Sui network, and interact with dApps. The Sui Wallet serves as a reference implementation for other potential wallets and Sui Wallet is a Chrome extension self-custody sui wallet extension. The open-sourced Sui Wallet gives Sui users the ability to create an address, view and manage assets on the Sui network, and interact with dApps. The Sui Wallet serves as a reference implementation for other potential wallets and applications in the Sui ecosystem.

Forgot Your SUI Wallet Password? (Browser Extension) : r/sui

What Is Sui?Sui is a high-performance Layer 1 blockchain that leverages the Move programming language, originally developed for the Diem project at Meta (formerly the Facebook company). Since its mainnet launch in May 2023, Sui has emerged as a compelling platform for Web3 gaming.Key Takeaways Sui combines technical innovation and user accessibility, making Web3 gaming more approachable for mainstream users. Sui has witnessed remarkable growth in 2024: daily active users increased 81.7x from 2.4K to 195.8K, while daily transactions surged 32.5x from 13.3K to 433.7K. Sui's gaming ecosystem spans diverse genres, from Telegram-based games to AAA titles, with over 65 gaming studios developing approximately 70 new games for 2025 release. Infrastructure developments like Mysticeti V2 and Remora, along with hardware innovation through SuiPlay0X1, position Sui to scale its gaming capabilities while maintaining high performance. A Quick Look at SuiAs a blockchain network engineered for security and scalability, Sui has established itself as a leading platform where developers can create innovative applications spanning multiple sectors, from gaming, DeFi, memecoins, to real-world applications.The Mysten Labs Team and InvestorsSui was created by Mysten Labs, a team of former Meta engineers who previously worked together on Meta's Novi wallet and the Diem blockchain project. The founding team leverages their deep expertise in blockchain technology to create a high-performance platform optimized for scalability and user experience.Mysten Labs has secured significant backing from leading investors in the blockchain space through two major funding rounds. In December 2021, the company raised $36 million in a Series A round led by Andreessen Horowitz (a16z). This was followed by a substantial $300 million raise in September 2022 at a $2 billion valuation, led by FTX Ventures and supported by industry giants including Binance Labs, Coinbase Ventures, and Circle Ventures.Beyond venture capital, Sui has established key institutional partnerships to strengthen its ecosystem. The platform has gained support from Franklin Templeton Digital Assets and became the first Move-based Layer 1 to partner with Circle, launching native USDC on its network. Additionally, Sui serves as the official blockchain technology partner of ONE Championship, the world's largest martial arts organization.The SUI TokenSUI serves as the native token of the Sui blockchain with a maximum supply of 10 billion tokens. The token plays multiple crucial roles within the ecosystem: proof-of-stake participation, gas fee payments, application utility, and governance.A unique feature of Sui's tokenomics is its storage fund mechanism, which ensures sustainable validator compensation through stake rewards while covering storage costs for on-chain data. This innovative approach encourages long-term data preservation without compromising validator incentives.According to CoinGecko data, SUI has demonstrated remarkable growth in the market. As of January 20, 2025, SUI trades at $4.50 with a market capitalization of $13.6 billion—representing a 10.6x increase from the previous year. This growth has positioned Sui as the 8th largest blockchain platform by market cap, with particularly strong momentum observed in the latter half of 2024 amid surging ecosystem development and on-chain activity.Why Sui Is Web3 Gaming FriendlyNow, let’s look at Sui’s features and why it is

Comments

User8389

You can add the Sui blockchain to your MetaMask wallet through the Sui MetaMask Snap, which lets you connect to Sui dApps. You can also use the Sui MetaMask Snap to store, send, and stake SUI.Key Takeaways MetaMask Snaps allow non-EVM blockchain account holders to manage their assets from the MetaMask wallet interface. A Snap is a permissioned javascript application that utilizes the MetaMask infrastructure to connect to blockchain accounts and also to decentralized applications. It functions like a browser extension. Thanks to the MetaMask Snap version of the Sui wallet, Sui investors can now manage their assets without installing the traditional Sui wallet, where their MetaMask wallet is used to control approvals on the Sui blockchain. Sui is a non-EVM Layer 1 developed by Mysten Labs with the Move programming language. It runs the delegated Proof of Stake (DPOS) consensus algorithm and claims to offer super-fast transaction processing speed and a relatively low transaction fee. Sui claims up to 125,000 TPS and about $0.001 fee per transaction. According to data from the network explorer, over 8 million unique wallets are active on the network, and over an average of 10 million transactions are executed on the network daily.Despite a few similarities with the Ethereum network, users of the Sui blockchain cannot manage their assets from single-chain EVM wallets like MetaMask. This connection is only possible through a MetaMask Snap. This is the same for other non-EVM networks, like Solana. Snaps are a recent development by MetaMask and are opening interoperability opportunities for MetaMask and the wider crypto space. MetaMask Snaps are currently available for the MetaMask browser extension only. MetaMask snaps extend the functionalities of the MetaMask wallet. They are third-party applications that utilize the MetaMask wallet to function, requiring permission from the wallet owner. Currently, there are three categories of MetaMask Snaps.Transaction analysis Snaps like Tenderly gives users an in-app explanation of the transaction they are about to execute, offering users knowledge of the security and a preview of the result of the transaction.Interoperability Snaps bridge the gap between MetaMask wallet and non-EVM networks. It enables users on

2025-04-17
User5002

Suiet Wallet Adapter⚠️ Deprecation Announcement: This package will not be maintained, please switch to our wallet-kit instead. Because Sui team has come up with a wallet-standard which introduces a standard way to integrate with wallets on Sui.👋 If you want to know how to install/use suiet, please visit our offical website suiet.appor docsIntegrate your DApp with Suiet Wallet from now on 🥳We've presented an adapter that implemented the interfaceof SUI Wallet Adapter for you✨ With this adapter, yourDApp can easily connect with the Suiet Wallet Extension, which enables DApp to retrieve basic info of user's wallet andlaunch manipulation requests such as transaction signing.1️⃣ First-choice integration guideTry our @suiet/wallet-kit for easy integration with thisadapter🥳@suiet/wallet-kit is an all-in-one wallet connection kit with nice UI components for dapps , which connects your dappwith wallets on SUI andempowers your dapp with awesome wallet abilities🪄2️⃣ Manual integration guideFor React DApps, the Sui team has provided React context provider and React hook in thenpmpackage @mysten/wallet-adapter-react. Therefore we can simply register the Suiet Adapter into the official provider and then make use of them.⚠️ Usage with React ONLY: We only support React DApp right now.🚀 Get StartedEasy Integration with Suiet wallet kit🔗 Quick start in minutes: Integration with SUI official kit⚙️ PrerequisitesA React projectInstall required npm packagesnpm install @mysten/wallet-adapter-react @suiet/wallet-adapter🚢 Use Sui wallet provider & Register Suiet adapter );">// main.jsimport {WalletProvider} from "@mysten/wallet-adapter-react";import {SuietWalletAdapter} from "@suiet/wallet-adapter";const supportedWallets = [ {adapter: new SuietWalletAdapter()},];ReactDOM.createRoot(document.getElementById("root")).render( React.StrictMode> WalletProvider supportedWallets={supportedWallets}> App/> WalletProvider> React.StrictMode>);✅ Retrieve data and launch manipulations { if (!connected || !wallet) return; (async function () { console.log(wallet.adapter.name); const accounts = await getAccounts(); console.log(accounts); })(); }, [connected, wallet]); async function handleExecuteMoveCall() { await executeMoveCall({ packageObjectId: "0x2", module: "devnet_nft", function: "mint", typeArguments: [], arguments: [ "name", "capy", " ], gasBudget: 10000, }); } return ( Current wallet: {wallet ? wallet.adapter.name : 'null'} { if (!connected) { select('Suiet'); } else { disconnect(); } }} > {connecting ? "connecting" : connected ? "Disconnect" : "connect"} )}">// App.jsximport {useEffect} from "react";import {useWallet} from "@mysten/wallet-adapter-react";function App() { const { select, wallet, connected, connecting, disconnect, getAccounts, executeMoveCall, } = useWallet(); useEffect(() => { if (!connected || !wallet) return; (async function () { console.log(wallet.adapter.name); const accounts = await getAccounts(); console.log(accounts); })(); }, [connected, wallet]); async function handleExecuteMoveCall() { await executeMoveCall({ packageObjectId: "0x2", module: "devnet_nft", function: "mint", typeArguments: [], arguments: [ "name", "capy", " ], gasBudget: 10000, }); } return ( div className={'app'}> h1>Current wallet: {wallet ? wallet.adapter.name : 'null'}h1> button onClick={() => { if (!connected) { select('Suiet'); } else { disconnect(); } }} > {connecting ? "connecting" : connected ? "Disconnect" : "connect"} button> div> )}There you go ✅ Go connect with our wallet with custom UI selector!✨ FeaturesSign Message⚠️ Sui official react kit doesn't support this feature right now.You can try our @suiet/wallet-kit which fully support it and alsomany handful features Promise">signMessage: (input: { message: Uint8Array }) => Promise{ signature: Uint8Array; signedMessage: Uint8Array;}>If you are using @suiet/wallet-kit, you can use signMessage function from hooks.If you are using SUI official kit which has not supported this feature, you

2025-03-28
User5789

Connect Wallet from the homepage. From the wallet options, select Sui MetaMask Snap. Follow the prompt on your wallet to connect to the platform. Your wallet is now connected to the dApp and you can perform any operation available on the platform. Each operation will request approval from your Snap wallet through the MetaMask interface.Send Tokens With Sui MetaMask SnapTo transfer your asset using the MetaMask Snap; Click the Send button on your Sui Snap Wallet homepage. Enter the recipient's address. Click the caret on the right-hand side of the Asset section to select the asset you wish to send. Enter the amount and click Send. Approve the transaction from the prompt on your MetaMask wallet. The asset will arrive at the recipient's wallet once it is confirmed on the network.Stake Tokens With Sui MetaMask SnapYou can also participate in PoS staking on the Sui network from your Sui Snap Wallet. To do this: Click Stake from the wallet homepage Click Stake SUI to continue On the Staking page select the Validator and enter the amount of tokens you wish to stake. Click Stake Now to continue. From the prompt on your wallet, approve the staking transaction. Once this is done, your asset will be staked to the validator and eligible for rewards as stipulated by the network.Here are some common questions from users about MetaMask Snap versions of non-EVM wallets, including the Sui wallet MetaMask Snap.Can you manage your Sui assets within MetaMask?The interface of the Sui wallet MetaMask Snap is similar to the MetaMask wallet interface, however, just like any other wallet Snap, your assets aren’t managed within the MetaMask wallet. MetaMask only functions as a connectivity medium for your Sui Snap Wallet. Your assets are managed within the Sui wallet, but as a Snap, the connectivity is powered by the MetaMask wallet. To manage your assets, you will need to visit the wallet provider’s platform ( for the featured wallet). Just like browser extensions run on another application (the browser), the wallet Snap runs on the MetaMask wallet.CustodianshipYour Sui wallet MetaMask Snap keys are managed by your

2025-04-15
User9131

OverzichtNightly - your key to MetaverseNightly Wallet is a multi-chain wallet created to embrace the full potential of blockchain. It includes Nightly Wallet - an extension and mobile wallet working on Solana, Near, Aptos, Sui, Movement and others !Wallets are the beginning of every crypto journey. We provide the best possible integrations on each of these chain. Dive into the world of multichain with Nightly and embrace its true potential.Nightly is built by experienced Web3 degens - we know the problems and struggles of crypto users, so we decided to take problems into our own hands and develop real solutions.Download it now!DetailsVersie1.16.7Geüpdatet12 maart 2025Grootte53.79MiBTalenOntwikkelaarAkudama GmbHDorfplatz 16Urnäsch 9107CH Website E-mail dev@nightly.appGeen handelaarDeze ontwikkelaar heeft zichzelf niet geïdentificeerd als handelaar. Voor consumenten in de Europese Unie geldt dat consumentenrechten niet van toepassing zijn op contracten tussen jou en deze ontwikkelaar.PrivacyDe ontwikkelaar heeft aangegeven dat je gegevens niet worden verzameld of gebruikt. Bekijk het privacybeleid van de ontwikkelaar voor meer informatie.Deze ontwikkelaar verklaart dat je gegevens:Niet worden verkocht aan derden, behalve voor de goedgekeurde toepassingenNiet worden gebruikt of overgedragen voor doeleinden die niet zijn gerelateerd aan de kernfunctionaliteit van het itemNiet worden gebruikt of overgedragen om de kredietwaardigheid te bepalen of voor doeleinden met betrekking tot leningenSupportGerelateerdFuel Wallet2,9(117)The official Fuel WalletFewcha Move Wallet5,0(6K)Non-Custodial Wallet created for Move Ecosystem (Sui/Aptos)Pelagus4,2(44)The community owned and operated Quai Web3 wallet.Taho4,4(71)The community owned and operated Web3 wallet.Petra Aptos Wallet4,9(1,7K)A crypto wallet on Aptos.Backpack4,6(350)A next level crypto wallet for Solana, Ethereum, Arbitrum, Base, Polygon, Optimism, Eclipse, and Sonic.Razor Wallet4,1(44)Your Gateway into Movement EcosystemMyriad Markets4,7(61)Predict, earn, and engage with Myriad Markets — interactive prediction markets on your favorite platforms and news sources.Z3US3,9(19)An open source community centered browser wallet for the Radix DLT network.xdata3,9(37)Collect tweets and earn $Wafer tokenSubWallet - Polkadot Wallet4,6(155)Comprehensive Web3 wallet solution for Polkadot, Substrate & Ethereum ecosystemsBearBy4,2(12)Bearby the massa blockchain wallet, bearby the best way to join massa ecosystem, user friendly ui/ux and faster interfaceFuel Wallet2,9(117)The official Fuel WalletFewcha Move Wallet5,0(6K)Non-Custodial Wallet created for Move Ecosystem (Sui/Aptos)Pelagus4,2(44)The community owned and operated Quai Web3 wallet.Taho4,4(71)The community owned and operated Web3 wallet.Petra Aptos Wallet4,9(1,7K)A crypto wallet on Aptos.Backpack4,6(350)A next level crypto wallet for Solana, Ethereum, Arbitrum, Base, Polygon, Optimism, Eclipse, and Sonic.Razor Wallet4,1(44)Your Gateway into Movement EcosystemMyriad Markets4,7(61)Predict, earn, and engage with Myriad Markets — interactive prediction markets on your favorite platforms and news sources.

2025-04-09

Add Comment