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

2 years ago

0.0.48

2 years ago

0.0.47

2 years ago

0.0.46

2 years ago

0.0.45

2 years ago

0.0.44

2 years ago

0.0.43

2 years ago

0.0.42

2 years ago

0.0.41

2 years ago

0.0.39

2 years ago

0.0.32

2 years ago

0.0.31

2 years ago

0.0.29

2 years ago

0.0.28

2 years ago

0.0.27

2 years ago

0.0.26

2 years ago

0.0.25

2 years ago

0.0.24

2 years ago

0.0.23

2 years ago

0.0.22

2 years ago

0.0.21

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago