FinTag Rust SDK
The FinTag Rust SDK provides tools and libraries for integrating with the FinTag API, enabling developers to build secure and efficient applications leveraging FinTag's verification and wallet features.
Features
- Secure API authentication
- Verify FinTag identities
- Retrieve wallet information
- Simple, idiomatic Rust API
Installation
Add the following to your Cargo.toml:
[]
= "0.1.0"
Usage
Create a Client
use FintagClient;
let client = new;
Verify a FinTag
let result = client.verify;
match result
Get Wallet Info
let result = client.get_wallet_info;
match result
Examples
See the examples/ directory for full usage:
License
Apache-2.0 © FinTag