Let's build!
This section covers everything you will require from Push Chain SDK to create your Universal Application.
Get Started
Push Chain enables users to build Consumer-centric Apps with high scalability and better UX.
Wallet Abstraction
Push Chain simplifies wallet interactions by supporting transactions from any chain, enabling compatibility with any wallet, and offering an embeddable wallet for the best user experience (UX). These features make onboarding and interacting with Web3 applications intuitive and seamless, catering to all types of users.
Initialize SDK
Push Chain SDK enables seamless integration with Push Chain, a Proof-of-Stake layer 1 blockchain optimized for building hyper-scalable, consumer-centric web3 applications. This guide covers the installation and initialization of the SDK.
Fetch Transaction
These APIs are useful for fetching list of transactions by hash, category or sender/recipient address.
Fetch Blocks
These APIs are useful for fetching list of blocks by hash or by timestamp.
Send Transaction
We will go over how you can use the Push Chain SDK to send transactions to the network.
Utility Functions
This page documents the Utils class, which provides a set of helper methods for:
JSON-RPC Functions
This section covers the JSON-RPC functions that allow you to interact with the Push Chain network. These functions provide a standardized interface for sending requests and receiving responses from the network.
WebSocket
The Push Chain network supports WebSocket connections for real-time transactions. This section provides an overview of the WebSocket protocol and how to use it to interact with the Push Chain network.