You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The International Standard Content Code (ISCC) is a similarity
preserving identifier for digital media assets.
ISCC-CODEs are generated algorithmically from digital content, just like cryptographic hashes. However,
instead of using a single cryptographic hash function to identify data only, the ISCC uses various
algorithms to create a composite identifier that exhibits similarity-preserving properties
(soft hash). ISCC-CODEs can also be registered using a decentralized protocol to obtain a short,
unique and resolvable ISCC-ID.
The service provides a REST API for resolving did:iscc identifiers sourced from public ledger
registrations. The service can be run standalone or plugged in as a driver for the
DIF Universal Resolver.
A public instance with interactive API documentation is available at https://did.iscc.id.
Configuration
The service is configured via environment variables:
ISCC_DID_DRIVER_DEBUG - Run the service in debug mode (default: False)
ISCC_DID_DRIVER_REGISTRY - URL to an ISCC registry instantiation (default: https://iscc.id)
ISCC_DID_DRIVER_SENTRY_DSN - Optional connection string to sentry.io for error reporting (default: "").
An enviroment configuration placed in a .env file in the working directory will be automatically
loaded at application startup.