Crates.io | bitgo |
lib.rs | bitgo |
version | 0.0.3 |
source | src |
created_at | 2020-05-03 04:30:43.053638 |
updated_at | 2020-05-09 02:31:12.879843 |
description | BitGo API client |
homepage | |
repository | https://github.com/lucasholder/bitgo.git |
max_upload_size | |
id | 236892 |
size | 26,428 |
Rust client for BitGo's REST API.
Work in progress.
.envrc
export BITGO_ACCESS_TOKEN="your-access-token"
export BITGO_TBTC_WALLET_ID="your-tbtc-wallet-id"
# bitgo-express proxy address (docker-compose up)
# the trailing slash / is important
export BITGO_BASE_URL="http://localhost:4000/api/v2/"
cargo test