An open API service indexing awesome lists of open source software.

https://github.com/daim-nickel-penny/elixir

BlockChain based simple DAPP
https://github.com/daim-nickel-penny/elixir

blockchain-technology cryptography javascript

Last synced: 11 months ago
JSON representation

BlockChain based simple DAPP

Awesome Lists containing this project

README

          

##



This is a small cryptocurrency pattern following hash coin. This is built using Node.Js and follows some of the important concepts of blockchain.
The coin as of now is termed under "**ELIXIR**"

The simple DAPP is consisting of :-

## Structure

--- `Wallet`:
For storing the public keys and private keys. This is important in terms of privacy and authenticity.
-- `Transaction` :
This is important for fund transfer from one account to other. The prime principle here is that digital signature of the sender should be there.

-- `Block`:
These are the building blocks which are aligned into a blockchain. They are immutable in nature.

-- `State`:
This is the page where the current balance, status and previous history is stored on the basis of the blockchain history.

## Some SnapShots:



Transaction



State

## Tʜᴀɴᴋ Yᴏᴜ⚡