@enkryptcom/connector-wagmi
TypeScript icon, indicating that this package has built-in type declarations

0.1.2 • Public • Published

wagmi

A wagmi compatible wallet connector for Enkrypt.

Usage

import { EnkryptConnector } from "@enkryptcom/connector-wagmi";
import {
  createClient,
  defaultChains,
} from 'wagmi'

const client = createClient({
  autoConnect: true,
  connectors: [
    new EnkryptConnector({ chains: defaultChains })
});

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 0.1.2
    3
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 0.1.2
    3
  • 0.1.1
    1
  • 0.1.0
    1

Package Sidebar

Install

npm i @enkryptcom/connector-wagmi

Weekly Downloads

5

Version

0.1.2

License

MIT

Unpacked Size

10.8 kB

Total Files

6

Last publish

Collaborators

  • brettkolodny
  • kvhnuke