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.
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
You can report bug and ask questions on the issue tracker.