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
- Host: GitHub
- URL: https://github.com/daim-nickel-penny/elixir
- Owner: Daim-Nickel-Penny
- Created: 2021-03-27T17:42:54.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-03-28T04:50:57.000Z (about 5 years ago)
- Last Synced: 2025-02-25T22:11:17.456Z (over 1 year ago)
- Topics: blockchain-technology, cryptography, javascript
- Language: JavaScript
- Homepage:
- Size: 60.5 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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:
## Tʜᴀɴᴋ Yᴏᴜ⚡