Crates.io | sune |
lib.rs | sune |
version | 0.1.1 |
source | src |
created_at | 2024-06-21 12:56:57.954686 |
updated_at | 2024-06-22 19:20:40.058252 |
description | Solana transaction tool |
homepage | https://github.com/astroorbis/sune |
repository | https://github.com/astroorbis/sune |
max_upload_size | |
id | 1279534 |
size | 78,946 |
A proxy for Solana transactions or something
We use Just to make our lives easier and Mold as a linker. After installing mold, update its path in .cargo/config.toml
manually, or by using just sync-mold-path
. Then just cargo b -r. The binary will then be in target/release/sune.
Args can be found by running ./sune --help
. The RPC defaults to the main public instance, and Jito defaults to the NYC instance.
For logs, run with RUST_LOG=info
. For even more logs, run with RUST_LOG=debug
.
Example:
RUST_LOG=info ./sune [your-args-here]