-
Bucket issue tracking demos for beginners minting NFTs across various priority chains:
- [ ] Ethereum / EVM-compatible (and clarify what EVM is + which chains) #139
- [ ] Solana (via Metaplex SDK …
-
# Problem
With transaction v2 and address lookup tables, it is now possible to do a lot more in a single program call and to do a lot more overall.
In fact, Jupiter is already capable of consuming…
-
### Summary
This issue presents an alternative to the current replay protection mechanism: nonces. Nonces should remain but become an optional feature for those wanting serialisability of their tra…
-
### Summary
Currently, every transaction, including personal message signatures (ADR36), require the public key of the Cosmos address to be specified in the AuthInfo. This is bad developer experience…
-
Jupiter swap does not work for some reason :
`SwapQuoteAg swapQuote = await m_dexJupiter.GetSwapQuote(m_tokenSell.MintAddress, m_tokenBuy.MintAddress, DecimalUtil.ToUlong(m_amount, m_tokenSell.Decima…
-
Certain users of this SDK prefer to query directly on-chain without being dependent on resources like the Solend API.
Usually this means they only require the instructions within https://github.com…
-
**Is your feature request related to a problem? Please describe.**
Yes. I am currently working on a project which involves generating Ethereum-compatible wallets, as well as Solana-compatible wallets…
-
maybe this bug is related with blocto sdk?
-
Describe the bug
Trying to build a Transaction object from an array of bytes throws an exception. The exception is thrown by the call to `solana.core.Message.from(byteArray)` inside of the `Transacti…
-
```
wallet := types.NewAccount()
```
Above code as I realised does not actually create a useable wallet. It only generates an ed25519 keypair locally.
Is there example code for how to make a w…