Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/calc1f4r/rustyblockchain

A core blockchain implementation in rust using proof of existance
https://github.com/calc1f4r/rustyblockchain

Last synced: 28 days ago
JSON representation

A core blockchain implementation in rust using proof of existance

Awesome Lists containing this project

README

        

# Blockchain-core

## Description
Blockchain-core is a simple implementation of a blockchain in Rust. It provides essential functionalities such as transaction handling, block creation, and consensus mechanisms.

## Installation
To build the Blockchain-core library, ensure you have Rust installed. Then, use the following commands:
```bash
git clone https://github.com/your-repo/blockchain-core.git
cd blockchain-core
cargo build
```