-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathdojo_sepolia.toml
More file actions
24 lines (20 loc) · 867 Bytes
/
Copy pathdojo_sepolia.toml
File metadata and controls
24 lines (20 loc) · 867 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
[world]
name = "dark_waters"
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 = "dark_waters_denshokan_20260308"
[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 = "dark_waters"
[env]
rpc_url = "https://api.cartridge.gg/x/starknet/sepolia"
# account_address = "" # env: DOJO_ACCOUNT_ADDRESS
# private_key = "" # env: DOJO_PRIVATE_KEY
[writers]
"dark_waters" = ["dark_waters-Actions"]