Skip to main content

Questions tagged [spl-token-program]

1 vote
1 answer
32 views

I am trying to decode base64 data I got from the method programSubscribe. I have the IDL for the program, but I don't know how to get the event index for the notification. When I tried decoding Solana ...
Bob's user avatar
  • 13
0 votes
2 answers
69 views

I am creating a Solana program using Anchor that initializes a new SPL Token mint and its associated token account and then to create token create token. use anchor_lang::prelude::*; use anchor_spl::...
UpgradeDev's user avatar
0 votes
0 answers
59 views

I’m running a Solana RPC node (Agave validator) with fairly heavy flags, and I’m running into memory growth issues. Current flags --no-voting --full-rpc-api --enable-rpc-transaction-history --account-...
Pooriya A's user avatar
2 votes
2 answers
129 views

I trying to get the metadata of a token 2022 using gill but this only return a empty object. I using this method: import {fetchMetadata} from 'gill/programs' const { data: dataA } = await ...
J Frank's user avatar
  • 71
0 votes
0 answers
45 views

It seems to me it's a horrible idea to combine these two roles: The role to mint new tokens from a token mint The role of changing the authority that can mint tokens In an institution, this is a bad ...
The Quantum Physicist's user avatar
0 votes
1 answer
42 views

I’m deploying SPL Token 2022 to my local Agave client using solana-genesis. After deployment, I checked the program info: ➜ solana program show TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb Program Id: ...
parvat raj's user avatar
1 vote
1 answer
73 views

I'm trying to call withdraw_excess_lamports on a mint address, which Mint Authority was renounced, and I have the private key used for creating the mint. According to withdraw_exccess_lamports ...
GDD's user avatar
  • 11
1 vote
1 answer
92 views

I accidentally transferred some Solana into my mint address. I recently learnt about the new token_2022 instruction withdraw_excess_lamports that can help with this, but the mint authority was already ...
GCSP's user avatar
  • 11
1 vote
1 answer
63 views

I would like to use a prior stable version of the Token 2022 program from the v8 release in April. I am using the command line, and have used the following commands: % pkill solana-test-validator % ...
Matthew's user avatar
  • 361
3 votes
1 answer
117 views

I have my mint enabled for confidential transfers and a token account created with this extension enabled. I do not see in the CLI --help documentation or on the solana-program/confidential site ...
Matthew's user avatar
  • 361
2 votes
1 answer
53 views

I am under the impression according to reviewing solana program documentation that Mint accounts cannot hold a token balance, mints can only mint tokens to ATAs (token programs), NATAs (token programs)...
Matthew's user avatar
  • 361
2 votes
1 answer
58 views

I have created a token mint and minted tokens to a non associated token account (NATA). When querying the NATA balance using solana balance I am seeing the SOL rent fee seemingly, and when querying ...
Matthew's user avatar
  • 361
1 vote
2 answers
68 views

I get this error whenever I try to implement the test for the commit randomness. The full code is here: https://github.com/TemiW3/token-lottery when building sb commit ix, it throws gatewayUri error. ...
Temi's user avatar
  • 11
2 votes
1 answer
127 views

I have struggled to get this to work with the Solana Token 2022 standard after several attempts. My setup is simple, I only want to assign a vanity pubkey to a mint address. Wallet Creation solana-...
Matthew's user avatar
  • 361
3 votes
3 answers
419 views

In referencing the Solana SPL Token and Token 2022 documentation, I am confused on if Token Extensions will affect compatibility of my token with Solana ecosystem products. In later phases I will ...
Matthew's user avatar
  • 361

15 30 50 per page
1
2 3 4 5
16