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