Skip to main content

Questions tagged [spl-token-cli]

0 votes
0 answers
28 views

I created a token (twice now) using Solana CLI and I used 6 decimals for the token creation and entered 500000000000000 (500M plus six 0s) but Solscan shows over 18t. I tried it again a few hours ...
Christopher Fernandes's user avatar
1 vote
1 answer
88 views

this is my cmd: -> spl-metadata-2022 spl-token initialize-metadata AuNB2uvFRW6p5w4qzZgHpYgcq3J4viZSEbxJj14EqJcw "Pxxxxx Rxx" "PRS" "url" getting this error: Error: ...
parvat raj's user avatar
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
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
2 answers
62 views

I created my token and with the flag --enable-metadata --program-id TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb \ --enable-metadata \ --decimals 2 \ --mint-authority ...
William May's user avatar
0 votes
1 answer
43 views

const { getExplorerLink } = require("@solana-developers/helpers"); const { Connection, clusterApiUrl, PublicKey, Transaction, sendAndConfirmTransaction, Keypair } = require("@solana/...
Haris's user avatar
  • 61
0 votes
2 answers
49 views

I have successfully created a token with several extensions integrated so far, and the process has been smooth thanks to the resources and guidance available in this community. Now, I am at the stage ...
Aryan Rajawat's user avatar
1 vote
1 answer
72 views

I'm working on creating an SPL Token-2022 mint with multiple extensions using TypeScript and the Solana Web3/Token-2022 SDKs. Here's what I currently have set up: ✅ Enabled Extensions ...
Aryan Rajawat's user avatar
1 vote
1 answer
31 views

I was trying to test the confidential transfers, they were working like a few weeks back but now they are failing. spl-token transfer 4txfzbnS8nvVg2T1YySqFG7NQPcPYCNnh1UzKmgFdxJu 1000 ...
nitishxyz's user avatar
0 votes
1 answer
36 views

On dev net im playing around mint :X5qJThwB41Dir8s6oMj237dB2cxWudiJgfqDx7DSk5t authority :s21QcvKu3pK2ezrviA4sfDsVDyJCVH2wtvCVujeSQuW mint account: C31DekR8DUojRcdRyVZp7LNWDR5RVyAdNxFGzXtb9mjU with ...
yeahdixon's user avatar
  • 141
1 vote
1 answer
76 views

I successfully created a SOL mint token on Sol DevNet and minted some to a newly created wallet However, I am simply trying to run the spl-token transfer command that Solana has in their documents. I ...
Teddy T's user avatar
  • 11
0 votes
0 answers
34 views

Dear Solana Community After spending hours in finding the root cause of "segmentation fault", I am finally posting this thread, while hoping to obtain a support. As a matter of fact, running ...
user31313's user avatar
0 votes
0 answers
21 views

I'm currently working on a Solana dApp and published many versions of it to dApp Store. It costed me a lot of SOL (Around 8 SOL for the last 2 years), now SOL price is also so expensive (>200$). So ...
BD Tren's user avatar
  • 11
0 votes
2 answers
40 views

How to create ATA account using SPL-TOKEN? Already have minted tokens and would like to distribute in different wallets according to tokenomics
Dom's user avatar
  • 21
0 votes
1 answer
70 views

I am using solana-keygen grind and spl-token create-token I want to use cli command to do these things. When I use command spl-token create-token. I created a token but it has no metadata, I want to ...
Free Demo's user avatar

15 30 50 per page