0.0.51 • Published 12 months ago

wsm-wallet-connect v0.0.51

Weekly downloads
-
License
MIT
Repository
github
Last release
12 months ago

Webstudio Wallet Connect Module

This module adds EVM authentication capabilities to web apps built with Webstudio

Webstudio Module Wallet Connect

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.

npm i --save wsm-wallet-connect@latest

To import in the editor add the file and include it as a Plugin

import PluginWalletConnect from "wsm-wallet-connect"

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

12 months ago

0.0.49

1 year ago

0.0.48

1 year ago

0.0.47

1 year ago

0.0.46

1 year ago

0.0.45

1 year ago

0.0.44

1 year ago

0.0.43

1 year ago

0.0.42

1 year ago

0.0.41

1 year ago

0.0.39

1 year ago

0.0.32

1 year ago

0.0.31

1 year ago

0.0.29

1 year ago

0.0.28

1 year ago

0.0.27

1 year ago

0.0.26

1 year ago

0.0.25

1 year ago

0.0.24

1 year ago

0.0.23

1 year ago

0.0.22

1 year ago

0.0.21

1 year ago

0.0.2

1 year ago

0.0.1

1 year ago