@funkit/connect
v10.2.0
Published
Funkit Connect SDK elevates DeFi apps via web2 sign-ins and one-click checkouts.
Downloads
32,147
Readme
FunkitConnect
The @funkit/connect package elevates decentralize applications via web2 & web3 sign-ins together with one-click onramps & checkouts.
Version Information
- Package versions
< 1.x.xsupport wagmi v1 only. - Package versions
>= 1.x.xsupport wagmi v2 only.
📝 Note
This package is currently in closed beta. To learn more, reach out to [email protected].
Development
Running tests
From the monorepo root:
# Run all connect tests once
pnpm --filter=@funkit/connect test
# Run with coverage (terminal summary + lcov + HTML report)
pnpm --filter=@funkit/connect test:coverage
# Open the Vitest UI (interactive dashboard with live coverage heatmap)
pnpm --filter=@funkit/connect test:uiAfter test:coverage, open packages/connect/coverage/index.html to browse the HTML report. The coverage/ directory is gitignored.
Coverage is collected by @vitest/coverage-v8 and excludes generated files, Storybook stories, vanilla-extract style files (*.css.ts), and translation JSON. Update the coverage block in vitest.config.ts to tweak include/exclude patterns.
