Skip to content

Latest commit

 

History

History
29 lines (19 loc) · 747 Bytes

File metadata and controls

29 lines (19 loc) · 747 Bytes

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