Skip to content

Commit

Permalink
system interactor chain simulator setup
Browse files Browse the repository at this point in the history
  • Loading branch information
mihaicalinluca committed Dec 2, 2024
1 parent 20f6036 commit 9831902
Show file tree
Hide file tree
Showing 5 changed files with 229 additions and 76 deletions.
6 changes: 6 additions & 0 deletions tools/interactor-system-func-calls/Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
[[bin]]
name = "system-sc-interact"
path = "src/system_sc_main.rs"

[lib]
path = "src/system_sc_interact.rs"

[package]
Expand All @@ -24,3 +27,6 @@ features = ["derive"]
[dependencies.multiversx-sc-snippets]
version = "=0.54.5"
path = "../../framework/snippets"

[features]
chain-simulator-tests = []
Loading

0 comments on commit 9831902

Please sign in to comment.