Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/calc1f4r/rustyblockchain
- Owner: calc1f4r
- Created: 2024-11-24T16:49:44.000Z (about 2 months ago)
- Default Branch: main
- Last Pushed: 2024-12-12T11:15:03.000Z (29 days ago)
- Last Synced: 2024-12-12T12:24:30.389Z (29 days ago)
- Language: Rust
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```