Skip to content

aiken-lang/awesome-aiken

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 

Repository files navigation

Awesome Aiken
An collection of (curated) awesome Aiken libraries, DApps, tutorials & other cool stuff.


Tip

Anything to contribute? Make a pull request that adds your project to this list ❤️!


Awesome Aiken

Libraries

Infrastructure

Standard library & extras

Cryptography

  • ilap/bls - High-level BLS12-381 cryptographic functions

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.

Testing

  • aiken-lang/fuzz - For writing Fuzzers (a.k.a generators) for property-based testing in Aiken
  • sidan-lab/vodka - Offer validation utils and similar to offchain code building experience framework for unit testing.

Dapps

DeFi

Marketplaces

  • Jpg Store - NFT Marketplace
  • Nebula - A Cardano NFT marketplace contract including chain indexer and event listener for individual projects

Governance

  • unLearn - Modular governance framework

Games

  • Tetrano - Tetris style puzzle game on Cardano

Misc

  • Fortuna - A Smart Contract that mimics bitcoin proof of work
  • morbid - A dead-man's switch contract
  • Projected NFT Whirlpool - A new protocol for the Paima Whirlpool vision to allow users from other ecosystems to naturally be able to use existing NFTs in games from other ecosystems while still maintaining custody
  • ENCOINS - An NFT-based private transactions protocol

Tutorials/Examples

Videos