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
- Host: GitHub
- URL: https://github.com/fuellabs/sequencer-rs-sdk
- Owner: FuelLabs
- Created: 2024-11-19T16:40:52.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2024-11-20T00:17:41.000Z (over 1 year ago)
- Last Synced: 2026-02-02T07:49:40.183Z (6 months ago)
- Language: Rust
- Size: 72.3 KB
- Stars: 0
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.