-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* fix: format and update version * tweak * fix: update world address n account * feat: add tasks * doc: update readme * docs: update README * Update README.md * tweak * feat: add manifest to git control * tweak * fix: update script and manifest * fix: update db path * feat: add overlays * docs: update doc * feat: add overlays
- Loading branch information
1 parent
8d31034
commit cddf99d
Showing
131 changed files
with
46,919 additions
and
261 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,43 @@ | ||
{ | ||
"version": "2.0.0", | ||
"tasks": [ | ||
{ | ||
"label": "Start Katana", | ||
"type": "shell", | ||
"command": "katana --disable-fee --allowed-origins '*' --db-dir db/katana", | ||
"isBackground": true, | ||
"problemMatcher": [], | ||
"presentation": { | ||
"panel": "dedicated", | ||
"showReuseMessage": false, | ||
"clear": false | ||
} | ||
}, | ||
{ | ||
"label": "Start Torii", | ||
"type": "shell", | ||
"command": "torii --world 0x263ae44e5414519a5c5a135cccaf3d9d7ee196d37e8de47a178da91f3de9b34 --database db/torii --allowed-origins '*'", | ||
"isBackground": true, | ||
"problemMatcher": [], | ||
"presentation": { | ||
"panel": "dedicated", | ||
"showReuseMessage": false, | ||
"clear": false | ||
} | ||
}, | ||
{ | ||
"label": "Start Katana and Torii", | ||
"dependsOrder": "parallel", | ||
"dependsOn": ["Start Katana", "Start Torii"], | ||
"group": { | ||
"kind": "build", | ||
"isDefault": true | ||
}, | ||
"presentation": { | ||
"panel": "shared", | ||
"showReuseMessage": false, | ||
"clear": false | ||
} | ||
} | ||
] | ||
} |
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
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
Oops, something went wrong.