Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 319 Bytes

File metadata and controls

15 lines (10 loc) · 319 Bytes

Rust client

A generated Rust library for the Token 2022 program.

Getting started

To build and test your Rust client from the root of the repository, you may use the following commands.

make build-sbf-program
make test-clients-rust

This will build the program and run the tests for your Rust client.