/walletconnect-monorepo

Walletconnect monorepo

Primary LanguageJavaScriptMIT LicenseMIT

WalletConnect

Build Status

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

Usage

$ npm install --save walletconnect

# OR with yarn

$ yarn add walletconnect

Development process

$ 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

Publish

$ npm run publish

License

MIT