You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: modules/bitgo/README.md
+3-53Lines changed: 3 additions & 53 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -12,72 +12,22 @@ Please email us at [email protected] if you have questions or comments about thi
12
12
13
13
# Installation
14
14
15
-
Please make sure you are running at least Node version 8 (the latest LTS release is recommended) and NPM version 6.
15
+
Please make sure you are running at least Node version 20 (the latest LTS release is recommended) and NPM version 10.
16
16
We recommend using `nvm`, the [Node Version Manager](https://github.com/creationix/nvm/blob/master/README.markdown#installation), for setting your Node version.
17
17
18
18
`npm install --save bitgo`
19
19
20
20
# Full Documentation
21
21
22
-
Please see our [SDK Documentation](https://bitgo-sdk-docs.s3.amazonaws.com/core/11.3.0/index.html) for detailed information about the TypeScript SDK and functionality.
23
-
24
-
For more general information about the BitGo API, please see our [REST API Documentation](https://www.bitgo.com/api/v2).
22
+
For more general information about the BitGo API and various integration guides, please see our [Developer Portal](https://developers.bitgo.com/).
25
23
26
24
# Release Notes
27
25
28
26
You can find the complete release notes (since version 4.44.0) [here](https://github.com/BitGo/BitGoJS/blob/master/modules/bitgo/CHANGELOG.md).
29
27
30
28
# Example Usage
31
29
32
-
## Initialize SDK
33
-
34
-
Create an access token by logging into your bitgo account, going to the API access tab [in the settings area](https://www.bitgo.com/settings) and making a developer token.
35
-
36
-
```js
37
-
constBitGo=require('bitgo');
38
-
constbitgo=newBitGo.BitGo({ accessToken:ACCESS_TOKEN }); // defaults to testnet. add env: 'prod' if you want to go against mainnet
Further demos and examples in both JavaScript and TypeScript can be found in the [examples](https://github.com/BitGo/BitGoJS/tree/master/examples) directory.
30
+
Examples and integration guides for BitGoJS or BitGo Express can be found in the [Developer Portal](https://developers.bitgo.com/guides/get-started/intro) or the [examples directory](https://github.com/BitGo/BitGoJS/tree/master/examples).
0 commit comments