Documentation
README
Data — Stellar Chain Queries
All blockchain queries use useStellarData() (frontend) or Stellar SDK / RPC directly (backend). Never raw curl or manual RPC calls.
Source Files (published with this skill)
| File | Contents |
|---|---|
templates/src/index.ts |
Express server — balance endpoint, contract query endpoint, CORS |
templates/src/services/stellar.ts |
RPC client — getBalances, queryContract, getContractData, getEvents, getTransaction |
Agentic Kit (Frontend)
Import from @/hooks/use-stellar-data:
const { getBalances, queryContract, getContractData, getEvents, getTransaction, loading, error } = useStellarData();
This is the opening of the README. Read the full README on GitHub.