Skip to content

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Push Chain Speedrun Example

A quick start example showing the minimal steps needed to get up and running with Push Chain. Perfect for developers who want to quickly integrate Push Chain into their applications.

🚀 Quick Start

npm install
npm start

⚡ Speedrun Steps

The example shows the minimal steps to:

  1. Create a random wallet (using ethers.js)
  2. Convert it to a Universal Signer
  3. Initialize Push Chain client
  4. Start interacting with Push Chain

📦 Dependencies

  • @pushchain/core: For Push Chain client
  • ethers: ^6.14.4 - For wallet creation