Skip to content

hominee/bloc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Intro

bloc is one of bare-bone blockchain demo written by Rust, Web-Assmebly during my learning BlockChain, about years ago.

screen shot

see demo here

It just demonstrate the essentials of a blockchain, including User and Transaction manipulation. The underlaying layer of the blockchain adopts some common algorithms e.g elliptic curve: y^2 = x^3 + 7, Sha256 hash and etc.

How to Use

  • Install trunk
  • run trunk serve to preview

Note that It is just a simple demo and NOT FOR PRODUCTION

About

A very bare-bone Block Chain demo that purely implemented by Rust and Web-Assembly

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published