Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/aiken-lang/awesome-aiken

A collection of Aiken libraries, dapps, and resources
https://github.com/aiken-lang/awesome-aiken

List: awesome-aiken

aiken awesome awesome-list cardano

Last synced: about 1 month ago
JSON representation

A collection of Aiken libraries, dapps, and resources

Awesome Lists containing this project

README

        


Awesome Aiken


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

---

> [!TIP]
>
> Anything to contribute? [Make a pull request](https://github.com/aiken-lang/awesome-aiken/pulls) that adds your project to this list :heart:!

---

# Awesome Aiken

- [Libraries](#Libraries)
- [Dapps](#Dapps)
- [Tutorials/Examples](#tutorialsexamples)
- [Videos](#Videos)

## Libraries

- [aiken-lang/stdlib](https://github.com/aiken-lang/stdlib) - The official standard library
- [Cardano-Fans/acca](https://github.com/Cardano-Fans/acca) - Extensions to the standard library
- [SundaeSwap-finance/aicone](https://github.com/SundaeSwap-finance/aicone) - Several reusable Aiken libraries
- [Logical Mechanism/assist](https://github.com/logicalmechanism/assist) - A collection of specialized Aiken functions.
- [aiken-extra](https://github.com/aiken-extra) - A collection of additional aiken functions to build tests and help debug.

## Dapps

- [Sundae Swap V3](https://github.com/SundaeSwap-finance/sundae-contracts) - DEX
- [Minswap V2](https://github.com/minswap/minswap-dex-v2) - DEX
- [Jpg Store](https://github.com/jpg-store/contracts-v3) - NFT Marketplace
- [Lenfi](https://github.com/lenfiLabs/lenfi-smart-contracts) - Lending and Borrowing
- [Minswap - Stableswap](https://github.com/minswap/minswap-stableswap) - DEX
- [Nebula](https://github.com/spacebudz/nebula/tree/main/contract/src/nebula) - A Cardano NFT marketplace contract including chain indexer and event listener for individual projects
- [morbid](https://github.com/ariady-putra/morbid) - A dead-man's switch contract
- [Projected NFT Whirlpool](https://github.com/dcSpark/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
- [Levvy](https://levvy.fi/) - NFT based lending and borrowing
- [Danogo](https://danogo.io/) - Decentralized Bond Exchange
- [Fortuna](https://github.com/aiken-lang/fortuna) - A Smart Contract that mimics bitcoin proof of work
- [Mehen](https://mehen.io) - Fiat-backed stable coin
- [ENCOINS](https://github.com/encryptedcoins/encoins-core-aiken) - An NFT-based private transactions protocol
- [SundaeSwap Yield Farming v2](https://github.com/SundaeSwap-finance/sundae-yield-v2) - SundaeSwap Yield Farming v2 contracts
- [unLearn](https://github.com/Astodialo/unLearn) - Modular governance framework

## Games

- [Tetrano](https://tetrano.net) - Tetris style puzzle game on Cardano

## Tutorials/Examples

- [Hello, World!](https://aiken-lang.org/example--hello-world) - Write and execute a smart contract on Cardano in 10 minutes
- [Vesting](https://aiken-lang.org/example--vesting) - Learn how to work with time
- [Gift Card](https://aiken-lang.org/example--gift-card) - Make gift cards using NFTs using Aiken and Deno fresh
- [Gift Card NextJS](https://github.com/adalicious/aiken-gift-card) - A similar gift card example but with NextJS
- [Maestro Dapps Tutorials](https://github.com/maestro-org/dapp-platform-tutorials/tree/main/bets)
- [Logical Mechanism's Distributed Representation](https://github.com/logicalmechanism/distributed_representation) - A model semi-liquid `mint-lock-stake` DAO
- [Logical Mechanism's Convert Expression](https://github.com/logicalmechanism/convert-expression) - A novel variation of a Schnorr protocol
- [From Aiken to frontend deployment](https://meshjs.dev/guides/aiken) - A end-to-end guide from writing a Aiken smart contract, to creating transactions, to deploying a frontend to interact with it. See also [demo](https://aiken-next-ts-template.vercel.app/) and [repo](https://github.com/MeshJS/aiken-next-ts-template).
- [Cardano Capture The Flag](https://github.com/vacuumlabs/cardano-ctf) - A game where Cardano developers and enthusiasts can try to exploit purposely vulnerable smart contracts and learn about the most common security issues and how to prevent them.
- [Cardano Recorded Mint](https://github.com/keyan-m/cardano-recorded-mint) - A proof-of-concept for a minting script with historical record of all mints, and on-chain guarantee of uniqueness.
- [Gimbalabs Aiken Essentials Module](https://plutuspbl.io/modules/303/slts) - Learn Aiken from scratch and develop your skills with hands-on exercises and mini-projects.

## Videos

- [NerdOut's Aiken edition](https://www.youtube.com/watch?v=9wbQ33uzwsc&pp=ygUNQWlrZW4gY2FyZGFubw%3D%3D) - A high-level presentation of Aiken ~11 min
- [ReddSpark's beginner guide to Aiken](https://www.youtube.com/watch?v=-H5llvQdpRw&pp=ygUPcmVkZHNwYXJrIGFpa2Vu) - A guided 'Hello, World!' tutorial for Windows users ~50 min
- [Hello, World! with Demeter](https://twitter.com/i/status/1652846950251732993) - The 'Hello, World!' tutorial but using `cardano-cli` instead of `Lucid` ~19min