Dojo.js
Javascript is a great way to get started with Dojo. It's easy to use, and you can get started in minutes.
@dojoengine/core
This is the lowest level library, and is used by all other downstream libraries. It contains the core functionality of Dojo and exposes the contract interfaces. Use it if you want to build your own library on top of Dojo.
bun add @dojoengine/core
@dojoengine/create-burner
Create burner is a simple way to incorporate burner wallets into your Dojo app.
bun add @dojoengine/create-burner
@dojoengine/utils
These are utils for helping with interfacing dojo.
bun add @dojoengine/utils
@dojoengine/react
React hooks for dojo.
bun add @dojoengine/react
@dojoengine/torii-client
The wasm client to access torii via grpc.
bun add @dojoengine/torii-client
@dojoengine/torii-wasm
Torii client for wasm bindings.
bun add @dojoengine/torii-wasm