Skip to content

ChiefDebuggingOfficer/connect-wallet-button

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors