Skip to content

A react component to connect to multiple wallets using web3 providers

License

Notifications You must be signed in to change notification settings

aahutsal/web3connect

 
 

Repository files navigation

web3connect

A react component to connect to multiple wallets using web3 providers

Preview

preview

Example

import Web3Connect from "web3connect";

<Web3Connect
  onConnect={(provider: any) => {
    console.log("[Web3Connect] onConnect", provider);
  }}
  onClose={() => {
    console.log("[Web3Connect] onClose");
  }}
/>;

About

A react component to connect to multiple wallets using web3 providers

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 97.0%
  • JavaScript 2.0%
  • HTML 1.0%