All Projects → stratisproject → Breeze

stratisproject / Breeze

Licence: MIT License
Project Breeze Repository

Programming Languages

CSS
56736 projects
typescript
32286 projects
HTML
75241 projects
javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Breeze

ergvein
Multiplatform BTC wallet with client side filters
Stars: ✭ 35 (-59.77%)
Mutual labels:  wallet, spv
3id-connect
Authentication system for Ceramic apps that works with blockchain wallets.
Stars: ✭ 76 (-12.64%)
Mutual labels:  wallet
templewallet-mobile
📱🔐💰 Mobile cryptocurrency wallet for Tezos blockchain.
Stars: ✭ 27 (-68.97%)
Mutual labels:  wallet
cardano-py
Python3 lib and cli for operating a Cardano Passive Node and using the API's. (PRE-ALPHA)
Stars: ✭ 17 (-80.46%)
Mutual labels:  wallet
MyHbarWallet
🟩 MyHbarWallet is a free, client-side interface helping you interact with Hedera™ Hashgraph.
Stars: ✭ 52 (-40.23%)
Mutual labels:  wallet
Bismuth-FAQ
[Reference] Official Bismuth Crypto-currency FAQs
Stars: ✭ 13 (-85.06%)
Mutual labels:  wallet
SumoGUIWallet
Sumokoin GUI Wallet
Stars: ✭ 38 (-56.32%)
Mutual labels:  wallet
binance-chain-python
Binance chain SDK in Python
Stars: ✭ 22 (-74.71%)
Mutual labels:  wallet
keplr-wallet
The most powerful wallet for the Cosmos ecosystem and the Interchain
Stars: ✭ 321 (+268.97%)
Mutual labels:  wallet
nodejs-passdock
PassDock API methods for iOS Wallet (PassBook)
Stars: ✭ 13 (-85.06%)
Mutual labels:  wallet
mnemonic-sdk
Mnemonic bip39 bip32 bip44 生成助记词 私钥
Stars: ✭ 25 (-71.26%)
Mutual labels:  wallet
desktop
CoinApp is a simple to use minimal Cryptocurrency Wallet for Ethereum, ERC20 Tokens, Bitcoin and Litecoin built for Windows, Mac and Linux.
Stars: ✭ 60 (-31.03%)
Mutual labels:  wallet
zepio
Zepio | ZEC Wallet
Stars: ✭ 40 (-54.02%)
Mutual labels:  wallet
RetroXRBWallet
No description or website provided.
Stars: ✭ 13 (-85.06%)
Mutual labels:  wallet
monero-wallet-android-app
Monero Wallet: An Android Cryptocurrencies Wallet
Stars: ✭ 15 (-82.76%)
Mutual labels:  wallet
meu kumbu
💵Meu Kumbu 💰 (Means My Money) is a template app that people can use to build their owns Wallet 🤑 or a mobile 🏦 banking app.
Stars: ✭ 55 (-36.78%)
Mutual labels:  wallet
Wallet3
A secure mobile wallet for web3
Stars: ✭ 13 (-85.06%)
Mutual labels:  wallet
wallet
The official repository for the Valora mobile wallet, a digital wallet for the Celo network.
Stars: ✭ 76 (-12.64%)
Mutual labels:  wallet
trezor-wallet
⚠️ OBSOLETE. DO NOT USE! Use https://github.com/trezor/trezor-suite instead
Stars: ✭ 25 (-71.26%)
Mutual labels:  wallet
NEMPay
Adaptable Android & iOS Mosaic Wallet for NEM Blockchain
Stars: ✭ 36 (-58.62%)
Mutual labels:  wallet
Windows Mac OS Linux
Build status Build status Build status

Breeze

Warning: We're still in beta, so use at your own risk. This is the repository of the Breeze Wallet, the first full-block SPV bitcoin wallet using Angular and Electron at the front-end and C# with .NET Core in the back-end.

Daemon Build

Breeze daemon is the backend REST service, hosting a Bitcoin node upon which Breeze UI depends:

# Clone and go in the directory
git clone https://github.com/stratisproject/Breeze
cd Breeze

# Initialize dependencies
git submodule update --init --recursive

# Go in the Breeze deamon folder
cd StratisBitcoinFullNode/Stratis.BreezeD
dotnet build

# Run the Bitcoin and Stratis full-SPV daemons on testnet in separate terminals
dotnet run -testnet
dotnet run stratis -testnet

UI Build

Read more...

CI Build


Every time someone pushes to the master branch or create a pull request on it, a build is triggered and a new unstable app release is created.

If you want the latest (unstable 💣) version of the Breeze app, you can get it here:

https://github.com/stratisproject/Breeze/releases/tag/Continuous-Delivery

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].