@divi280605/pushtest-sdk
v1.0.0
Published
Production-grade TypeScript SDK for fetching blockchain transaction history
Downloads
13
Maintainers
Readme
Blockchain Transaction SDK
Production-grade TypeScript SDK for fetching transaction history from Ethereum and Solana blockchains.
Quick Start
npm install
npm run devVisit http://localhost:3000 to see the demo.
Environment Variables
Create apps/frontend/.env.local:
NEXT_PUBLIC_ETHERSCAN_API_KEY=your_etherscan_api_key
NEXT_PUBLIC_SOLANA_RPC_URL=https://api.mainnet-beta.solana.comGet your Etherscan API key at https://etherscan.io/apis
Documentation
See README.md for complete documentation.
