Monorepo for walletconnect libraries. This repository contains core libraries, react-native SDK, and browser SDK for WalletConnect standard. For more information, check out https://walletconnect.org
$ npm install --save walletconnect
# OR with yarn
$ yarn add walletconnect
$ git clone https://github.com/WalletConnect/walletconnect-monorepo
$ cd walletconnect-monorepo
$ npm install
$ npm run bootstrap
# Run testcases
$ npm run test
# Run eslint
$ npm run lint
$ npm run publish
MIT