Skip to content

harshvishu/Rust-Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

(_Follow to learn the step by step implementation _)

Simple blockchain implementation in Rust programming language

Requirements

Dependencies

  1. chrono Date and time library for Rust.
  2. serde A generic serialization/deserialization framework.
  3. serde_json A JSON serialization file format.
  4. rocket Web framework for nightly with a focus on ease-of-use, expressibility, and speed.
  5. reqwest higher level HTTP client library.
  6. rocket_contrib Community contributed libraries for the Rocket web framework.

Run

You can run your project by simply executing cargo run from project directory. The server should now be up and running at localhost:5000.

TODO

  • Test cases
  • Remove unused code

About

A simple implementation of blockchain in Rust

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages