/e-coin

BlockChain Implementation with Java

Primary LanguageJava

e-coin

BlockChain Implementation with Java.

  1. Open the folder as project in InteliJ.
  2. Change all database connections filepaths to your local machine.
  3. Run. If you want to run multiple peers:
  4. Copy Paste the same folder and open the multiple folders in Intelij in paralel
  5. Make sure they don't share database connection filepaths.
  6. Change local peer port and peer client ports for each copy accordingly. (They are hard coded in the code)

For More info check out Chapter 7 of Introducing Blockchain with Java: Program, Implement, and Extend Blockchains with Java 1st ed. Edition