You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Blockchain infrastructure SDK for PetAd — escrow, custody, and trust anchoring on Stellar.
Install
npm install @petad/stellar-sdk
Setup
cp .env.example .env
# Fill in your Stellar testnet keys
Development
npm install
npm run build
npm test
About
PetAd Chain is the blockchain infrastructure layer for PetAd. It provides reusable utilities and abstractions for escrow, custody guarantees, and transaction management on the Stellar network.