Skip to content

EncrypteDL/Wallet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Wallet

A secure and efficient blockchain wallet implementation for managing digital assets.

Table of Contents

About

The Wallet project provides a robust solution for managing digital assets on various blockchain platforms. It is designed to offer secure storage, seamless transactions, and easy integration with decentralized applications.

Features

  • Secure key management
  • Multi-currency support
  • Transaction history tracking
  • Integration with blockchain networks

Installation

Clone the repository and install the required dependencies.

git clone https://github.com/EncrypteDL/Wallet.git
cd Wallet
cargo build --release

Usage

To run the wallet application:

cargo run --release

Docker Setup

Build and run the Docker container:

docker build -t wallet .
docker run -p 8000:8000 wallet

Dependencies

  • Rust
  • tokio - Asynchronous runtime
  • serde - Serialization/deserialization framework
  • actix-web - Web framework

Contributing

Contributions are welcome! Please follow the contributing guidelines.

License

This project is licensed under the Apache-2.0 License - see the LICENSE file for details.


Releases

No releases published

Packages

No packages published