dojo 1.7.1
The Dojo Core library for autonomous worlds.
This crate contains the core contract and utils cairo functions to work with the Dojo framework.
Refer to the Dojo Book for more information.
Add the following to your Scarb.toml
file:
[dependencies]
dojo = "1.7.0"
If you will very probably want to use the macros, you can add the following to your Scarb.toml
file:
[dependencies]
dojo_cairo_macros = "1.7.0"
Version 1.7.1
Uploaded 2 weeks ago
License MIT
Cairo version ^2.12
Size 35.4 KB
Run the following command in your project dir
scarb add dojo@1.7.1
Or add the following line to your Scarb.toml
dojo = "1.7.1"