Quick Start with Rust
This guide will walk you through the steps to set up and start using the Rubin API Rust library.
Clone the ritbit client repo
git clone https://github.com/ritbit/v4-clients.gitRun an example
Go to the Rust client library.
cd v4-clients/v4-client-rsNow, we can run an example file. Let's run accounts_endpoint example.
cargo run --example account_endpoint