Skip to content

Commit 182f6fa

Browse files
devwckdsteinerkelvinsaiintbrisson
authored
feat: add torus-client pallet (#129)
This pull request adds the torus-client `client/` to the repo complete with examples and readme. --------- Co-authored-by: Kelvin Steiner <[email protected]> Co-authored-by: Luiz Carvalho <[email protected]>
1 parent defaab1 commit 182f6fa

33 files changed

+7505
-141
lines changed

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
/docker/volumes/
1616

1717
# Rust
18-
/target/
18+
**/target/
1919

2020
# Git Hooks
2121
.pre-commit-config.yaml

.vscode/settings.json

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,12 +19,16 @@
1919
"cSpell.words": [
2020
"alice",
2121
"buildx",
22+
"codegen",
2223
"devcontainers",
2324
"extrinsics",
2425
"irongut",
2526
"jwalton",
2627
"mainnet",
28+
"nocapture",
2729
"presign",
30+
"println",
31+
"subxt",
2832
"Swatinem",
2933
"wbuild"
3034
]

0 commit comments

Comments
 (0)