# wsm-form

> This module adds capabilities to web apps built with [Webstudio](https://webstudio.so) to invoke smart contract methods on any EVM compatible blockchain network.

Latest version **0.0.46** (published 2023-06-16) · MIT license · 0 weekly downloads

## Install

```sh
npm install wsm-form
pnpm add wsm-form
yarn add wsm-form
bun add wsm-form
```

## 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.46 |
| Published | 2023-06-16 |
| First published | 2023-02-23 |
| Weekly downloads | 0 |
| License | MIT |
| TypeScript types | none |
| Module format | ESM + CommonJS |
| Dependencies | 0 |
| Unpacked size | 179.2 KB |
| Known vulnerabilities | 0 |
| Install scripts | no |
| GitHub stars | 1 |
| Author | Webstudio |
| Maintainers | gianksp |

## Links

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

## Recent versions

- 0.0.46 (latest) — 2023-06-16
- 0.0.45 — 2023-06-16
- 0.0.44 — 2023-06-16
- 0.0.42 — 2023-06-16
- 0.0.41 — 2023-05-26
- 0.0.39 — 2023-04-27
- 0.0.38 — 2023-04-27
- 0.0.37 — 2023-04-27
- 0.0.36 — 2023-04-27
- 0.0.35 — 2023-04-27
- 0.0.34 — 2023-04-27
- 0.0.33 — 2023-04-27
- 0.0.32 — 2023-03-31
- 0.0.31 — 2023-03-31
- 0.0.29 — 2023-03-31
- … 26 more at https://npm.io/package/wsm-form/versions

## README

# Webstudio Form Module

This module adds capabilities to web apps built with [Webstudio](https://webstudio.so) to invoke smart contract methods on any EVM compatible blockchain network.

 ![Webstudio Module Form](https://github.com/webstudioso/wsm-form/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-form@latest
```
To import in the editor add the file and include it as a Plugin
```js
import PluginForm from "wsm-form"

const editor = grapesjs.init({
    container: "#gjs",
    plugins: [
        PluginForm
    ],
})
```

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