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: 21 days ago
JSON representation
Several reusable Aiken libraries. The name is a pun on Aiken and Ice-cream Cone.
- Host: GitHub
- URL: https://github.com/SundaeSwap-finance/aicone
- Owner: SundaeSwap-finance
- Created: 2023-06-08T03:03:54.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-13T00:58:16.000Z (9 months ago)
- Last Synced: 2025-05-01T04:58:10.257Z (27 days ago)
- Size: 24.4 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-aiken - SundaeSwap-finance/aicone - Several reusable Aiken libraries (Libraries)
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.