Skip to content

[WIP] A Blockchain prototype developed in Rust with support for post quantum cryptography using Domain Driven Design.

License

Notifications You must be signed in to change notification settings

GustavoBodi/Blockchain

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Blockchain

This is a blockchain developed in Rust heavily inspired in Bitcoin. The aim is to succesfully implement a simple distributed transaction system in Rust. It should be usefull for understanding a bit of how bitcoin works and for educational purposes.

Why Rust

Rust is used in systems programming, and I wanted to use its speed and safety when implementing the blockchain.

Post Quantum Cryptography

I have been working with post quantum cryptography, so I wanted to support it. This implementation uses openssl and liboqs.

How to run

Clone the repository and run the following command:

cargo run

Examples

About

[WIP] A Blockchain prototype developed in Rust with support for post quantum cryptography using Domain Driven Design.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages