@pushchain/ui-kit
Version:
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.
35 lines (20 loc) ⢠993 B
Markdown
# 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](https://push.org/docs)
## Installation Guide
Install via npm:
```bash
npm install @pushchain/ui-kit
```
Or with yarn:
```bash
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](https://jestjs.io).