1st April, 2026 - New package: @trezo/strk
Added a Vite template with a demo Todo dApp for quick starts.
Introduce the @trezo/strk package for type-safe Starknet cairo contract interactions in frontend applications. The toolkit provides a React-friendly API for connecting wallets, calling view functions, invoking transactions, and listening to contract events.
Key features:
- Type-safe contract calls derived from ABI
- Wallet connection via starknet-react (Argent/Braavos)
- Query/mutate functions with error handling
- Event subscription with polling/WebSocket support
- Configurable RPC endpoints and chains