soroban-client 0.5.4

A high-level library Rust client library for interacting with Soroban smart contracts on the Stellar blockchain
Documentation
1
2
3
4
5
6
7
8
clean:
	cargo clean

build:
	cargo build --release
	
test:
	cargo test