GithubHelp home page GithubHelp logo

isabella232 / web3studio-dont Goto Github PK

View Code? Open in Web Editor NEW

This project forked from consensysmesh/web3studio-dont

0.0 0.0 0.0 39.83 MB

Decentralized Off-chain Non-Transferable (assets)

License: BSD 3-Clause "New" or "Revised" License

Haskell 100.00%

web3studio-dont's Introduction

The decentralized Off-chain Non-transferable (dONT) system

Very much a WIP and actively seeking contributors (preferably with experience in haskell and/or implementing encryption protocols)

dONT will be composed of the following components:

  1. An AWS Lambda Authorizer that uses ECDSA over the Koblitz curve secp256k1 to verify the source and integrity of the message (same method used by Ethereum to validate transactions). This authorizer will also check the public key against a smart contract so that only smart contract authorized addresses (e.g. token holders) have access to a given lambda function. This Authorizer will be completely portable.

  2. A client-side watermarking scheme based off TTP-Free Asymmetric Fingerprinting Based on Client Side Embedding by Tiziano Bianchi and Alessandro Piva, in which a client generates an identifyer, encrypts it with a homomorphic encryption scheme, and sends it to a server who uses it to generate a personalized decryption key. The server then sends the personalized decryption key to the client. When the client uses this key to decrypt the video, the video will be simultaneously decrypted and watermarked. This means that the client is forced to watermark their own copy of the video in order to view it.

  3. An escrow-like system that ties off-chain service provision with on-chain clients.

To use: from top-most directory:

npm install
stack build

To run tests: stack test

To run lambda functions locally: serverless offline start

To run locally, you will need an installation of cryptol, with the binary added to your path. You will also need an installation of z3

web3studio-dont's People

Contributors

hadasz avatar barlock 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.