GithubHelp home page GithubHelp logo

contactus's Introduction

Contact Us Project

There are a lot of moving pieces in this application so we will break it into steps:

The front end

The front end is responsible for getting some data from the user. Once we get the data, we need to encrypt it to the task creator’s public address and host it on one of the task nodes running that task. To achieve this we need the following:

Task creator public address to encrypt data Task nodes ip address to post the data to it

The task node

The task nodes running the contact-us task are responsible for holding the encrypted payload.

Contact-us task provide REST endpoints to interact with the task node:

  • POST /contact/ This endpoint will receive the encrypted payload and store it in the task node database. Then the data will also uploaded to the IPFS and store the return cid.

  • GET /proofs This endpoint will return all the proofs that the task node has. The data will be the cid of the data on the IPFS. The encrypted data will be stored in these cid and the task creator will be able to retrieve it using the cid. Creator can use the private key to decrypt the data and read the feedback.

The back end

The back end will retrieve the encrypted data from the task node, decrypt is using the private key of the task creator and viewing the data

contactus's People

Contributors

aelavell avatar saimiqbal7 avatar saimkoii avatar somakoii avatar somali0128 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.