-
There are a few faucets now for Solana, and faucets play a key role in the Solana ecosystem as they help onboard users and cover the costs of fees, especially when users accidentally stake all their S…
-
We use `f32` for the values stored in the investor data account:
```rs
#[derive(AnchorSerialize, AnchorDeserialize, Clone)]
pub struct Investor {
pub identifier: Pubkey, // Inves…
-
When it comes to purchasing SPL tokens on the Solana blockchain, there are several reliable options available.
Jupiter is a leading aggregator that connects users to a variety of DEXs, including Ray…
-
Hi,
I used your `flake.nix` in my project and `nix build` succeeded. However, I'm not sure what's the best way to execute those commands such as `solana-install-init`.
What I did was `$ result/b…
-
Solana NFTs require special handling currently.
This is because at the time the Solana NFT bridge was first implemented, there was no notion of NFT collections on Solana, and each NFT would simply be…
-
While sending transaction with original solana address I get this exception, however all params are correct.
java.lang.Exception: invalidResponse(rpcError=RPCError(code=-32002, message=Transaction …
-
Hydra currently does not support adding wSOL as an SPL token when calling `initializeForFanoutMint`. The function violates a raw constraint on the method.
Upon further research, the constraint in …
-
Hello,
According to your documentation, the JWT must still be valid in order to be renewed (with a valid refresh token ofc):
> Ask to renew **valid JWT** with our refresh token. Make a POST call t…
-
Proposition de limiter le scope de recherche aux aides contenant 200 à 2000 token temporairement, pour accélérer les délais de réponses sur la V1, en attendant de pouvoir mieux filtrer cf #32 t d'augm…
-
I noticed that when calling `getOrCreateAssociatedTokenAccount`, `TokenAccountNotFoundError` gets thrown in very different situations. I'm wondering if this can be improved to throw more specific erro…