Package Exports
- @pushchain/ui-kit
- @pushchain/ui-kit/src/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@pushchain/ui-kit) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Push Chain UI Kit
Overview
Push Chain is a true universal L1 that is 100% EVM compatible. It allows developers to deploy once and make their apps instantly compatible with users from all other L1s (Ethereum, Solana, etc) with zero on-chain code change.
@pushchain/ui-kit
provides React components, hooks, and utilities to easily integrate Push Chain wallet functionality into your applications. It includes universal wallet connection, account management, and ready-to-use UI components that work seamlessly across different blockchain ecosystems.
Documentation
For full documentation, API references, and guides, visit:
👉 Push Chain Developer Docs
Installation Guide
Install via npm:
npm install @pushchain/ui-kit
Or with yarn:
yarn add @pushchain/ui-kit
Building
Run nx build ui-kit
to build the library.
Running unit tests
Run nx test ui-kit
to execute the unit tests via Jest.