aiken
aiken 1.1.22
Modern smart contract platform for Cardano
https://aiken-lang.orgApache License 2.0
main program: aikenprograms: aiken
Maintainers
Platforms (38)
i686-linuxi686-windowsarmv5tel-linuxx86_64-openbsdi686-openbsdmipsel-linuxmipsel-netbsdriscv64-netbsd
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