8000 GitHub - foxgem/blockchain-kotlin-tutorial: kotlin version of http://adilmoujahid.com/posts/2018/03/intro-blockchain-bitcoin-python/
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on Aug 23, 2024. It is now read-only.

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://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://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://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

Releases

No releases published

Packages

No packages published
0