1.0.1 • Published 3 years ago
testlibb v1.0.1
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
- Typescript 3.7.4
- 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:
- VUE
- React
- Angular
License
MIT