dojoengine / dojo

Dojo is a toolchain for building provable games and autonomous worlds with Cairo
https://dojoengine.org
Apache License 2.0
407 stars 164 forks source link

[Katana] Genesis state configuration #1343

Closed kariy closed 8 months ago

kariy commented 9 months ago

We should allow the genesis block/state in Katana to be configurable. The good approach is to have the genesis block be configured from some kind of config file, allowing users to easily define their own genesis state (predeployed contracts etc) without having to modify the Katana codebase directly.

The config file should allow to configure these kind of params (non-exhaustive):

kariy commented 8 months ago

Merged to main in #1490