0.2.2 • Published 3 years ago

web3-connect-button v0.2.2

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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

0.2.2

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.1.8

3 years ago

0.1.7

3 years ago

0.1.6

3 years ago

0.1.5

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.0

3 years ago