threepwave / crypts-realms

Temporary repo housing the Crypts and Caverns x Realms integration
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

Integrate dungeonsSeeder and dungeons contract #4

Open threepwave opened 2 years ago

threepwave commented 2 years ago

We now have a functional dungeonsSeeder and dungeon contract and a build script to tie them together. @milancermak could you take a stab at integrating dungeon and dungeonsSeeder?

I suspect this will be something you've already dealt with on starknet. I assume we need to:

  1. Deploy the dungeonsSeeder contract
  2. Deploy the dungeon contract (referencing dungeonsSeeder)
  3. Call dungeonsSeeder when people query get_FOO (getEnvironment etc) in the main dungeon contract