Skip to content

My own cryptocurrency named ETHEREAL deployed on a python-based BLOCKCHAIN.

Notifications You must be signed in to change notification settings

arshalsoren/Ethereal

Repository files navigation

What is Ethereal?

  • A cryptocurrency made for the python-based blockchain.
  • Send and Receive Ethereal(cryptocurrency).

To be installed:

  • Flask==0.12.2: pip install Flask==0.12.2
  • Postman
  • requests==2.18.4: pip install requests==2.18.4

How does it work?

  • Genesis Block: The first block of the Ethereal Blockchain. genesis_block(0).png

  • connect_node: Establishes connection between nodes. Uses nodes.json file for node's address. connect_node(1).png

  • mine_block: Mines a new block and adds it to the current blockchain. mine_block(2).png

  • replace_chain: Changes the existing version of the blockchain present on that individual's node to the longest version of the blockchain. replace_chain(3).png

  • add_transaction: Sending 100 Ethereal from "Arshal" to "Nuna". Using transaction.json. add_trans(4).png

  • As you can see, A new block is added to the current blockchain and the transaction is added to the 3rd block. new_block_added(5).png

  • Now sending 10000 Ethereal from "Arshal" to "Soren". Using transaction.json. to_soren(6).png

  • Final Ethereal Blockchain new_chain(7).png

About

My own cryptocurrency named ETHEREAL deployed on a python-based BLOCKCHAIN.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages