The magic of origami is in seeing a single piece of cairo evolve into a masterpiece through careful folds.
Sensei
Origami
Primitives for Onchain Gaming
Origami is a collection of essential primitives designed to facilitate the development of onchain games using the Dojo engine. It provides a set of powerful tools and libraries that enable game developers to create complex, engaging, and secure blockchain-based games.
Overview
Origami offers a range of crates, each focusing on specific aspects of game development:
These crates work together seamlessly to provide a comprehensive toolkit for building sophisticated onchain games.
Integration
Integrating Origami into your project is straightforward. Simply add the desired crates to your Scarb.toml file:
[dependencies]
origami_random = { git = "https://github.com/dojoengine/origami" }
origami_map = { git = "https://github.com/dojoengine/origami" }
References
Find the Origami repo