From 11c35fce14c572a0d1c659ab7e10db99972540fb Mon Sep 17 00:00:00 2001 From: kolirt Date: Mon, 18 Mar 2024 19:54:20 +0200 Subject: [PATCH] add @kolirt/vue-web3-auth to client sdks --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 5641b5e..ace60e7 100644 --- a/README.md +++ b/README.md @@ -388,6 +388,7 @@ Please take a quick look at the [contribution guidelines](./CONTRIBUTING.md) fir | -------- | ---------------------------------------------------------------------------------------------------------------------------------- | ------------------------------ | | Ether.js | The ethers.js library aims to be a complete and compact library for interacting with the Ethereum Blockchain and its ecosystem. | https://docs.ethers.io/ | | Web3.js | Web3.js is a collection of libraries that allow you to interact with a local or remote ethereum node using HTTP, IPC or WebSocket. | https://web3js.readthedocs.io/ | +| @kolirt/vue-web3-auth | Simple WalletConnect Web3Modal v2 integration package for Vue3 apps. | https://github.com/kolirt/vue-web3-auth |