Skip to content

Commit c09a91e

Browse files
authored
feat: basic rust cli commands and account mechanism (#144)
Adds the barebones functionality of a torus CLI application. Closes CHAIN-94, CHAIN-128
1 parent 63e0d61 commit c09a91e

File tree

15 files changed

+8822
-381
lines changed

15 files changed

+8822
-381
lines changed

Cargo.lock

Lines changed: 1072 additions & 381 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
[workspace]
22
members = [
33
"client",
4+
"cli",
45
"client/codegen",
56
"node",
67
"runtime",

0 commit comments

Comments
 (0)