Skip to content

Coinomi Wallet (formerly Copay) is a secure Bitcoin and other crypto currencies wallet platform for both desktop and mobile devices.Cross-platform, cross-blockchain wallet library.wallet for iOS & Android. Built with React Native

License

Notifications You must be signed in to change notification settings

Neit-Inc/Coinomi-Wallet-API-Wallet-Storage-Web-Browser-Multi-Crypto-SDK-Multi-Coin-Storage

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

FrostWallet

Build status codecov MIT license

200w

FrostWallet is a simple C++ application for secure cold wallet management. This application provides a tool you can use to keep your cryptocurrencies safe and manage them. FrostWallet includes the following features:

Cold Wallet Management: FrostWallet allows you to store your cryptocurrencies in an offline manner. This offers a higher level of security against online threats.

Encryption and Security: FrostWallet protects your wallet data with strong encryption methods. This makes your wallet difficult to steal or access.

Transaction Signing: FrostWallet offers the ability to sign offline transactions. This ensures that a wallet that is not online can make transactions.

Supporting Different Cryptocurrencies: FrostWallet supports many different cryptocurrencies, so you can manage your various assets in the same wallet.

Simple Interface: With a user-friendly interface, FrostWallet allows users to easily manage their wallets.

FrostWallet can be an excellent option for those who want to keep their cryptocurrency assets safe. It helps users manage their wallets offline and increase their security.

Information

FrostWallet is a C++ application designed to provide a secure solution for managing cold wallets. Cold wallets, which are offline wallets, offer a higher level of security for storing and managing your cryptocurrency assets.

Features

  • Creating and managing cold wallets
  • Generating and storing private keys
  • Creating and signing transactions
  • Checking balance
  • Viewing transaction history

g

Installation

To compile FrostWallet using Visual Studio, follow these steps:

  1. Clone the FrostWallet repository to your local machine:

    git clone https://github.com/your_username/FrostWallet.git
    
  2. Open Visual Studio the project.

  3. Build your project in Visual Studio by clicking the "Build" button or using the F7 key. This will compile the specified source files and generate an executable file.

  4. Once the compilation is successful, you will find the executable file in your project's folder or under the "Debug" or "Release" subfolder. You can run it directly from Visual Studio or using the file path.

Usage

FrostWallet uses a command-line interface for basic operations. You can perform the following actions:

  • Create a wallet:

    ./FrostWallet createwallet
    
  • Generate a private key:

    ./FrostWallet createkey
    
  • Create and sign a transaction:

    ./FrostWallet createtransaction
    
  • Check the balance:

    ./FrostWallet getbalance
    
  • View transaction history:

    ./FrostWallet gethistory
    

Contributing

We welcome contributions from the community. To contribute to BlockchainBridge, please follow these steps:

  1. Fork the repository.
  2. Create a new branch for your feature or bug fix.
  3. Commit your changes.
  4. Submit a pull request.

License

This project is licensed under the MIT License. See the LICENSE file for more details.

Thank you for choosing FrostWallet!