Code Monkey home page Code Monkey logo

ews's Introduction

Ethereum Web Services (EWS)

Description

Our platform is named as EWS which serves as a web portal for the government to maintain record of centrally recognised
certificates such as High school certificate,National Id etc.The government officials can upload files to ipfs through our
portal and all those certificates get linked to the user's/citizen's public address through our smart contract built on
solidity.A user can any time view his credentials when logged in through metamask.Also our platform user NuCypher's encryption and decryption algorithm,Umbral, to main additional security for private documents like National Id.Those encrypted documents can only be viewed by the user who has the encryption key and the capsule,thus enhancing security.

Running EWS

    . git clone https://github.com/sonakshs/ews.git
    
    . npm install
    
    . Make sure metamask is installed in browser
    
    . Log in into metamask
    
    . npm start then see the app running at http://localhost:3000/dashboard
    
    . Choose file to upload to IPFS server
    
    . See your files on View section

Encrypting your private files (running our backend)

Follows these steps to get NuCypher up and running in backend

. pipenv install --dev --three --skip-lock

. pipenv shell

. pip3 install -e .

. pip install virtualenv

. virtualenv yourenv -p python3.6 ##Make sure version is not 3.7 (edited)

. pip install django==1.9

ews's People

Contributors

axelblaze15 avatar dependabot[bot] avatar kpulkit29 avatar sonakshs avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

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