Skip to content

mliotta/tokhn

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

82 Commits
 
 
 
 
 
 
 
 

Repository files navigation

tokhn

Alternative blockchain written in Java

Requires Bouncy Castle and gRPC.

There are three executables:

  • Client (being replaced by tokhnC)
  • Daemon (being replaced by tokhnD)
  • Miner (being repleaced by tokhnM)

Client: The Client can generate a wallet including the keys and base58 encoded address. See Client -h for command-line usage.

Daemon: The Daemon is a full node implementation of blockchain. See Daemon -h for command-line usage.

Miner: The Miner connects to a Daemon and generates blocks potentially with transactions. See Miner -h for command-line usage.

Releases

No releases published

Packages

No packages published

Languages