An open API service indexing awesome lists of open source software.

https://github.com/fuellabs/sequencer-rs-sdk

The Rust SDK to interact with https://github.com/fuel-infrastructure/fuel-sequencer
https://github.com/fuellabs/sequencer-rs-sdk

Last synced: 22 days ago
JSON representation

The Rust SDK to interact with https://github.com/fuel-infrastructure/fuel-sequencer

Awesome Lists containing this project

README

          

# The Rust SDK for the Fuel Sequencer

Rust client for the [Fuel Sequencer](https://github.com/fuel-infrastructure/fuel-sequencer/).

## Usage

To re-generate `src/protos` folder you need to run the following command:

```sh
./generate_protos.sh
```

When `src/protos`, you can release the new version of the SDK by creating a new release on GitHub.