2 个版本
0.1.1 | 2023年11月25日 |
---|---|
0.1.0 | 2023年11月25日 |
#21 in #circle
20KB
486 行代码(不含注释)
Circle 支付服务
Circle 支付 API 的 Rust 实现草案。主要遵循此指南:https://learn.circle.com/quickstarts/dev-controlled-wallets
使用方法
在 .env
CIRCLE_API_KEY=your_api_key
CIRCLE_ENTITY_SECRET=your_entity_secret
然后
cargo run --example managed_wallet
依赖项
~11–23MB
~382K SLoC