Skip to content
This repository has been archived by the owner on Sep 10, 2024. It is now read-only.

Latest commit

 

History

History
18 lines (13 loc) · 265 Bytes

README.md

File metadata and controls

18 lines (13 loc) · 265 Bytes

plutus-layer2

Minimal example of a layer 2 on Plutus using Merkle Trees

Archived: This was just an example toy project. I will no longer be maintaining it in any way.

Getting started

cd contract
nix build
cd dapp
nix develop
tests