| Crates.io | jito-vault-sdk |
| lib.rs | jito-vault-sdk |
| version | 0.0.5 |
| created_at | 2024-07-25 15:38:58.671988+00 |
| updated_at | 2025-05-01 16:13:53.781131+00 |
| description | Jito's Vault SDK |
| homepage | https://jito.network/ |
| repository | https://github.com/jito-foundation/restaking |
| max_upload_size | |
| id | 1315185 |
| size | 52,196 |
Jito Restaking is a next-generation restaking platform for Solana and SVM environments.
We provide TypeScript SDKs for interacting with the Jito Restaking system:
@jito-foundation/restaking-sdk – TypeScript SDK for interacting with the Jito Restaking program.@jito-foundation/vault-sdk – TypeScript SDK for interacting with the Jito Vault program.git clone https://github.com/jito-foundation/restaking.git
cd restaking
cargo-build-sbf
To create a vault, mint vrt, and delegate to an operator, follow this guide.
cargo-build-sbf
# Build the shank CLI tool
cargo b --release -p jito-shank-cli && ./target/release/jito-shank-cli
# Generate the client code
yarn generate-clients
# Rebuild the entire project
cargo b --release
If you haven't installed cargo-nextest yet, it's recommended to install it.
You find the installation instructions here.
cargo nextest run
cargo-build-sbf && SBF_OUT_DIR=$(pwd)/target/sbf-solana-solana/release cargo nextest run --all-features
./release
Contributions are welcome! Please feel free to submit a Pull Request.
| Group | Date | Commit |
|---|---|---|
| Offside | 2024-11-20 | 60b3884 |
| Ottersec | 2024-10-25 | f04242f |
| Certora | 2024-10-29 | ecbe19a |
| Certora | 2024-12-23 | 3fdcd88 |
This project is licensed under the Apache License 2.0 - see the LICENSE file for details.