Skip to content

Latest commit

 

History

History

examples

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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.

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.