Monorepo of JS utility packages for WalletConnect
git clone https://github.com/WalletConnect/walletconnect-utils.git
npm install
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.
# `check` will call `turbo run prettier lint build test` under the hood.
TEST_PROJECT_ID=YOUR_PROJECT_ID npm run check
changeset
:npm run changeset
In the interactive shell:
<space>
bar where changes have been made<space>
) which packages should receive a major/minor/patch version bump. To simply skip a version level, hit <enter>
without selecting anything..changeset
directory# will run `changeset version && turbo pre-publish && changeset publish` under the hood.
npm run npm-publish
MIT