3.8.4 • Published 2 years ago

@depay/coinbase-wallet-sdk v3.8.4

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

Coinbase Wallet SDK browser pre-built

As Coinbase Wallet SDK has no ESM and UMD support, this is a webpack browser pre-built which can be used in rollup as UMD and ESM.

Development

npm run-script build
npm publish --access public

Testing with Jest (node)

In case you need to load this pre-built into a node test environment, make sure you supply globals for crypto and fetch:

// CoinbaseWalletSdk
import { Crypto } from "@peculiar/webcrypto"
global.crypto = new Crypto()
import fetch from 'cross-fetch'
global.fetch = fetch

Make sure you install @peculiar/webcrypto and cross-fetch as dev dependencies:

yarn add @peculiar/webcrypto cross-fetch --dev
3.8.4

2 years ago

3.8.3

2 years ago

3.8.2

2 years ago

3.8.1

2 years ago

3.8.0

2 years ago

3.7.2

2 years ago

3.7.1

2 years ago

3.6.4

2 years ago

1.1.1

3 years ago

1.1.0

3 years ago

1.0.5

3 years ago

1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.0

3 years ago

0.9.30

3 years ago

0.9.29

3 years ago

0.9.28

3 years ago

0.9.27

3 years ago

0.9.26

3 years ago

0.9.25

3 years ago

0.9.24

3 years ago

0.9.23

3 years ago

0.9.22

3 years ago

0.9.21

3 years ago

0.9.20

3 years ago

0.9.19

3 years ago

0.9.18

3 years ago

0.9.17

3 years ago

0.9.16

3 years ago

0.9.15

3 years ago

0.9.14

3 years ago

0.9.12

3 years ago

0.9.10

3 years ago

0.9.9

3 years ago

0.9.8

3 years ago

0.9.7

3 years ago

0.9.6

3 years ago

0.9.5

3 years ago

0.9.4

3 years ago

0.9.3

3 years ago

0.9.2

3 years ago

0.9.1

3 years ago

0.9.0

3 years ago