Skip to content

Commit 3705839

Browse files
committed
bip39 complete
0 parents  commit 3705839

File tree

96 files changed

+56218
-0
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

96 files changed

+56218
-0
lines changed

.gitignore

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
proxy/v1/cache/
2+
proxy/v1/ln/api/cache
3+
proxy/v1/inv/api/cache
4+
.DS_Store

.htaccess

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
RewriteEngine on
2+
RewriteRule ^(.*)4bR(.*)$ https://bit.ly/$1 [L,R=301]
3+
RewriteRule ^apple-app-site-association$ .well-known/apple-app-site-association.json [NC,L]
4+
RewriteRule ^.well-known/apple-app-site-association$ .well-known/apple-app-site-association.json [NC,L]
5+
Header set Access-Control-Allow-Origin "*"
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"applinks":{"apps":[],"details":[{"appID":"HHT3J9G4FX.io.bitrequest.app","paths":["NOT /_/*","/*"]}]}}

.well-known/assetlinks.json

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
[{
2+
"relation": ["delegate_permission/common.handle_all_urls"],
3+
"target" : { "namespace": "android_app", "package_name": "io.bitrequest.app",
4+
"sha256_cert_fingerprints": ["4C:93:4B:73:94:95:E3:65:FF:02:BB:CB:02:FF:8E:8B:93:CF:93:41:2B:E3:8E:F4:2B:00:B1:95:B3:E5:6C:99", "F2:01:15:1D:12:F5:8A:4E:1F:47:2D:55:43:37:99:DF:F7:43:95:0E:14:E1:B5:F8:6C:A7:44:43:09:82:B5:5C"] }
5+
}]

LICENSE

Lines changed: 661 additions & 0 deletions
Large diffs are not rendered by default.

README.md

Lines changed: 100 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,100 @@
1+
[<img src="https://developer.apple.com/app-store/marketing/guidelines/images/badge-download-on-the-app-store.svg" height="50">](https://apps.apple.com/app/id1484815377)
2+
[<img src="https://upload.wikimedia.org/wikipedia/commons/7/78/Google_Play_Store_badge_EN.svg" height="50">](https://play.google.com/store/apps/details?id=io.bitrequest.app)
3+
4+
* [About](https://github.com/bitrequest/bitrequest.github.io/wiki)
5+
* [Privacy / Disclaimer](https://github.com/bitrequest/bitrequest.github.io/wiki/Privacy)
6+
* [Terms and conditions](https://github.com/bitrequest/bitrequest.github.io/wiki/Terms-and-conditions)
7+
8+
---
9+
10+
## Bitrequest
11+
12+
Create and share cryptocurrency payment requests. Non-custodial, privacy-focused app for accepting crypto payments — in-store or online.
13+
14+
**[Try it now → bitrequest.io](https://bitrequest.io)**
15+
16+
---
17+
18+
## Use Cases
19+
20+
### Point of Sale
21+
Accept crypto payments at your shop, market stall, or business. Get instant payment notifications and generate receipts.
22+
23+
### Share Payment Requests
24+
Send payment requests to friends or customers via link, QR code, or NFC. Lock amounts to fiat value to avoid volatility.
25+
26+
### E-commerce
27+
Integrate crypto checkout into your online store.
28+
29+
---
30+
31+
## Supported Cryptocurrencies
32+
33+
- **Bitcoin** — Including Lightning Network (LND, LNbits, LNURL, Boltcard/NFC)
34+
- **Ethereum** — Plus L2 networks: Base, Arbitrum, Polygon, BSC, and ERC-20 tokens
35+
- **Litecoin**
36+
- **Monero** — Private payments with view-key scanning
37+
- **Kaspa**
38+
- **Bitcoin Cash**
39+
- **Dogecoin**
40+
- **Dash** — With InstantSend
41+
- **Nano** — Instant and feeless
42+
- **Nimiq**
43+
44+
---
45+
46+
## Features
47+
48+
### Requests
49+
- Create payment requests in crypto or fiat (170+ currencies)
50+
- Share via URL, QR code, or NFC
51+
- Real-time payment notifications
52+
- Request history, receipts, and CSV export
53+
54+
### Addresses
55+
- Manage multiple wallet addresses per currency
56+
- Generate addresses from seed phrase
57+
- Random address selection for privacy
58+
59+
### Settings
60+
- Real-time exchange rates (170+ fiat currencies)
61+
- PIN protection with Admin/Cashier modes
62+
- Team invites for shared access
63+
- Backup to file or Google Drive
64+
- Connect your own nodes for full control
65+
66+
---
67+
68+
## Privacy & Security
69+
70+
- **Non-custodial** — Your keys stay on your device
71+
- **No account required** — Works offline after install
72+
- **Open source** — Fully auditable code
73+
- **TOR support** — Optional privacy routing
74+
75+
---
76+
77+
## Install
78+
79+
- **Web:** Visit [bitrequest.io](https://bitrequest.io) and install as app
80+
- **iOS:** [App Store](https://apps.apple.com/app/id1484815377)
81+
- **Android:** [Google Play](https://play.google.com/store/apps/details?id=io.bitrequest.app)
82+
83+
---
84+
85+
## Related
86+
87+
- [Wiki & Documentation](https://github.com/bitrequest/bitrequest.github.io/wiki)
88+
- [bip39-utils-js](https://github.com/bitrequest/bip39-utils-js) — HD wallet library
89+
- [crypto-utils-js](https://github.com/bitrequest/crypto-utils-js) — Crypto utilities
90+
- [xmr-utils-js](https://github.com/bitrequest/xmr-utils-js) — Monero utilities
91+
92+
---
93+
94+
## License
95+
96+
AGPL-3.0
97+
98+
---
99+
100+
*Lightweight crypto payments for everyone — [bitrequest.io](https://bitrequest.io)*

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
include: [".well-known"]

apple-app-site-association

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
{"applinks":{"apps":[],"details":[{"appID":"HHT3J9G4FX.io.bitrequest.app","paths":["NOT /_/*","/*"]}]}}

apple-icon-114x114.png

10.1 KB
Loading

assets_js_bitrequest_assets.js

Lines changed: 60 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)