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 1 month 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-07-18T13:16:41.000Z (5 months ago)
- Last Synced: 2024-08-04T01:14:44.688Z (5 months ago)
- Size: 20.5 KB
- Stars: 8
- Watchers: 2
- Forks: 2
- 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.