solders
solders copied to clipboard
A high-performance Python toolkit for Solana, written in Rust
Not sure how to title this. My code looks like this: ``` from solders.keypair import Keypair try: Keypair.from_base58_string("test") except: print("Invalid keypair") ``` Output: ``` called `Result::unwrap()` on an `Err` value:...
There is no plan to update ALT features?
i'm working with grpc. wondering about a good way to interop with protobuf and solders. will default to rust and try using it with solders later. ``` from solders.transaction import...
Seems like the rust part of the code does not correctly handle some responses. This is using quicknode RPC btw. `pyo3_runtime` is not a valid module, so the `PanicException` can't...
I am basically looking for the `VersionedTransaction` equivalent of `solders.transaction.Transaction.new_unsigned()`