Rust client for BitGo's REST API.
Work in progress.
.envrc
```bash export BITGOACCESSTOKEN="your-access-token" export BITGOTBTCWALLET_ID="your-tbtc-wallet-id"
export BITGOBASEURL="http://localhost:4000/api/v2/" ```
bash cargo test