-
It would be useful to have RPC client-side snippets in python. Here is the RPC library https://michaelhly.github.io/solana-py/
-
Hi @michaelhly
How I can use token-swap-program with solana.py?
There aren't any docs about that.
Thanks in advance.
-
Hi
I am trying to construct raydium swap transaction with solana.py.
Do not understand what should I use first. Could you help or give examples how to make swap transaction with python?
-
So let's say i fetch a transaction:
```solana_client.get_transaction(
tx_sig='4JsupFeVjPjLQfYLGGkDds6PZbfqhehJXYu5XryNN26hwChX9oPisZra61vvMzAK2xhQHa84r44aWaenD8hbjpgg',
encoding="js…
-
When I use btcrecover.py interface solana to restore, the following text is displayed. How to solve it?
ERROR: Cannot import py_crypto_hd_wallet which is required for this wallet type, install it via…
-
Hi, I'm facing the error "transaction has not been signed correctly" when calling settle_funds. For way to reproduce:
1. place order for SOL/USDC buy pair
2. cancel the order
3. settle back to the …
-
validators do not exist after solana transition. so remove all associated code:
https://github.com/NebraLtd/hm-diag/blob/68cc728cfb16baa46547a6520032fd9b018a4b86/hw_diag/diagnostics/gateway_diagnos…
-
hi, I own USDC and other tokens in my account, I want to get how many USDC in my account, what should I do?
I've tried method "get_token_accounts_by_owner", just like
```python
from solana.rpc.ap…
-
Create a new flow for pulling data from Solana instead of a subgraph. In backend/backend/services/openAI/service.py, create a different logic structure for the Solana Blockchain data source. Instead o…
-
I am going through the tutorial (see below) and when I run it, I get the error:
(solidity) [hdouglas@localhost web3PySimpleStorage]$ python deploy.py
which: no solc in (/home/hdouglas/.local/share…