eros-nft
Reference implementation of the eros-nft v1 spec.
use ;
let = load_sample.unwrap;
manifest.validate.unwrap;
What this crate provides
- Typed
PersonaDraftandPersonaManifest(serde-derived). - JSON Schema 2020-12 validators backed by the bundled spec schemas.
- Embedded sample loader (15 personas, SFW + NSFW).
eros-nftCLI (validate,schema export,sample list/show).
What this crate does NOT do
- No mint pipeline.
- No KMS / encryption.
- No Solana RPC, DAS, or Bubblegum mint helpers.
- No HTTP server or marketplace endpoints.
Those concerns belong to eros-chat-marketplace (closed source) and are
intentionally outside the open standard.
License
Apache-2.0 — see ../../LICENSE-CODE.