aiken

aiken 1.1.22

Modern smart contract platform for Cardano

https://aiken-lang.org
Apache License 2.0
main program: aikenprograms: aiken
Platforms (38)
i686-linuxi686-windowsarmv5tel-linuxx86_64-openbsdi686-openbsdmipsel-linuxmipsel-netbsdriscv64-netbsd
View source on NixOS/nixpkgs →

Install

Copy into your configuration

NixOS (configuration.nix)
environment.systemPackages = with pkgs; [
  aiken
];
Ad-hoc shell
nix-shell -p aiken
Flake (nix run)
nix run nixpkgs#aiken