| Crates.io | soly |
| lib.rs | soly |
| version | 0.1.1 |
| created_at | 2025-10-24 11:52:42.808151+00 |
| updated_at | 2025-11-08 16:37:28.958449+00 |
| description | Simple Transaction Builder and Sender for Solana |
| homepage | https://github.com/CarteraMesh/soly |
| repository | https://github.com/CarteraMesh/soly |
| max_upload_size | |
| id | 1898340 |
| size | 236,221 |
Install the rust toolchain in order to have cargo installed by following this guide.
run cargo install soly
rustup install nightly
Clone the repository
git clone https://github.com/CarteraMesh/soly.git
cd soly
Build and test
# Build the project
cargo build
# Run tests (requires valid Fireblocks credentials in .env)
cargo test
# Format code (requires nightly)
cargo +nightly fmt --all
This project uses advanced Rust formatting features that require nightly:
# Format all code
cargo +nightly fmt --all
# Check formatting
cargo +nightly fmt --all -- --check
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.
See CONTRIBUTING.md.