Skip to content

Daim-Nickel-Penny/Elixir

Repository files navigation

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ᴏᴜ⚡