v1.0.0
Initial release — BlackSwan v1.0.0 ships the full testnet credit infrastructure stack, including a REST API, two SDK clients, and verified smart contract deployments on Polygon Amoy and Ethereum Sepolia.REST API
- Launched with six endpoints covering the full credit data surface:
GET /credit— Credit dashboard: trust ratio, tier, and APR in a single callGET /reputation— Granular reputation data and on-chain behavioral signalsGET /apr— APR in basis points for a given wallet addressGET /tier— Credit tier (A–E) for a given wallet addressGET /history— Full on-chain loan history including repayment outcomesGET /health— API health check endpoint
JavaScript SDK
- Released
blackswan-sdkon npm with full TypeScript support - Typed response objects for all SDK methods — no manual ABI parsing required
- First-class React and Next.js integration patterns
- Named exports
AMOY_CONTRACTSandSEPOLIA_CONTRACTSfor direct contract access - Compatible with ethers.js and viem
Python SDK
- Released
blackswan-sdk-pyon PyPI supporting Python 3.8+ - Async-first design with
asynciosupport - Integration guides for FastAPI and Flask
- Pydantic models for all response types
Network Support
- Polygon Amoy testnet — P2PLending and BlackSwansSBT contracts verified
- Ethereum Sepolia testnet — P2PLending and BlackSwansSBT contracts verified