3 releases
0.0.3 | May 9, 2020 |
---|---|
0.0.2 | May 8, 2020 |
0.0.1 | May 3, 2020 |
#210 in #cryptocurrency
27KB
707 lines
bitgo
Rust client for BitGo's REST API.
Work in progress.
Test
.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
Dependencies
~9–13MB
~244K SLoC