Run Examples

Run the included examples for:

  • Transactions

  • Network

  • Token

  • Accounts

# Transaction management example
cargo run --example transactions_example

# Network configuration examples
cargo run --example network_examples

# Token operations example
cargo run --example tokens_example

# Account management example
cargo run --example accounts_example

Last updated