testlibb
v1.0.1
Published
Include Metamask browser plugin connector.
Downloads
3
Readme
Easy to use, multiframework - WalletConnect-TypeScript library to connect blockchain wallets to dapps.
Include Metamask browser plugin connector.
Ideal for creating dapps from connecting with any wallet.
Contains
- [x] Typescript 3.7.4
- [x] WalletConnect Web3 Provider
Build tools
Installation
- Copy all files to your project
- Copy "devDependencies" and "dependencies" to yoru package.json file
- run npm i
Usage
WalletAuthService[WalletEnum.metamask].connect(); //Connecting by Metamask browser plugin
WalletAuthService[WalletEnum.walletConnect].connect(); // Connecting by WalletConnect,
Samples
Included usage examples:
- [x] VUE
- [x] React
- [x] Angular
License
MIT