/cooked-smart-contracts

Smart contracts for the Cardano blockchain written with Cooked-validators

Primary LanguageHaskellMIT LicenseMIT

Cooked smart contracts

Copyright Tweag I/O 2023

If you want to write and test smart contracts for the Cardano blockchain using Cooked-validators, you can look at the contracts here.

You are free to copy, modify and distribute Cooked smart contracts with attribution under the terms of the MIT license. See the license file for details.

Getting started

The examples are packaged using Nix flakes. Therefore, if you have the Nix package manager, you can run the tests for the crowdfunding contract with

$ cd crowdfunding
$ nix run .#crowdfunding

Contribute

You can report bug and ask questions on the issue tracker.