2 releases
0.1.1 | Nov 25, 2023 |
---|---|
0.1.0 | Nov 25, 2023 |
#25 in #circle
20KB
486 lines
Circle Payment Service
A heavy WIP implementation of Circle's payment API in Rust. Mostly following this guide: https://learn.circle.com/quickstarts/dev-controlled-wallets
Usage
In .env
CIRCLE_API_KEY=your_api_key
CIRCLE_ENTITY_SECRET=your_entity_secret
And then:
cargo run --example managed_wallet
Dependencies
~11–23MB
~377K SLoC