Skip to content

Latest commit

 

History

History
16 lines (10 loc) · 513 Bytes

README.md

File metadata and controls

16 lines (10 loc) · 513 Bytes

Gas Station Example - Rust

Prerequisites

  1. Ensure the IOTA Gas Station is up and running. To learn how to set up the Gas Station, please follow this link.
  2. The expected address of the Gas Station is http://localhost:9527. Modify this if necessary.

How to run

GAS_STATION_AUTH='your-bearer-token' cargo run --example sponsored_transaction

Common Issues

If you encounter any problems please check Common Issues section.