@w3ux/react-connect-kit
v3.9.1
Published
Providers and hooks for connecting to web3 wallets and interacting with accounts
Maintainers
Readme
Connect Kit
Providers and hooks for connecting to web3 wallets and interacting with accounts
Installation
npm install @w3ux/react-connect-kitor
yarn add @w3ux/react-connect-kitor
pnpm add @w3ux/react-connect-kitUsage
import { /* your imports */ } from '@w3ux/react-connect-kit'React Usage
This package provides React hooks and components. Here's a basic example:
import React from 'react'
import { /* specific hook or component */ } from '@w3ux/react-connect-kit'
function MyComponent() {
// Use the imported hooks or components here
return <div>Your component content</div>
}Documentation
For comprehensive documentation and examples, visit the w3ux documentation.
Keywords
w3ux, polkadot, web3, react, hooks, wallet, connect, typescript
Repository
- Source: GitHub
- Package: npm
- Issues: GitHub Issues
License
This package is licensed under the GPL-3.0-only.
Part of the w3ux library - A collection of packages for building Web3 applications.
