main
Add the self-contained Solidity 0.8.28 transfer-control prototype and supporting README for the Swift Hackathon 2026 submission.
Solidity Source Notes
StandardsBasedTransferControl.sol is the self-contained Solidity proof used by the prototype. It contains:
IdentityRegistryfor synthetic party-control attributes used in the demonstration.RoleRegistryfor transfer-agent authorization.PolicyRegistryfor active, lockup, and auto-approval threshold policy.TransferControlModulefor deterministic approve, reject, and pending-review decisions.TokenizedBondfor approval-gated movement and auditable decision events.
The source targets Solidity ^0.8.28. It demonstrates the EVM implementation of a network-portable control model; it is not a production deployment configuration or a claim that the model is restricted to one network.
Environment-specific deployment files, contract addresses, RPC configuration, private keys, and generated artifacts are intentionally excluded.
Description
Languages
Solidity
100%