-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathdojo_dev.toml
32 lines (24 loc) · 1.21 KB
/
dojo_dev.toml
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
[world]
name = "Card Knight"
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 = "card_knight"
[namespace]
default = "card_knight"
[env]
rpc_url = "http://localhost:5050"
account_address = "0x127fd5f1fe78a71f8bcd1fec63e3fe2f0486b6ecd5c86a0466c3a21fa5cfcec"
private_key = "0xc5b2fcab997346f3ea1c00b002ecf6f382c5f9c9659a3894eb783c5320f912"
world_address = "0x005855afd8c591bf0a04e6e15b217aa496f6b329805871481e77d98202dd2f4f"
actions_address = "0x786eaedd6eadf69326e58b314eba2f0680e27d8ff68c2f3f4acc102d3ae3ed8"
[socials]
x = "https://x.com/ohayo_dojo"
discord = "https://discord.gg/FB2wR6uF"
github = "https://github.com/dojoengine/dojo-starter"
telegram = "https://t.me/dojoengine"
[init_call_args]
"card_knight-actions" = ["0x7b93dab08e15d4848d312ef702fdfcc4db9f54b5115a442b04b05ab36be20b2", "0x161189779fa12e274e675bd655a0d4081a82ffd50c7035b3cc640e854fac96b"]
[writers]
"card_knight" = ["card_knight-actions"]