Files
de-mls/crates/bindings/Cargo.toml
Ekaterina Broslavskaya 7e0e5bb89e smart contract integration (#14)
* integration

* test: simple bool not deserialized properly

* fix: contract address

* fix: send instead of call

* update sc_storage

* refactor code

---------

Co-authored-by: rymnc <43716372+rymnc@users.noreply.github.com>
2024-07-04 18:28:28 +07:00

7 lines
179 B
TOML

[package]
name = "foundry-contracts"
version = "0.1.0"
edition = "2021"
[dependencies]
alloy = { git = "https://github.com/alloy-rs/alloy", features = ["sol-types", "contract"] }