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.
npm install
npm startThe example shows the minimal steps to:
- Create a random wallet (using ethers.js)
- Convert it to a Universal Signer
- Initialize Push Chain client
- Start interacting with Push Chain
@pushchain/core: For Push Chain clientethers: ^6.14.4 - For wallet creation