web3-connect-button
v0.2.2
Published
Connect to Solana or Ethereum using single connect wallet button.
Downloads
34
Maintainers
Readme
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 [email protected] if you want to contribute to the project!