Skip to content

WalletConnect v2 browser pre-built usable in rollup bundles.

License

Notifications You must be signed in to change notification settings

DePayFi/walletconnect-v2

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

WalletConnect build browsers

As WalletConnect does not build with rollup, this a a webpack browser pre-built which can be used in rollup.

Development

npm run-script build
npm publish --access public

Jest environment

Add the following to your setup.js:

// WalletconnectV2
import { TextEncoder, TextDecoder } from 'util'
global.TextEncoder = TextEncoder
global.TextDecoder = TextDecoder