Ecosyste.ms: Awesome

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

https://github.com/SundaeSwap-finance/aicone

Several reusable Aiken libraries. The name is a pun on Aiken and Ice-cream Cone.
https://github.com/SundaeSwap-finance/aicone

Last synced: about 2 months ago
JSON representation

Several reusable Aiken libraries. The name is a pun on Aiken and Ice-cream Cone.

Lists

README

        

# aicone

Aiken libraries written and maintained by SundaeSwap Labs

> Note: everything is provided as one library right now, until Aiken supports monorepos.
> see: https://github.com/aiken-lang/aiken/discussions/590

## sundae/multisig

Provides a multisig interface very similar to [Cardano Native Scripts / Simple Scripts](https://github.com/input-output-hk/cardano-node/blob/master/doc/reference/simple-scripts.md#type-sig).

Note: it can't actually be identical to cardano simple scripts, as they use Slots, and plutus scripts don't have access to the slot, only the POSIX time.