11.0.13 • Published 4 days ago

@bitgo/sdk-unified-wallet v11.0.13

Weekly downloads
-
License
MIT
Repository
github
Last release
4 days ago

BitGo sdk-unified-wallet

Install:

npm i @bitgo/sdk-unified-wallet @bitgo/sdk-api @bitgo/sdk-coin-eth @bitgo/sdk-coin-polygon

Example: Generate an EVM wallet

const { EcdsaEVMUnifiedWallets } = require('@bitgo/sdk-unified-wallet');
const { BitGoAPI } =  require('@bitgo/sdk-api');
const { Eth, Gteth } = require('@bitgo/sdk-coin-eth')
const { Polygon, Tpolygon } = require('@bitgo/sdk-coin-polygon')

const bitgo = new BitGoAPI({
    env: 'test',
  });

// bitgo.register('eth', Eth.createInstance);
bitgo.register('gteth', Gteth.createInstance);
// bitgo.register('polygon', Eth.createInstance);
bitgo.register('tpolygon', Tpolygon.createInstance);

const accessToken = '';
const passphrase = '';
const enterprise = '';
const label = '';

async function createWallet() {
  bitgo.authenticateWithAccessToken({ accessToken });

  const params = {
    label,
    multisigType: 'tss',
    walletVersion: 3,
    passphrase,
    enterprise,
  };

  const wallets = new EcdsaEVMUnifiedWallets(bitgo);
  const result = await wallets.generateUnifiedWallet(params);
  console.log(result);
}

createWallet();
11.0.13

4 days ago

11.0.12

8 days ago

11.0.11

13 days ago

11.0.10

20 days ago

11.0.9

26 days ago

11.0.8

28 days ago

11.0.7

29 days ago

11.0.6

1 month ago

11.0.5

1 month ago

11.0.4

1 month ago

11.0.3

1 month ago

11.0.2

1 month ago

11.0.1

2 months ago

11.0.0

2 months ago

10.0.4

2 months ago

10.0.3

2 months ago

10.0.2

3 months ago

10.0.1

3 months ago

10.0.0

3 months ago

9.1.0

4 months ago

9.0.0

4 months ago

6.0.0

4 months ago

7.0.0

4 months ago

8.0.0

4 months ago

5.0.0

4 months ago

4.0.0

4 months ago

3.8.0

5 months ago

3.7.0

5 months ago

3.6.0

5 months ago

3.5.0

5 months ago

3.4.0

6 months ago

3.3.0

6 months ago

3.2.18

6 months ago

3.2.8

9 months ago

3.2.7

9 months ago

3.2.13

7 months ago

3.2.2

9 months ago

3.0.12

10 months ago

3.2.12

7 months ago

3.2.15

6 months ago

3.2.0

10 months ago

3.1.0

10 months ago

3.2.17

6 months ago

3.2.6

9 months ago

3.2.16

6 months ago

3.2.5

9 months ago

3.2.4

9 months ago

3.2.3

9 months ago

3.2.11

8 months ago

3.2.10

8 months ago

3.0.10

11 months ago

3.0.11

11 months ago

3.0.8

12 months ago

3.0.7

12 months ago

3.0.9

11 months ago

3.0.4

1 year ago

3.0.3

1 year ago

3.0.6

12 months ago

3.0.5

1 year ago

3.0.2

1 year ago

3.0.1

1 year ago

3.0.0

1 year ago

2.0.1

1 year ago

2.0.0

1 year ago