Skip to content

Commit

Permalink
add proof examples
Browse files Browse the repository at this point in the history
  • Loading branch information
azizi-a committed Jan 17, 2025
1 parent 9fec618 commit fb23342
Show file tree
Hide file tree
Showing 7 changed files with 2,321 additions and 0 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1 +1,2 @@
radixdlt-scrypto
target/
1 change: 1 addition & 0 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
"scrypto-design-patterns/blueprint-proxy/Cargo.toml",
"scrypto-design-patterns/yield_amm/amm/Cargo.toml",
"scrypto-design-patterns/yield_amm/yield_tokenizer/Cargo.toml",
"core-system-features/proofs/Cargo.toml",
"step-by-step/01-running-your-first-project/Cargo.toml",
"step-by-step/02-hello-token-explained/Cargo.toml",
"step-by-step/03-create-a-custom-resource/Cargo.toml",
Expand Down
2 changes: 2 additions & 0 deletions core-system-features/proofs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/target
/coverage
Loading

0 comments on commit fb23342

Please sign in to comment.