Aiken Package Registry
Discover and explore Aiken packages for your Cardano smart contracts
Infrastructure
Standard library & extras
aiken-lang/stdlib
The official standard library
Cardano-Fans/acca
Extensions to the standard library
SundaeSwap-finance/aicone
Several reusable Aiken libraries
LogicalMechanism/assist
A collection of specialized Aiken functions.
aiken-extra/*
A collection of additional aiken functions to build tests and help debug.
Data-structures
aiken-lang/merkle-patricia-forestry
For working with modified Merkle Patricia Tries (on-chain & off-chain): a persistent & authenticated data structure to map between arbitrary keys and values.
anastasia-labs/aiken-linked-list
For working with onchain distributed linked lists (on-chain): each node in the linked list is represented by a single UTxO (and thus concurrency scales with utilization, the larger the linked list, the lower the probability of experiencing UTxO contention).
anastasia-labs/aiken-trie
For working with distributed tries (on-chain & off-chain): each trie is fully-contained within a UTxO, and it supports managing multiple distributed tries with a single validator.