Skip to content

rastdeepanshu/SimpleBlockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Simple Blockchain

A simple rest service that uses:

  • Finatra (Web service framework)
  • Slick (Relational mapping library)
  • Postgres (Database)

About the service

The application introduces the concept of blockchain at a very basic level. It shows how blocks are being linked in a blockchain and why is it difficult to mess with a blockchain.

Run Locally

sbt run

Services run on port 8080

The twitter server metrics can be accessed at <HOST>:9990/admin

Releases

No releases published

Packages

No packages published

Languages