Skip to content

Latest commit

 

History

17 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Public Utility Smart Contracts

The smart contracts hosted in this repository are designed to be used and serve as "public utilities". By this we mean that the code contained within is:

  • Open Source
  • Royalty/Fee Free
  • Hopefully useful in a variety of use cases

Table of Contents

  1. Permissioned Minting

    • Current Version: 1.0
    • This contract allows a specific wallet (permissioned credential) to control (via key signature) when new tokens may be minted under its policy.
    • 🔒 Built with CIP-68 Metadata for enhanced interoperability.
    • 🛡️ Audit Report: Download PDF
  2. Custodial Transfer

    • Current Version: 1.0
    • A simple and efficient escrow smart contract that enables secure asset transfers between parties through a trusted custodian. Mimics real-world shipping and logistics scenarios where a carrier holds assets until delivery conditions are met.
    • 🚚 Operations: Deposit, Withdraw (sender), Deliver (custodian), Return (receiver)
    • 🔒 Built with Aiken for Plutus V3
  3. Escrow Services

    • Current Version: 1.0
    • A powerful escrow smart contract with time-based and key-based unlock conditions. Supports configurable multi-signature authorization (1-of-N, 2-of-N) and optional service fees.
    • Features: Time-lock release, multi-sig authorization, configurable fees (0-100%)
    • 🔐 Operations: Release (key/time-based), Refund (key/time-based), Cancel (depositor only)
    • 🔒 Built with Aiken for Plutus V3

About

Public utility smart contracts to support both bridge infrastructure and Cardano networks

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages