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.
- Blockchain management
- Cryptographic wallet system
- Network communication between nodes
- Proof of Work for block mining
- Transaction creation and verification
- Rust and Cargo (latest stable version)
- [Additional dependencies if any]
- Clone the repository:
git clone [Repository URL]
- Navigate to the project directory:
cd LAG_Cryptocurrency
- Build the project:
cargo build
To run the cryptocurrency node:
cargo run
Details about the project structure and how to contribute to the development:
src/
: Source files.tests/
: Integration tests.Cargo.toml
: Rust package manifest.
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.
Run tests using Cargo:
cargo test
[Your chosen license]