GithubHelp home page GithubHelp logo

deepakhr1999 / blockchain-kyc Goto Github PK

View Code? Open in Web Editor NEW
1.0 2.0 2.0 72.4 MB

Private Data Collection using Hyperledger Fabric

License: Apache License 2.0

Shell 50.74% Go 4.20% Hack 1.03% PHP 28.67% Python 0.08% Java 4.61% JavaScript 10.67%

blockchain-kyc's Introduction

Blockchain-KYC

KYC involves a business to verify sensitive details of its prospective customer. This process is almost always done offline, person to person to ensure absolute security. We can ensure unshakeable security using blockchain. Built on the hyperledger fabric framework, this applicaton ensures the permissions for access granted to each bank.

Installation

1. Install Docker (v17.03.1-ce or higher)

# Setup the repository
$ sudo apt-get update
$ sudo apt-get install apt-transport-https ca-certificates curl gnupg-agent software-properties-common
$ curl -fsSL https://download.docker.com/linux/ubuntu/gpg | sudo apt-key add -
$ sudo apt-get update
$ sudo apt-get install docker-ce docker-ce-cli containerd.io

# To access as non-root user
$ sudo groupadd docker
$ sudo usermod -aG docker $USER
$ sudo usermod -aG docker www-data
$ docker run hello-world

2. Install docker-compose (v1.9.0 or higher)

$ sudo apt install docker-compose
$ docker --version && docker-compose --version
# Make sure that you are running Docker version 17.03.1-ce, Docker Compose version 1.9.0 or higher

3. Install Golang (v1.8 or higher required)

$ cd ~/Downloads
$ sudo curl -O https://dl.google.com/go/go1.12.4.linux-amd64.tar.gz
$ sudo tar -xvf go1.12.4.linux-amd64.tar.gz
$ sudo mv go /usr/local
$ echo 'export PATH=$PATH:/usr/local/go/bin' >> ~/.profile
$ source ~/.profile
$ go version

4. Install Hyperledger Samples, Binaries and Docker Images

$ curl -sSL http://bit.ly/2ysbOFE | bash -s

5. Install LAMP stack

$ sudo apt install tasksel
$ sudo tasksel install lamp-server

6. Install phpmyadmin

$ sudo apt-get install phpmyadmin php-mbstring php-gettext
$ sudo phpenmod mbstring
# Restart apache server
$ sudo systemctl restart apache2

7. Clone this Repository at www/html

$ cd /var/www/html
$ git clone https://github.com/deepakhr1999/Blockchain-KYC
$ sudo chown -R $USER:www-data Blockchain-KYC

*** We need to update this with more instructions **

blockchain-kyc's People

Contributors

deepakhr1999 avatar

Stargazers

seetharaman gr avatar

Watchers

James Cloos avatar Rohan Shrothrium 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.