# wsm-wallet-connect

> This module adds EVM authentication capabilities to web apps built with [Webstudio](https://webstudio.so)

Latest version **0.0.51** (published 2023-05-26) · MIT license · 0 weekly downloads

## Install

```sh
npm install wsm-wallet-connect
pnpm add wsm-wallet-connect
yarn add wsm-wallet-connect
bun add wsm-wallet-connect
```

## Health

**Score 20/100 (F)** — status: abandoned.

Positive: esm support; no vulnerabilities.

Warnings: low downloads; no types; pre 1.0.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 0.0.51 |
| Published | 2023-05-26 |
| First published | 2023-03-01 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 122.5 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Webstudio |
| Maintainers | gianksp |

## Links

- npm: https://www.npmjs.com/package/wsm-wallet-connect
- Repository: https://github.com/webstudioso/wsm-wallet-connect
- Homepage: https://github.com/webstudioso/wsm-wallet-connect#readme
- Issues: https://github.com/webstudioso/wsm-wallet-connect/issues
- npm.io page: https://npm.io/package/wsm-wallet-connect

## Recent versions

- 0.0.51 (latest) — 2023-05-26
- 0.0.49 — 2023-04-28
- 0.0.48 — 2023-04-27
- 0.0.47 — 2023-04-27
- 0.0.46 — 2023-04-27
- 0.0.45 — 2023-04-27
- 0.0.44 — 2023-04-27
- 0.0.43 — 2023-04-27
- 0.0.42 — 2023-04-27
- 0.0.41 — 2023-04-27
- 0.0.39 — 2023-04-27
- 0.0.32 — 2023-04-27
- 0.0.31 — 2023-04-27
- 0.0.29 — 2023-04-27
- 0.0.28 — 2023-04-27
- … 9 more at https://npm.io/package/wsm-wallet-connect/versions

## README

# Webstudio Wallet Connect Module

This module adds EVM authentication capabilities to web apps built with [Webstudio](https://webstudio.so)

 ![Webstudio Module Wallet Connect](https://github.com/webstudioso/wsm-wallet-connect/actions/workflows/production.yml/badge.svg)

### Testing and Building Module
```
npm i
npm run test
npm run build
```

### Publish to NPMJS
```
npm publish
```

### Importing Dependency in Webstudio
Add it to the project, this is compatible with `grapesjs` as well.
```shell
npm i --save wsm-wallet-connect@latest
```
To import in the editor add the file and include it as a Plugin
```js
import PluginWalletConnect from "wsm-wallet-connect"

const editor = grapesjs.init({
    container: "#gjs",
    plugins: [
        PluginWalletConnect
    ],
})
```

---
_Source: https://npm.io/package/wsm-wallet-connect · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
