Experimental implementations and explorations for smart contracts on Stellar.
This repository contains various contract implementations, proof-of-concepts, and research work exploring different approaches to on-chain systems.
contracts/- Individual contract implementationsvc-issuer-registry- Allowlist and metadata registry for VC issuersvc-revocation-registry- Revocation status tracking for credentials
docs/- Documentation and specificationsscripts/- Build and deployment utilities
| Contract | Description |
|---|---|
vc-issuer-registry |
On-chain allowlist and metadata registry for VC issuers |
vc-schema-registry |
On-chain registry for Verifiable Credential schema definitions |
./scripts/build.sh <contract-name>cargo testLicensed under the MIT License.