Code Monkey home page Code Monkey logo

iscc-did-driver's Introduction

ISCC - DID Driver

Tests

About iscc-did-driver

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.

iscc-did-driver is a service application that resolves Decentralized Identifiers (DIDs) for the ISCC DID method based on the W3C DID Core 1.0 and DID Resolution specifications.

Overview

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.

Development Setup

Requirements:

Get up and running with:

git clone https://github.com/iscc/iscc-did-driver.git
cd iscc-did-driver
poetry install
python -m iscc_did_driver.main

Maintainers

@titusz

Contributing

Pull requests are welcome. For significant changes, please open an issue first to discuss your plans. Please make sure to update tests as appropriate.

You may also want join our developer chat on Telegram at https://t.me/iscc_dev.

iscc-did-driver's People

Contributors

titusz avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.