包详细信息

@walletconnect/jsonrpc-utils

WalletConnect2mMIT1.0.8

Utilities for JSON-RPC

json, rpc, jsonrpc, json-rpc

自述文件

WalletConnect Utils

Monorepo of JS utility packages for WalletConnect

Setup

  1. Clone the repository:
git clone https://github.com/WalletConnect/walletconnect-utils.git
  1. Install all dependencies:
npm install
  1. Configure all monorepo packages:
npm run bootstrap
  1. Ensure all packages lint, build, and test successfully:

For all tests to pass in the following command, you will need your own TEST_PROJECT_ID value, which will be generated for you when you set up a new project on WalletConnect Cloud.

TEST_PROJECT_ID=YOUR_PROJECT_ID npm run check

License

MIT