python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
How Do I Create Free or Low-Cost Custom Solana Token Airdrops?
I followed this excellent tutorial (at 0.5x speed) to create my own custom Solana token. I can send it to my wallet via command line. Now I want to do either free or low-cost airdrops. Is there a way ...
Volomike
Votes: 0
Answers: 1
Commitment Level
I've written a basic rpc client which polls the state of an Solana account to look for a specific condition (i.e. a unique int64 Id being written to it). When the condition arises, I call a smart cont...
Andy Johnson
Votes: 0
Answers: 2
Is there any way to change the authority of a Solana Token?
I created a Solana token with a test wallet/account. Now I want to transfer authority to another account and delete the test one. Is there any way to do that?
Lucian Gabriel
Votes: 0
Answers: 1
How can fix anchor test error after installing rust?
I installed rust on Ubuntu and checked that version but there's rustc version error.
myunixx@LAPTOP-JSMKVSS3:~$ rustup --version
rustup 1.24.3 (ce5817a94 2021-05-31)
info: This is the version for the ...
Shift_that
Votes: 0
Answers: 1