Skip to content

foxgem/blockchain-kotlin-tutorial

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

blockchain-kotlin-tutorial

kotlin version of http:https://adilmoujahid.com/posts/2018/03/intro-blockchain-bitcoin-python/

Tools used:

blockchain_client

Run it with the following steps:

  1. gradle shadowjar
  2. java -jar build/libs/blockchain_client-0.0.1-fat.jar
  3. go to "http:https://localhost:8080/"

blockchain

Run it with the following steps:

  1. gradle shadowjar
  2. java -jar build/libs/blockchain-0.0.1-fat.jar
  3. go to "http:https://localhost:5000/"

Also, you can run it with a different port with this command:

java -jar -Dport=your-port build/libs/blockchain-0.0.1-fat.jar