Installation
Install CLI
Clone the Jito Restaking Repo:
git clone git@github.com:jito-foundation/restaking.git
cd restaking
Build:
cargo build --release
Install the CLI:
cargo install --path ./cli --bin jito-restaking-cli
Check CLI has been installed:
jito-restaking-cli --help
Client
We provide the Rust and TypeScript clients code.
Rust
Powered by Codama, there are Rust clients code jito-restaking-client and jito-vault-client.
Install like below:
[dependencies]
jito-restaking-client = { git = "https://github.com/jito-foundation/restaking.git", branch = "master" }
jito-vault-client = { git = "https://github.com/jito-foundation/restaking.git", branch = "master" }
TypeScript
IN PROGRESS
Python
IN PROGRESS