Different use cases of solana SDK.
- Rust
- Solana CLI tools
-
Clone the repository:
git clone https://github.com/piakushin/sol-test.git cd sol-test -
Prepare test cases:
cargo run --release -- prepare
This command will create files:
balances.yamltransfer.yamlgeyser.yamlAlso additional*.jsonaccount files.
-
Run retrieving balances:
cargo run --release -- get-balances
-
Run batch transfers:
cargo run --release -- transfer
-
Run block following with geyser:
cargo run --release -- geyser