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
2024-07-04 18:28:28 +07:00
2024-07-04 18:28:28 +07:00
2024-04-15 17:25:49 +05:30

de-mls

Decentralized MLS PoC using a smart contract for group coordination

Run Redis Server

docker-compose up

Install deps

  1. Foundry
  2. make deps

Scaffold Environment

  1. make start: This command will start the docker compose instance, and deploy the smart contract to the local network.

  2. make stop: This command will stop the docker compose instance.

Description
No description provided
Readme 2.7 MiB
Languages
Rust 96.9%
CSS 3.1%