Package Exports
- @pushchain/core
- @pushchain/core/src/index.js
- @pushchain/core/src/lib/constants/enums
- @pushchain/core/src/lib/constants/enums.js
- @pushchain/core/src/lib/progress-hook/progress-hook.types
- @pushchain/core/src/lib/progress-hook/progress-hook.types.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/core) 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 Core
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/core provides core functionality to interact with the Push Chain. It enables developers to easily integrate universal messaging, transactions, and utilities into their applications.
Documentation
For full documentation, API references, and guides, visit:
👉 Push Chain Developer Docs
Installation Guide
Install via npm:
npm install @pushchain/coreOr with yarn:
yarn add @pushchain/core