-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathdojo_dev.toml
More file actions
45 lines (36 loc) · 1.95 KB
/
dojo_dev.toml
File metadata and controls
45 lines (36 loc) · 1.95 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
[world]
name = "Dojo starter"
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 = "seed = "blockoliteeeyui"
"
[world.socials]
x = "https://x.com/ohayo_dojo"
discord = "https://discord.gg/FB2wR6uF"
github = "https://github.com/dojoengine/dojo-starter"
telegram = "https://t.me/dojoengine"
[namespace]
default = "blockopoly"
[env]
rpc_url = "http://localhost:5050/"
# Default account for katana with seed = 0
account_address = "0x127fd5f1fe78a71f8bcd1fec63e3fe2f0486b6ecd5c86a0466c3a21fa5cfcec"
private_key = "0xc5b2fcab997346f3ea1c00b002ecf6f382c5f9c9659a3894eb783c5320f912"
# world_address = "0x06171ed98331e849d6084bf2b3e3186a7ddf35574dd68cab4691053ee8ab69d7"
[writers]
"blockopoly" = ["blockopoly-player", "blockopoly-game" ]
"blockopoly-UsernameToAddress" = ["blockopoly-player", "blockopoly-game" ]
"blockopoly-AddressToUsername" = ["blockopoly-player", "blockopoly-game" ]
"blockopoly-IsRegistered" = ["blockopoly-player", "blockopoly-game" ]
"blockopoly-Player" = ["blockopoly-player", "blockopoly-game" ]
"blockopoly-TradeCounter" = ["blockopoly-player", "blockopoly-game" ]
"blockopoly-TradeOfferDetails" = ["blockopoly-player", "blockopoly-game" ]
"blockopoly-Property" = ["blockopoly-player", "blockopoly-game" ]
"blockopoly-PropertyToId" = ["blockopoly-player", "blockopoly-game" ]
"blockopoly-IdToProperty" = ["blockopoly-player", "blockopoly-game" ]
"blockopoly-GameCounter" = ["blockopoly-player", "blockopoly-game" ]
"blockopoly-GameBalance" = ["blockopoly-player", "blockopoly-game" ]
"blockopoly-Game" = ["blockopoly-player", "blockopoly-game" ]
"blockopoly-GamePlayer" = ["blockopoly-player", "blockopoly-property", "blockopoly-game" ]