BitGoJS/examples at master · BitGo/BitGoJS

BitGoJS Examples

ts directory (TypeScript)

In this directory, you can find examples on how to use the BitGoJS SDK with TypeScript. These examples use modern TypeScript/ES6 syntax with async/await. This is the recommended way to use the BitGoJS SDK for new projects.

Go Accounts (Trading Wallets)

Go Accounts are trading wallets that don't require BitGo Express. See the detailed guide for more information.

Wallet

Webhooks

Algorand (ALGO)

Ethereum (ETH)

Tezos (XTZ)

js directory (JavaScript)

In this directory, you can find examples on how to use the BitGoJS SDK with JavaScript. These examples use coroutine syntax with yield.

Note the directory structure is the same for the JavaScript examples as the TypeScript examples listed above.