-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
27 changed files
with
2,610 additions
and
38 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
[env] | ||
rpc_url = "https://api.cartridge.gg/x/starknet/sepolia" | ||
# Default account for katana with seed = 0 | ||
account_address = "0xb3ff441a68610b30fd5e2abbf3a1548eb6ba6f3559f2862bf2dc757e5828ca" | ||
private_key = "0x2bbf4f9fd0bbb2e60b0316c1fe0b76cf7a4d0198bd493ced9b8df2a3a24d68a" | ||
#world_address = "0x1ca8e3b7bc101ffd443a1e3b452a4f49607841461b168cb2cc365322722b67" # Uncomment and update this line with your world address. | ||
#world_address = "0x025Ee38b230906EA41B00401cC12bb51f58DC62198cf058a336655696908863D" | ||
world_address = "0x3e61be69b2e12ba2d5fe6f3b39103014e1c2c708a61704ecdb0e3bb41f8bb3" | ||
|
||
[world] | ||
name = "Flippy Flop" | ||
description = "The official Dojo Starter guide, the quickest and most streamlined way to get your Dojo Autonomous World up and running. This guide will assist you with the initial setup, from cloning the repository to deploying your world." | ||
cover_uri = "file://assets/cover.png" | ||
icon_uri = "file://assets/icon.png" | ||
website = "https://github.com/dojoengine/dojo-starter" | ||
seed = "flippyflop-sepolia-1000" | ||
|
||
[namespace] | ||
default = "flippyflop" | ||
|
||
[socials] | ||
x = "https://x.com/ohayo_dojo" | ||
discord = "https://discord.gg/FB2wR6uF" | ||
github = "https://github.com/dojoengine/dojo-starter" | ||
telegram = "https://t.me/dojoengine" |
Binary file not shown.
8 changes: 6 additions & 2 deletions
8
manifests/dev/base/contracts/flippyflop-actions-4407e5f5.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
kind = "DojoContract" | ||
class_hash = "0x5728ae47027cc1a450ef87fa6388d2dd47ef198f3521b85bee7be955c838802" | ||
original_class_hash = "0x5728ae47027cc1a450ef87fa6388d2dd47ef198f3521b85bee7be955c838802" | ||
class_hash = "0x3cb3054e8698d29882d99d95408ced1a14fbf6fe85296e89f76cf2462646f44" | ||
original_class_hash = "0x3cb3054e8698d29882d99d95408ced1a14fbf6fe85296e89f76cf2462646f44" | ||
base_class_hash = "0x0" | ||
abi = "manifests/dev/base/abis/contracts/flippyflop-actions-4407e5f5.json" | ||
reads = [] | ||
writes = [] | ||
init_calldata = [] | ||
tag = "flippyflop-actions" | ||
systems = [ | ||
"flip", | ||
"flop", | ||
] | ||
manifest_name = "flippyflop-actions-4407e5f5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
14 changes: 14 additions & 0 deletions
14
manifests/sepolia/base/contracts/flippyflop-actions-4407e5f5.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,14 @@ | ||
kind = "DojoContract" | ||
class_hash = "0x3cb3054e8698d29882d99d95408ced1a14fbf6fe85296e89f76cf2462646f44" | ||
original_class_hash = "0x3cb3054e8698d29882d99d95408ced1a14fbf6fe85296e89f76cf2462646f44" | ||
base_class_hash = "0x0" | ||
abi = "manifests/sepolia/base/abis/contracts/flippyflop-actions-4407e5f5.json" | ||
reads = [] | ||
writes = [] | ||
init_calldata = [] | ||
tag = "flippyflop-actions" | ||
systems = [ | ||
"flip", | ||
"flop", | ||
] | ||
manifest_name = "flippyflop-actions-4407e5f5" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind = "Class" | ||
class_hash = "0x2427dd10a58850ac9a5ca6ce04b7771b05330fd18f2e481831ad903b969e6b2" | ||
original_class_hash = "0x2427dd10a58850ac9a5ca6ce04b7771b05330fd18f2e481831ad903b969e6b2" | ||
abi = "manifests/sepolia/base/abis/dojo-base.json" | ||
tag = "dojo-base" | ||
manifest_name = "dojo-base" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,6 @@ | ||
kind = "Class" | ||
class_hash = "0x215f0e85953fb8a60ac54211eaa2368eaa5cda3427ca4eeb17078099d09a43d" | ||
original_class_hash = "0x215f0e85953fb8a60ac54211eaa2368eaa5cda3427ca4eeb17078099d09a43d" | ||
abi = "manifests/sepolia/base/abis/dojo-world.json" | ||
tag = "dojo-world" | ||
manifest_name = "dojo-world" |
22 changes: 22 additions & 0 deletions
22
manifests/sepolia/base/models/flippyflop-Tile-61fb9291.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
kind = "DojoModel" | ||
class_hash = "0x7824b845296994a22d3df72db34fdea9f7aeec2fb0487459a07574ffe57549e" | ||
original_class_hash = "0x7824b845296994a22d3df72db34fdea9f7aeec2fb0487459a07574ffe57549e" | ||
abi = "manifests/sepolia/base/abis/models/flippyflop-Tile-61fb9291.json" | ||
tag = "flippyflop-Tile" | ||
qualified_path = "flippyflop::models::tile" | ||
manifest_name = "flippyflop-Tile-61fb9291" | ||
|
||
[[members]] | ||
name = "x" | ||
type = "u32" | ||
key = true | ||
|
||
[[members]] | ||
name = "y" | ||
type = "u32" | ||
key = true | ||
|
||
[[members]] | ||
name = "flipped" | ||
type = "felt252" | ||
key = false |
27 changes: 27 additions & 0 deletions
27
manifests/sepolia/base/models/flippyflop-User-25ca4606.toml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
kind = "DojoModel" | ||
class_hash = "0x3b76de62f8e30048590802eb9b8a74235bc6456dcdf04d086df0321ff91c909" | ||
original_class_hash = "0x3b76de62f8e30048590802eb9b8a74235bc6456dcdf04d086df0321ff91c909" | ||
abi = "manifests/sepolia/base/abis/models/flippyflop-User-25ca4606.json" | ||
tag = "flippyflop-User" | ||
qualified_path = "flippyflop::models::user" | ||
manifest_name = "flippyflop-User-25ca4606" | ||
|
||
[[members]] | ||
name = "identity" | ||
type = "ContractAddress" | ||
key = true | ||
|
||
[[members]] | ||
name = "last_message" | ||
type = "ByteArray" | ||
key = false | ||
|
||
[[members]] | ||
name = "hovering_tile_x" | ||
type = "u32" | ||
key = false | ||
|
||
[[members]] | ||
name = "hovering_tile_y" | ||
type = "u32" | ||
key = false |
Oops, something went wrong.