@tool_blox/plugin

1.0.2 • Public • Published

@tool_blox/plugin

A JavaScript Web3 integration library designed for Toolblox plugins, enabling Web3 capabilities in no-code platforms like Bubble™ and Weweb™. Provides wallet connections and blockchain interactions.

Installation

npm install @tool_blox/plugin

Usage

Node.js (CommonJS)

const { Web3AuthNoModal, ethers } = require('@tool_blox/plugin');

Node.js (ESM) / Browser

import { Web3AuthNoModal, ethers } from '@tool_blox/plugin';

Browser (Script Tag)

<script type="module">
  import { Web3AuthNoModal, ethers } from './node_modules/@tool_blox/plugin/dist/index.esm.js';
</script>

Features

  • Web3Auth Integration
  • Wallet Connect Support
  • Coinbase Wallet Support
  • Ethereum Provider
  • Ethers.js Integration
  • Universal Module Support (ESM and CommonJS)

License

MIT

Package Sidebar

Install

npm i @tool_blox/plugin

Weekly Downloads

8

Version

1.0.2

License

MIT

Unpacked Size

6.98 MB

Total Files

24

Last publish

Collaborators

  • sgraphics