Skip to content
Merged
Show file tree
Hide file tree
Changes from 11 commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ atomic_multiswap**: This contract performs a batch of atomic token swaps between
- **logging**: A basic example of how to use the standard Soroban terminal logging
- **merkle_distribution**: A Merkle distribution contract that verifies Merkle proofs to distribute tokens efficiently to eligible recipients
- **mint-lock**: Demonstrates token minting, including minting authorization
- **modular_account**: A custom account contract that uses CAP-71 auth delegation to forward `__check_auth` to registered delegate signers
- **other_custom_types**: The smart contract implements types, including custom types
- **privacy-pools**: A prototype for Privacy Pools for Soroban.
- **simple_account**: A minimal example of an account contract, owned by a single ed25519 public key
Expand Down
Loading
Loading