Modulo-P / zk-mastermind-backend-onchain

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

zk-mastermind-backend-on-chain

The repository include the validator needed to manage the Mastermind Dapp in the Hydra L2 protocol, this validator serve to Mint Hada which is an homologous of testnet or even mainnet Adas. This homologous asset helps to manage the asynchronous interactions of users with the Hydra protocol.

Compiling the Hada Mint contract

cabal exec

Appendix: Dapp repositories

The relevant repositories of the mastermind Dapp are as follows:

  1. zk-mastermind-webdapp: Frontend application of the Mastermind Dapp.
  2. zk-mastermind-backend: Backend application of the Mastermind Dapp.
  3. zk-mastermind-backend-onchain: Hada mint contrat of the Mastermind Dapp.
  4. zk-mastermind-docker: Docker container with the Kupo, Hydra and Cardano node components of the Dapp.
  5. zk-mastermind-circom: Circom circuits of the mastermind Dapp.
  6. zk-mastermind-plutus: PlutusTx validator that implements the logic of the game.
  7. zk-mastermind-aiken: Aiken validator that implements the logic of the game.

About

License:MIT License


Languages

Language:Haskell 51.0%Language:Nix 49.0%