Skip to content

A simple Java blockchain with transactions, for a crypto-currency.

Notifications You must be signed in to change notification settings

anuranpaul/Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NoobChain

A simple Java blockchain with transactions, for a simple crypto-currency “NoobCoin” because why not.

  • Allows users to create wallets with ‘new Wallet();’
  • Provides wallets with public and private keys using Elliptic-Curve cryptography.
  • Secures the transfer of funds, by using a digital signature algorithm to prove ownership.
  • And finally allow users to make transactions on your blockchain with eg.‘Block.addTransaction(walletA.sendFunds( walletB.publicKey, 20));’

Dependencies: You will need to import Both Bouncy castle and GSON:

Java Version:

  • JDK1.8.0_77

About

A simple Java blockchain with transactions, for a crypto-currency.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages