/ethernal-ID

An Ethereum blockchain ID for asylum seekers and refugees

Primary LanguageJavaScript

Ethernal ID

Ethernal ID is a decentralised app that uses the Ethereum Blockchain and smart contract technology to store verifiable identities for asylum seekers and refugees.

What is blockchain?

A blockchain is a distributed database that is shared between a network of computers or nodes. It is a digital ledger of transactions that are publicly accessible and incorruptible.

Ethereum is a blockchain-based distributed computing platform, which focuses on smart contracts.

What is a smart contract?

A smart contract is computer code which can facilitate, execute and enforce an agreement using blockchain technology. It allows two parties to do business with one another without the need of a middleman. The contract in the case of this app is between a person seeking asylum and the local authority processing their application.

Asylum seekers often lack any passport or proof of ID and therefore proving who they are is difficult and makes access to services like banking and supported housing hard to manage for government bodies. This app would allow local authorities to link biometric data to a person and store it on the blockchain, thus providing a safe and secure means to prove a persons ID.

The MVP demonstrated here uses a simple interface to store a name and D.O.B., the next step would be to use store data such as a facial ID or fingerprint, which can be accessed by the owner whenever they need.

How to run

  1. Install Node.js.

  2. Clone the repo to your computer.

git clone https://github.com/alexscotttonge/ethernal-ID
cd ethernal-ID
  1. Install truffle testing framework and testrpc, a Node.js based Ethereum client used for development.
npm install -g ethereumjs-testrpc
npm install -g truffle
  1. Install the node dependencies.
npm install

Use app

npm start

visit localhost:3000

Run tests

npm test

Tech Stack

💻 Ethereum

💻 Truffle

💻 Solidity

💻 Web3.js

💻 Express

💻 Javascript

💻 MongoDB

Team Members