Skip to content

Commit

Permalink
feat: release
Browse files Browse the repository at this point in the history
  • Loading branch information
0xibs committed Feb 1, 2025
1 parent 4868ffb commit 7d22276
Show file tree
Hide file tree
Showing 5 changed files with 1,838 additions and 1 deletion.
7 changes: 6 additions & 1 deletion onchain/.gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,6 @@
target
target
deploy.sh
.env.sepolia
.env.mainnet
deploy-sepolia.sh
deploy-mainnet.sh
4 changes: 4 additions & 0 deletions onchain/Scarb.toml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,10 @@ migrate = "sozo build && sozo migrate" # scarb run migrate
spawn = "sozo execute dojo_starter-actions spawn --wait" # scarb run spawn
move = "sozo execute dojo_starter-actions move -c 1 --wait" # scarb run move

[profile.sepolia]

[profile.mainnet]

[dependencies]
dojo = { git = "https://github.com/dojoengine/dojo", tag = "v1.1.2" }
origami_random = { git = "https://github.com/dojoengine/origami" }
Expand Down
23 changes: 23 additions & 0 deletions onchain/dojo_mainnet.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

[world]
name = "StarkLudo"
description = "Ludo game on Starknet"
cover_uri = "https://imgur.com/inrCls0"
icon_uri = "https://imgur.com/qJINYOd"
website = "https://starkludo.com/"
seed = "starkludo"

[world.socials]
x = "https://x.com/LudoOnStarknet"
discord = ""
github = "https://github.com/sivicstudio/starkludo"
telegram = "https://t.me/+hnjQooODZOA2M2Rk"

[namespace]
default = "starkludo"

[writers]
"starkludo" = ["starkludo-GameActions"]

[env]
# world_address = "0x4e4a8cb96198772361acc30c71d81768bccc6c29501f211b0f0ca7045b194a4"
23 changes: 23 additions & 0 deletions onchain/dojo_sepolia.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,23 @@

[world]
name = "StarkLudo"
description = "Ludo game on Starknet"
cover_uri = "https://imgur.com/inrCls0"
icon_uri = "https://imgur.com/qJINYOd"
website = "https://starkludo.com/"
seed = "starkludo"

[world.socials]
x = "https://x.com/LudoOnStarknet"
discord = ""
github = "https://github.com/sivicstudio/starkludo"
telegram = "https://t.me/+hnjQooODZOA2M2Rk"

[namespace]
default = "starkludo"

[writers]
"starkludo" = ["starkludo-GameActions"]

[env]
# world_address = "0x4e4a8cb96198772361acc30c71d81768bccc6c29501f211b0f0ca7045b194a4"
Loading

0 comments on commit 7d22276

Please sign in to comment.