-
LZ_security
Medium
# The protocol does not support token2022
## Summary
With the address `token::ID` set in `token_program`, `token_program` of `token2022` will not be supported.
Therefore, t…
-
I'm having a lot of “429 Too Many Requests” problems like in the screenshot, please help me
-
```
import traceback
from flask import Flask, request, jsonify
from solana.rpc.api import Client
from solana.rpc.api import Keypair
from solana.rpc.commitment import Confirmed
from solana.rpc.ty…
-
I like this library, important to have access to instructions as well as just send a transaction conveniently https://github.com/solstar-tech/easy-spl
-
in this line: https://github.com/metaplex-foundation/js/blob/main/packages/js/src/plugins/tokenModule/operations/mintTokens.ts#L257
it's converting a BN to JS Number which can only store 53 bits, n…
-
i tried to use the sdk to create a sell function to sell a random token on pumpfun thats in my wallet , the tx goes through, prints out the signature tx as solscan link , however, it throws success as…
-
Here are devnet transactions:
```
$ spl-token create-token --decimals 18
Creating token BZk67G7gcKquWXAgoTDoKqe78xwkSQiF4thsqYkHshJd
Signature: XioHUWB36xfCT97iPsQhugHnN39obq4UxPp9m7d5oc7fYfmcoa4D…
-
When creating a new SPL token, the solana docs mention using `spl-token authorize mint --disable` to set the mint authority to `None` rendering the token as having a fixed supply. However, what if we…
-
I'm currently implementing Solana
Done:
- Balance
- Balance SPL (Solana Program Library tokens)
- Current Block
- Withdraw (Solana)
- Send raw transaction
Open discussion:
- I propose …
-
We should use https://github.com/project-serum/anchor/issues/1260 to setup `solana-test-validator` for testing by automatically generating a bunch of accounts funded with lamports and SPL tokens--incl…