0.0.51 • Published 2 years ago

wsm-wallet-connect v0.0.51

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years 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

2 years ago

0.0.49

3 years ago

0.0.48

3 years ago

0.0.47

3 years ago

0.0.46

3 years ago

0.0.45

3 years ago

0.0.44

3 years ago

0.0.43

3 years ago

0.0.42

3 years ago

0.0.41

3 years ago

0.0.39

3 years ago

0.0.32

3 years ago

0.0.31

3 years ago

0.0.29

3 years ago

0.0.28

3 years ago

0.0.27

3 years ago

0.0.26

3 years ago

0.0.25

3 years ago

0.0.24

3 years ago

0.0.23

3 years ago

0.0.22

3 years ago

0.0.21

3 years ago

0.0.2

3 years ago

0.0.1

3 years ago