-
-
You've deprecated rpc namespace in Program from @project-serum/anchor package, but example is not updated, and there is no documentation, I tried reading code, but could not understand what I am suppo…
-
If mint is owned by program, the account creation might make more sense to be there instead than in a local instruction.
https://github.com/project-serum/anchor/pull/790
We already mentionned it,…
-
localhost:3000 is blank and no connection to it.
-
Serum javascript library is broken.
How to re-create issue:
`
curl https://api.mainnet-beta.solana.com -X POST -H "Content-Type: application/json" -d '
{"jsonrpc":"2.0", "id":1, "method":"ge…
-
### **Greetings, I want to use your project and I get the openbook v2 dependencies error.**
**workspace Cargo.toml:**
```
[workspace]
members = [ "lib/*",
"programs/*"
]
resolver = "2"…
-
-
#15
I installed the unpacked extension built through https://github.com/project-serum/spl-token-wallet `yarn build:extension` in chrome.
However, it does not seem like it ends up being injected i…
-
An instruction of my program creates a `TokenAccount` using `#[account(init, payer = ...)]`. But I don't want the transaction sender (usually a user) to pay for the account rent. So I use a PDA (deriv…
-
Are there any working examples of integrating the `@project-serum/anchor` library with this adapter or with the `@solana/wallet-adapter` components?
There seems to be a misalignment in the type def…