dojo 1.8.0
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.8.0
Uploaded 3 days ago
License MIT
Size 35.8 KB
Run the following command in your project dir
                                scarb add dojo@1.8.0
                            
                            Or add the following line to your Scarb.toml
                                dojo = "1.8.0"