Move.

Bài viết

Chia sẻ kiến thức của bạn.

Gifted.eth.
Aug 31, 2025
Hỏi đáp Chuyên Gia

How to add a token to Suiet and Slush wallets?

How to add a token to Suiet and Slush wallets?

  • Move
0
1
Chia sẻ
Bình luận
.

Câu trả lời

1
shamueely.
Sep 1 2025, 12:53

When you bridge or mint a new token on Sui, wallets like Suiet or Slush won’t automatically display it — you need to manually add the token’s coin type. In both wallets, the process is pretty similar: first, get the coin type address of the token (for example, USDC might look like 0x...::usdc::USDC). You can usually find this in the project’s docs, from the Sui Explorer, or by querying the object on-chain. Once you have it, open your wallet, go to the Add Token / Manage Tokens option, and paste the full coin type string. After saving, your balance will show whenever you hold that coin.

If you’re working in code and want to verify the coin type before adding, you can use the TypeScript SDK like this:

import { SuiClient } from "@mysten/sui.js/client";

const client = new SuiClient({ url: "https://fullnode.mainnet.sui.io" });

async function getCoins(owner: string) {
  const coins = await client.getAllBalances({ owner });
  console.log("All tokens:", coins);
}

getCoins("0xYourSuiAddressHere");
0
Bình luận
.

Bạn có biết câu trả lời không?

Hãy đăng nhập và chia sẻ nó.

Move is an executable bytecode language used to implement custom transactions and smart contracts.

249Bài viết556Câu trả lời
Sui.X.Peera.

Kiếm phần của bạn từ 1000 Sui

Tích lũy điểm danh tiếng và nhận phần thưởng khi giúp cộng đồng Sui phát triển.

Chiến dịch phần thưởngTháng Chín