Skip to content

Commit bb95e17

Browse files
committed
PWA v0.259
0 parents  commit bb95e17

File tree

84 files changed

+46640
-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.

84 files changed

+46640
-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: 43 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,43 @@
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+
## Bitrequest
9+
10+
Create and share payment requests for cryptocurrencies.
11+
12+
## Use cases
13+
14+
* Point of Sale.
15+
* Send cryptocurrency payment requests to your friends.
16+
* Integrate in your webshop.
17+
18+
## Features
19+
20+
#### Requests
21+
* __Create__ payment requests by entering the amount in crypto or fiat.
22+
* __Share__ payment requests pegged to fiat to reduce volatility.
23+
* Get __instant payment feedback.__
24+
* Supports __multiple cryptocurrencies__ (Bitcoin, Lightning, Nano, Litecoin, Dogecoin, Dash, Ethereum, Bitcoin-cash, Monero, Nimiq, Kaspa, and Erc20-tokens).
25+
* __Manage requests__ (Monitor, View details, Archive).
26+
27+
#### Addresses
28+
* __Bip44 / Xpub__ key derivations.
29+
* __Manage multiple addresses__. (Arrange, View details).
30+
* Set preferred number of __confirmations.__
31+
32+
#### Settings
33+
* __Real-time exchange rates for 170 world currencies__, updated every 10 minutes.
34+
* __Real-time exchange rates for cryptocurrencies__, updated every 2 minutes.
35+
* __Bip39__ mnemonic seed.
36+
* Set __pincode.__
37+
* Export CSV.
38+
* __Backup / Restore__ (Download Json file / Backup with Google Drive).
39+
* __Shorten__ your request URL's.
40+
* Use / Manage your __personal API keys.__
41+
* Use / Manage your __personal RPC node.__
42+
* __Permissions:__ Admin or Cashier mode.
43+
* __Team invite:__ Invite teammembers to make requests on your behalf.

_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: 41 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)