Skip to content

RIZAmohammadkhan/LAG

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

LAG Cryptocurrency

Overview

LAG Cryptocurrency is a blockchain-based digital currency implemented in Rust. It features a custom blockchain implementation, a wallet system, network capabilities for peer-to-peer transactions, and a proof-of-work algorithm.

Features

  • Blockchain management
  • Cryptographic wallet system
  • Network communication between nodes
  • Proof of Work for block mining
  • Transaction creation and verification

Installation

Prerequisites

  • Rust and Cargo (latest stable version)
  • [Additional dependencies if any]

Getting Started

  1. Clone the repository:
    git clone [Repository URL]
  2. Navigate to the project directory:
    cd LAG_Cryptocurrency
  3. Build the project:
    cargo build

Usage

To run the cryptocurrency node:

cargo run

Development

Details about the project structure and how to contribute to the development:

Project Structure

  • src/: Source files.
  • tests/: Integration tests.
  • Cargo.toml: Rust package manifest.

Contributing

Contributions are welcome! Please fork the repository and submit a pull request with your changes. For major changes, please open an issue first to discuss what you would like to change.

Testing

Run tests using Cargo:

cargo test

License

[Your chosen license]

About

A cryptocurrency created by prompt engineering

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages