The project has the following features:-
- Transferring and receiving of funds between different wallets is simulated using 3 dummy nodes with Postman API.
- Created an immutable chain of blocks, each block is connected to the previous block(with a SHA256 Hash).
- Mining of a new block is implemented by including a list of pending transactions and performing Proof of Work(POW).
- Implemented the consensus algorithm where in case of conflict between nodes the longer chain survives.
- Created an Initial Coin Offering(ICO) of rancoin which can be accessed using the MyEtherWallet interface.