web3-connect-button

0.2.2 • Public • Published

web3-connect-button

web3-connect-button helps you to add a cool looking connect wallet button, which works for both Metamask (Ethereum chain) and Phantom (Solana chain).

Installation

Use the package manager npm to install web3-connect-wallet.

npm i web3-connect-button

Usage

import { Button } from 'web3-connect-button'

# connects to metamask (ethereum chain)
<Button isEVM={true} />

# connects to phantom (solana chain)
<Button isEVM={false} />

Contributing

Feel free to drop me an email at theweb3kid@gmail.com if you want to contribute to the project!

License

MIT

Package Sidebar

Install

npm i web3-connect-button

Weekly Downloads

4

Version

0.2.2

License

MIT

Unpacked Size

17.8 kB

Total Files

13

Last publish

Collaborators

  • theweb3kid