Only parts included in the scope can be found in:
- Spec:
./docs/spec.md - On-chain code:
./aik
This repo uses nix flakes and has a devshell. For non nix users, its key
dependencies are aiken and deno.
The top level repo structure is as follows
.
├── aik # on-chain code written in aiken
├── cli # tools to manage deployments
├── docs # spec and other documentation
├── flake.lock #
├── flake.nix #
├── kio # kompact code (utils and shared code)
├── README.md #
└── tx # off-chain tx building code written with lucid
In addition, there are a couple of subdirs focused at producing standalone binaries. The components have their own READMEs.