-
### Description
`spl-token-2022` can't be built in a wasm32 environment in version 5 and 6.
Running this command:
```bash
cargo build --package spl-token-2022@6.0.0 --target wasm32-unknown-u…
-
`"No instructions found in transaction"`
**How can I solve this error. What I am trying to do is to send hash between two solana wallets with wormhole messaging.**
The opensource code:
…
-
Solana SDK has been upgraded to 2, can we get this searcher example upgraded?
-
Solana SDK syscall stubs are not currently implemented, see Solana program-test as a reference https://github.com/solana-labs/solana/blob/27eff8408b7223bb3c4ab70523f8a8dca3ca6645/program-test/src/lib.…
-
Hi,
My Cargo.toml is as follow:
```
[package]
1 name = "eclipse_token_project"
2 version = "0.1.0"
3 edition = "2021"
4
5 [dependencies]
6 solana-sdk = "1.10"
…
-
I can't add a tip for Jito to my transaction. Could you please help me figure out what I'm doing wrong?
async def main():
url = "https://mainnet.helius-rpc.com/?api-key=my_key"
solana_cli…
-
This SDK conflicts with any other package that needs a WebSocket-sharp DLL, such as any WebGL multiplayer SDK, such as Unity Netcode and Fusion. Solana SDK has some odd, modified version of the DLL, s…
-
Hi,
I am getting the following error in my node app.
Is there a function missing from spl-token-group?
I am using the following version of spl-token
"@solana/spl-token": "^0.4.9",
My cod…
-
1. Change the `PROGRAMIDS` in `config.ts`
```diff
- export const PROGRAMIDS = MAINNET_PROGRAM_ID;
+ export const PROGRAMIDS = DEVNET_PROGRAM_ID;
```
Also
```diff
- marketProgramId: MAINNET_PROG…
-
# 翻译任务认领说明
- 2024年9月10日新的翻译工程来了,https://8bit-1.gitbook.io/solibrary 是一个学习Solana的资料库,从不同的角度总结了Solana开发与使用的技术资料
> 注意:
> 一次尽量只认领一篇,给其他小伙伴留些机会~
> 认领开始前,请务必阅读[翻译流程说明](https://github.com/Fankouzu/so…