What problem does it solve?
This skill helps frontend developers bootstrap and configure the Dojo.js SDK for a production-ready frontend, including world address and Torii configuration and establishing the React provider tree for contract calls.
Core Features & Use Cases
- SDK Initialization: create an SDK instance with the world address and Torii URL, and optionally a manifest for ABIs to enable type-safe calls.
- React Provider Setup: wrap your application with DojoSdkProvider to supply the Dojo config and ensure proper provider hierarchy.
- Environment & Type Safety: leverage environment variables and generated TypeScript types from ABIs for robust integration.
Quick Start
Configure the Dojo.js SDK in your frontend project by supplying the world address and torii URL, and wrap your app with DojoSdkProvider to initialize the SDK.