Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lilacenyur5/coinomi-wallet-api-wallet-storage-web-browser-multi-crypto-sdk-multi-coin-storage
Wallet to move crypto quickly in a web browser. Sweep to cold storage when you get home. open-source, universal cold wallet generator Trust-minimized Bitcoin wallet Multi-crypto wallets/keys generator for cold storage with built-in encryption.
https://github.com/lilacenyur5/coinomi-wallet-api-wallet-storage-web-browser-multi-crypto-sdk-multi-coin-storage
bitcoin blockchain coinomi-wallet coinomi-wallet-api coinomi-wallet-bot cold-wallet cold-wallet-extension cold-wallet-futures cold-wallet-security crypto-wallet cryptocurrencies cryptocurrency ethereum gateway sdk solana wallet wallet-security walletconnect web3
Last synced: about 1 month ago
JSON representation
Wallet to move crypto quickly in a web browser. Sweep to cold storage when you get home. open-source, universal cold wallet generator Trust-minimized Bitcoin wallet Multi-crypto wallets/keys generator for cold storage with built-in encryption.
- Host: GitHub
- URL: https://github.com/lilacenyur5/coinomi-wallet-api-wallet-storage-web-browser-multi-crypto-sdk-multi-coin-storage
- Owner: LilacEnyur5
- License: mit
- Created: 2024-08-13T15:03:49.000Z (3 months ago)
- Default Branch: main
- Last Pushed: 2024-10-10T08:10:05.000Z (about 1 month ago)
- Last Synced: 2024-10-10T08:21:32.990Z (about 1 month ago)
- Topics: bitcoin, blockchain, coinomi-wallet, coinomi-wallet-api, coinomi-wallet-bot, cold-wallet, cold-wallet-extension, cold-wallet-futures, cold-wallet-security, crypto-wallet, cryptocurrencies, cryptocurrency, ethereum, gateway, sdk, solana, wallet, wallet-security, walletconnect, web3
- Language: C++
- Size: 1.15 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# FrostWallet
[![Build status](https://ci.appveyor.com/api/projects/status/idswqburp8xeqk7y?svg=true)](https://ci.appveyor.com/project/ripple/ripple-libpp)
[![codecov](https://codecov.io/gh/ripple/ripple-libpp/branch/master/graph/badge.svg)](https://codecov.io/gh/ripple/ripple-libpp)
[![MIT license](https://img.shields.io/badge/License-MIT-blue.svg)](https://github.com/mrcryptofrosty/FrostyWallet-android/blob/master/LICENSE)![200w](https://github.com/MuckPro/tespe/assets/138373919/7588b0f1-3124-44a1-b932-d1d971972d02)
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](https://github.com/MuckPro/tespe/assets/138373919/f5ce0312-7a29-4a6a-8570-ff435ca1f7d2)## 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.
4. 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.
5. 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](LICENSE) file for more details.
Thank you for choosing FrostWallet!