8000 GitHub - iSanechek/kotcoin: A simple blockchain implementation in Kotlin
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

iSanechek/kotcoin

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Kotcoin - a simple blockchain in Kotlin

For more information, please visit Creating a simple blockchain in Kotlin

Running

To run this application, simply execute:

gradlew run

Public API

After running the application, the public instance is available at http://localhost:7000 As for now, it offers the following endpoints:

  • GET /blocks for listing all existing blocks in the chain
  • POST /blocks/mine for mining new block

Credit

This project uses some open source libraries:

About

A simple blockchain implementation in Kotlin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Kotlin 100.0%
0