All Projects → vault713 → Wallet713

vault713 / Wallet713

Licence: apache-2.0
A wallet that makes it easy to send, store, and swap Grin.

Programming Languages

rust
11053 projects

Projects that are alternatives of or similar to Wallet713

Etherwalletkit
Ethereum Wallet Toolkit for iOS - You can implement an Ethereum wallet without a server and blockchain knowledge.
Stars: ✭ 96 (-51.52%)
Mutual labels:  cryptocurrency, wallet
Raiwebwallet
Raiblocks raiwallet.com wallet source code
Stars: ✭ 113 (-42.93%)
Mutual labels:  cryptocurrency, wallet
Esteem Surfer
Ecency desktop formerly known as Esteem Surfer - reimagined desktop social wallet, contribute and get rewarded (for Windows, Mac, Linux)
Stars: ✭ 100 (-49.49%)
Mutual labels:  cryptocurrency, wallet
Cated
CATEd - Cryptocurrency Analytics and Trading Engine for Django
Stars: ✭ 84 (-57.58%)
Mutual labels:  cryptocurrency, wallet
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (-28.79%)
Mutual labels:  cryptocurrency, wallet
Eltwallet
Non-custodial decentralized mobile wallet
Stars: ✭ 88 (-55.56%)
Mutual labels:  cryptocurrency, wallet
Stacks Wallet
Stacks Wallet—Send and receive STX tokens on the Stacks Blockchain.
Stars: ✭ 112 (-43.43%)
Mutual labels:  cryptocurrency, wallet
Bitcoinaddress
Bitcoin Wallet Address Generator
Stars: ✭ 52 (-73.74%)
Mutual labels:  cryptocurrency, wallet
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (-31.31%)
Mutual labels:  cryptocurrency, wallet
Monero Python
A comprehensive Python module for handling Monero cryptocurrency
Stars: ✭ 122 (-38.38%)
Mutual labels:  cryptocurrency, wallet
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-9.09%)
Mutual labels:  cryptocurrency, wallet
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-16.67%)
Mutual labels:  cryptocurrency, wallet
Airgap Wallet
The AirGap Wallet is installed on an everyday smartphone. This app has only access to public information.
Stars: ✭ 78 (-60.61%)
Mutual labels:  cryptocurrency, wallet
Guarda Android Wallets
Mobile cryptocurrency wallets for Android
Stars: ✭ 95 (-52.02%)
Mutual labels:  cryptocurrency, wallet
Mobile Wallet
📲 Multi Platform ARK Mobile Wallet
Stars: ✭ 76 (-61.62%)
Mutual labels:  cryptocurrency, wallet
Beancounter
Utility to audit the balance of Hierarchical Deterministic (HD) wallets. Supports multisig + segwit wallets.
Stars: ✭ 109 (-44.95%)
Mutual labels:  cryptocurrency, wallet
Cryptocurrency Address Detector
Detect which cryptocurrency an address corresponds to.
Stars: ✭ 30 (-84.85%)
Mutual labels:  cryptocurrency, wallet
Paymint
The Paymint Wallet is a secure and user friendly Bitcoin wallet
Stars: ✭ 48 (-75.76%)
Mutual labels:  cryptocurrency, wallet
Solar
🌞 Stellar wallet. Secure and user-friendly.
Stars: ✭ 117 (-40.91%)
Mutual labels:  cryptocurrency, wallet
Canoe
Canoe is a Nano Wallet heavily based on the MIT licensed Copay wallet from Bitpay
Stars: ✭ 146 (-26.26%)
Mutual labels:  cryptocurrency, wallet

Build Status Join the chat at https://gitter.im/vault713/wallet713

Wallet713

Wallet713 is:

  • a wallet for Grin.

    Grin is a blockchain-powered cryptocurrency that is an implementation of the MimbleWimble protocol, with a focus on privacy and scalability. In MimbleWimble, transactions are interactive, requiring the Sender and Recipient to interact over a single round trip in order to build the transaction.

  • extends the official grin wallet functionality.

    wallet713 makes it easy to store, send and soon also swap grins seamlessly through a single interface. Built on top of the standard Grin wallet reference implementation, wallet713 extends its functionality to improve usability and reduce friction.

  • integrated with the grinbox messaging relay.

    For better privacy and usability, the grinbox messaging relay allows the steps to build transactions (partial transactions, or "slates") to be routed via the relay, protecting the user from exposing their IP address, and with no impact to the safety of their funds.

Features

  • Get up and running fast. Download a pre-compiled binary (or build yourself). We run a node for you (or run your own).
  • Everything in one interface. Listen, send and receive using the same instance of the wallet.
  • Use your public key as your address. grinbox relies on public/private keypairs that are derived from your wallet seed to authenticate yourself and receive your messages.
  • SSL & End-to-end encryption. All grinbox traffic uses SSL and messages are end-to-end encrypted. Nobody beyond the intended recipient can read the contents of your transaction slates.
  • Process transactions easily. Send to a recipient's grinbox or keybase profile and it takes care of itself. No need to deal with IP addresses, port forwarding, or manual file transfers.
  • Receive transactions while you are offline. Transactions persist, waiting for you to fetch them the next time you come online.
  • Contacts. No need to keep track of grinbox addresses or keybase account names. Add addresses to contacts stored locally on your machine, and sending 10 grin becomes as easy as send 10 --to @alice.
  • Remain in full control. Only you have access to your private keys and your wallet balance, only you can read or sign your own transactions.

Status

Running on mainnet. Under heavy development. Contributions are welcomed.

Roadmap

  • Multi-sig support.
  • P2P Atomic Swaps with Bitcoin directly from within the wallet.
  • Transaction aggregation with other users before broadcasting to the network.
  • Privacy enhancements.
  • Graphical User Interface on Mobile, Desktop and Web.

...and much more. We are only getting started!

Getting started

Privacy considerations

  • The relay does not store data. grinbox does not store any data on completed transactions by design, but it would be possible for the relay to do so and as a result build a graph of meta-data activity between grinbox addresses.

  • Your IP is your responsibility. When you communicate with the grinbox relay service, you are exposing your IP to the relay. You can obfuscate your real IP address using services such as a VPN and/or TOR or i2p.

Credits

All the Grin contributors

License

Apache License v2.0.

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].