You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
4 weeks ago | |
---|---|---|
.github/workflows | 2 months ago | |
browser | 2 months ago | |
crypto | 2 months ago | |
jsonrpc | 2 months ago | |
misc | 4 weeks ago | |
relay | 2 months ago | |
.eslintignore | ||
.eslintrc | ||
.gitignore | ||
.prettierrc | ||
LICENSE | ||
README.md | ||
lerna.json | 2 months ago | |
package-lock.json | 4 weeks ago | |
package.json | 2 months ago | |
renovate.json | 2 months ago | |
tsconfig.json |
README.md
WalletConnect Utils
Monorepo of JS utility packages for WalletConnect
Setup
- Clone the repository:
git clone https://github.com/WalletConnect/walletconnect-utils.git
- Install all dependencies:
npm install
- Configure all monorepo packages:
npm run bootstrap
- 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