Skip to content

zdenal/exonum-blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Why

Get familiar with Exonum blockchain principles. Split logic into meaningfull layers and modules for better future evolving.

Purpose

Make more services (currency, vote, ...) for variety blockchain use (like smart contracts in some other blockchain platforms).

Run

  • execute cargo run --example node
  • run REST requests placed in: examples/rest_requests.rest
  • run transactions created via javascript by node node/index.js

TODO

[ ] - voting service - split post_transaction endpoint handler into 2 separated. One for create candidate and one for create vote (just for playing reason).

About

Blockchain playing with Rust Exonum framework

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published