This repository contains tooling to interact with the Turnkey API using Rust.
Unlike other languages (Typescript, Ruby), we do not yet offer a full SDK for Rust.
If you are working on a project in Rust and would benefit from a Rust SDK please open an issue or get in touch with us ([email protected]) and we can discuss prioritizing this.
The main challenge when making requests to the Turnkey API is request stamping. This repo builds off @luca992 for stamping and Eliascm17/turnkey for some client structure around API requests/responses on top of bare request signing. This repo builds a to the API requests/responses to the Turnkey API.