Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
dzimbeck committed Feb 17, 2024
1 parent ea92e7a commit b29a2f4
Show file tree
Hide file tree
Showing 4 changed files with 83 additions and 26 deletions.
5 changes: 2 additions & 3 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -2029,9 +2029,8 @@ <h3>What is Bitbay?</h3>
Bitbay is a working real-world cryptocurrency powering a fully-functional <a href="http://bitbay.market/about/decentralized-markets/" target="_blank" rel="noopener">decentralized marketplace</a> that allows you to buy and sell goods and services easily, securely, and anonymously. The protocol also has a revolutionary <a href="http://bitbay.market/about/pegging/">dynamic rolling peg</a> that controls liquidity and allows for price stability and growth. Most importantly, the marketplace uses a <a href="http://bitbay.market/about/double-deposit-escrow/">double-deposit escrow</a> system, meaning that no one can profit from dishonest behaviors – all contracts must be fulfilled as written. This means no unjust arbiters or middle men. Use the platform to <a href="http://bitbay.market/about/pay-to-email/">send payments to friends via email</a>, barter, trade cash for coins, form joint accounts, vote and much more. The software is also completely FREE to use.
</p>
<p>If you are looking to buy some Bitbay try:
<br /> - <a href="https://bittrex.com/Market/Index?MarketName=BTC-BAY" target="_blank">Bittrex.com</a>
<br /> - <a href="https://www.cryptopia.co.nz/Exchange?market=BAY_BTC" target="_blank">Cryptopia.co.nz</a>
<br /> - <a href="https://c-cex.com/?p=bay-btc" target="_blank">C-Cex.com</a>
<br /> - <a href="https://my.nighttrader.exchange" target="_blank">NightTrader DEX</a>
<br /> - <a href="https://bitbaymarket.github.io/bridge/" target="_blank">BitBay Bridge</a>
</p>

<h3>Information</h3>
Expand Down
2 changes: 1 addition & 1 deletion js/coin.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
//coinjs.host = ('https:'==document.location.protocol?'https://bp1.bitbay.market/api':'http://bp1.bitbay.market/api');
//coinjs.host = ('https:'==document.location.protocol?'https://bp2.bitbay.market/api':'http://bp2.bitbay.market/api');
coinjs.host = 'https://bp2.bitbay.market/api';
coinjs.coin_data = {'latoken': 'https://api.latoken.com/v2/ticker', 'ratedb': 'https://raw.githubusercontent.com/bitbaymarket/ratedb/master/rates.json'};
coinjs.coin_data = {'ratedb': 'https://raw.githubusercontent.com/bitbaymarket/ratedb/master/rates.json'};

//coinjs.coin_data = 'https://api.coingecko.com/api/v3/simple/price?ids=bitbay&vs_currencies=usd%2Cbtc&include_24hr_vol=true&include_24hr_change=true&include_last_updated_at=true';

Expand Down
42 changes: 21 additions & 21 deletions manifest.json
Original file line number Diff line number Diff line change
@@ -1,26 +1,26 @@
{
"author": "BitBay dev",
"name": "BitBay Wallet",
"short_name": "BitBay",
"description": "Secure web wallet",
"orientation": "portrait",
"start_url": "/",
"scope": "/",
"display": "fullscreen",
"author": "BitBay dev",
"name": "BitBay Wallet",
"short_name": "BitBay",
"description": "Secure web wallet",
"orientation": "portrait",
"start_url": "/web-wallet/",
"scope": "/web-wallet/",
"display": "fullscreen",
"background_color": "#53217c",
"theme_color": "#000000",
"icons": [
{
"src": "/logo.png",
"sizes": "48x48 72x72 96x96 128x128 192x192 256x256 512x512",
"type": "image/png"
"icons": [
{
"src": "/logo.png",
"sizes": "48x48 72x72 96x96 128x128 192x192 256x256 512x512",
"type": "image/png"
}
],
"manifest_version": 2,
"version": "0.1",
"applications": {
"gecko": {
"id": "[email protected]"
}
}
],
"manifest_version": 2,
"version": "0.1",
"applications": {
"gecko": {
"id": "[email protected]"
}
}
}
60 changes: 59 additions & 1 deletion sw.js
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,65 @@
var cacheAll = true;
var CACHE_NAME = 'webapk-cache';
var urlsToCache = [
'/*'
"./index.html",
"./mainSW.js",
"./sw.js",
"./assets/js/errors.js",
"./js/jquery-3.5.1.min.js",
"./assets/js/purify/purify.js",
"./assets/js/purify/jpurify.js",
"./js/moment.min.js",
"./js/transition.js",
"./js/collapse.js",
"./js/bootstrap.min.js",
"./js/bootstrap-datetimepicker.min.js",
"./assets/js/bootstrap-dialog.js",
"./js/aes-js.js",
"./js/crypto-min.js",
"./js/crypto-sha256.js",
"./js/crypto-sha256-hmac.js",
"./js/sha512.js",
"./js/ripemd160.js",
"./js/aes.js",
"./js/qrcode.js",
"./assets/js/html5-qrcode.min.js",
"./js/jsbn.js",
"./js/ellipticcurve.js",
"./assets/js/nanobar.js",
"./js/bip39.js",
"./js/coin.js?v=1.135",
"./js/coinbin.js?v=1.135",
"./assets/js/bootstrap-select.min.js",
"./assets/js/html5storage/HTML5.sessionStorage.js",
"./assets/js/custom.js?v=1.14",
"./assets/js/pnotify.custom.min.js",
"./manifest.json",
"./assets/images/favicon/favicon.ico",
"./assets/images/favicon/favicon.ico",
"./assets/images/favicon/favicon-192.png",
"./assets/images/favicon/favicon-160.png",
"./assets/images/favicon/favicon-96.png",
"./assets/images/favicon/favicon-64.png",
"./assets/images/favicon/favicon-32.png",
"./assets/images/favicon/favicon-16.png",
"./assets/images/favicon/favicon-57.png",
"./assets/images/favicon/favicon-114.png",
"./assets/images/favicon/favicon-72.png",
"./assets/images/favicon/favicon-144.png",
"./assets/images/favicon/favicon-60.png",
"./assets/images/favicon/favicon-120.png",
"./assets/images/favicon/favicon-76.png",
"./assets/images/favicon/favicon-152.png",
"./assets/images/favicon/favicon-180.png",
"./assets/images/favicon/favicon-114.png",
"./assets/images/favicon/browserconfig.xml",
"./assets/css/themes/Cerulean/bootstrap.min.css",
"./assets/css/icons/bootstrap-icons_v1.83.css",
"./assets/css/bootstrap-datetimepicker.min.css",
"./assets/css/bootstrap-dialog.css",
"./assets/css/pnotify.custom.min.css",
"./assets/css/animate.min.css",
"./assets/css/style.css?v=1.13"
];

var urlsNotToCache = [
Expand Down

0 comments on commit b29a2f4

Please sign in to comment.