https://github.com/varunram/bithyve-wallet
BitHyve Wallet
https://github.com/varunram/bithyve-wallet
Last synced: 8 days ago
JSON representation
BitHyve Wallet
- Host: GitHub
- URL: https://github.com/varunram/bithyve-wallet
- Owner: Varunram
- Created: 2019-02-15T17:30:07.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2019-02-15T17:29:17.000Z (over 7 years ago)
- Last Synced: 2025-11-17T05:32:46.846Z (7 months ago)
- Language: JavaScript
- Size: 4.76 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyMoneyApp
The alpha version of BitHyve's MyMoneyApp
## What is MyMoneyApp?
MyMoneyApp is a user friendly mobile bitcoin wallet that enables p2p commerce. There are various types of accounts that are supported in the MyMoneyApp:
1. Savings Account
- A savings account is a standard bitcoin wallet
2. Secure Account
- A secure account is a bitcoin wallet secured by 2FA.
3. Vault Account
- A vault account is a bitcoin wallet that is time locked to prevent spending before the due date.
4. Joint Account
- A joint account is a 2of2 multisig bitcoin wallet.
All accounts are protected by a pin which is required to unlock the MyMoneyApp. Accounts also have a seed restoration feature which can be used to import wallets from other devices or from an older version of the MyMoneyApp wallet.
## Design Considerations
The various design considerations that BitHyve chose to undertake are over at [the wiki](https://github.com/thecryptobee/MyMoneyApp/wiki/Design-Considerations)
## Build / Local Setup
Prerequisites:
- Node with npm
- yarn
After installing node and yarn, the following commands should get you started with MyMoneyApp on your local computer
```
git clone https://github.com/thecryptobee/MyMoneyApp.git
cd MyMoneyApp
sudo yarn install
sudo react-native link` [known issue #3](https://github.com/thecryptobee/MyMoneyApp/issues/3
sudo npm install -g rn-nodeify
rn-nodeify --install --hack
```
## Contributing
Please feel free to open a pull requests and issues with bugfixes and suggestions.
## License