Giter VIP home page Giter VIP logo

blockchain's Introduction

Blockchain

Blockchain is an immutable, distributed public ledger and peer-to-peer (P2P network).

  • Block = all transactions within a certain time period
  • Blockchain = links all blocks together

Features of Blockchain

  • SHA256 Hash Function: a one-way cryptographic function to generate a fixed size for any size of source text. The encrypted value cannot be decrypted back to the original text.
  • Public Key Cryptography: creating a set of keys referred as Public key and Private key.
  • Distributed Leger: a digital system in which transaction and their details are recorded in multiple places at the same time.
  • Peer to Peer Network: one in which two or more PCs shares files and access to devices such as printers without require a separate server computer.
  • Consensus Algorithm: a process in computer science used to achieve agreement on a single data value among distributed systems. Proof-of-Work is the original consensus algorithm in a Blockchain network.
  • Incentives for Validation: giving a reward for validating the transactions and maintaining the Blockchain

[Blockchain Type](#Using Blockchain for Trustworthy Mobile Contact Tracing)

The two common types are the Public Blockchain and the Private Blockchain.

  • A public blockchain allows any node that has internet connection to access the blockchain by issuing either a write a read request. Some of the popular public blockchain available today are Bitcoins, Ethereum, Factom, Blockstream, and so on.
  • A private blockchain allows nodes to issue similar requests but these nodes must be predefined and authorized.

Getting Started(Docker)

Build images

docker-compose up --build
#or
docker-compose build dashboard
docker-compose up dev

Find out the IP address of running Docker engine:

docker-machine ip default

References


blockchain's People

Contributors

lkcozy avatar dependabot[bot] avatar

Watchers

James Cloos 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.