new dashboards

This commit is contained in:
Mononaut 2025-11-22 07:21:14 +00:00
parent 927864d2fa
commit 55f4b937e2
No known key found for this signature in database
GPG key ID: A3F058E41374C04E
16 changed files with 169 additions and 2 deletions

View file

@ -0,0 +1,48 @@
{
"theme": "wiz",
"enterprise": "anap",
"branding": {
"name": "anap",
"title": "ANAP",
"site_id": 23,
"header_img": "/resources/anap/anaplogo.png",
"footer_img": "/resources/anap/anaplogo.png"
},
"dashboard": {
"widgets": [
{
"component": "fees",
"mobileOrder": 4
},
{
"component": "walletBalance",
"mobileOrder": 1,
"props": {
"wallet": "ANAP"
}
},
{
"component": "goggles",
"mobileOrder": 5
},
{
"component": "wallet",
"mobileOrder": 2,
"props": {
"wallet": "ANAP",
"period": "all"
}
},
{
"component": "blocks"
},
{
"component": "walletTransactions",
"mobileOrder": 3,
"props": {
"wallet": "ANAP"
}
}
]
}
}

View file

@ -0,0 +1,45 @@
<!doctype html>
<html lang="en">
<head>
<meta charset="utf-8">
<title>ANAP</title>
<script src="/resources/config.js"></script>
<script src="/resources/customize.js"></script>
<base href="/">
<meta name="description" content="Make Japan Great Bitcoin Nation Again." />
<meta property="og:image" content="https://mempool.space/resources/anap/anap-preview.jpg" />
<meta property="og:image:type" content="image/jpeg" />
<meta property="og:image:width" content="2000" />
<meta property="og:image:height" content="1000" />
<meta property="og:description" content="Make Japan Great Bitcoin Nation Again." />
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@mempool">
<meta name="twitter:creator" content="@mempool">
<meta name="twitter:title" content="ANAP">
<meta name="twitter:description" content="Make Japan Great Bitcoin Nation Again." />
<meta name="twitter:image" content="https://mempool.space/resources/anap/anap-preview.jpg" />
<meta name="twitter:domain" content="anap.mempool.space">
<link rel="apple-touch-icon" sizes="180x180" href="/resources/anap/favicons/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="/resources/anap/favicons/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="/resources/anap/favicons/favicon-16x16.png">
<link rel="manifest" href="/resources/anap/favicons/site.webmanifest">
<link rel="shortcut icon" href="/resources/anap/favicons/favicon.ico">
<link id="canonical" rel="canonical" href="https://anap.mempool.space">
<meta name="apple-mobile-web-app-capable" content="yes">
<meta name="apple-mobile-web-app-status-bar-style" content="black">
<meta name="msapplication-TileColor" content="#000000">
<meta name="msapplication-config" content="/resources/favicons/browserconfig.xml">
<meta name="theme-color" content="#1d1f31">
<meta name="viewport" content="width=device-width, initial-scale=1">
</head>
<body>
<app-root></app-root>
</body>
</html>

Binary file not shown.

After

Width:  |  Height:  |  Size: 118 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 49 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 11 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 4.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 5.2 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 15 KiB

View file

@ -0,0 +1,19 @@
{
"name": "ANAP",
"short_name": "ANAP",
"icons": [
{
"src": "/resources/anap/favicons/android-chrome-192x192.png",
"sizes": "192x192",
"type": "image/png"
},
{
"src": "/resources/anap/favicons/android-chrome-512x512.png",
"sizes": "512x512",
"type": "image/png"
}
],
"theme_color": "#ffffff",
"background_color": "#ffffff",
"display": "standalone"
}

View file

@ -129,7 +129,7 @@ export NVM_DIR="${HOME}/.nvm"
source "${NVM_DIR}/nvm.sh"
# what to look for
frontends=(mainnet liquid onbtc bitb meta river strategy xxi)
frontends=(mainnet liquid onbtc bitb meta river strategy xxi anap)
backends=(mainnet testnet testnet4 signet liquid liquidtestnet onbtc bitb)
frontend_repos=()
backend_repos=()

View file

@ -0,0 +1,16 @@
{
"OFFICIAL_MEMPOOL_SPACE": true,
"TESTNET_ENABLED": true,
"TESTNET4_ENABLED": true,
"LIQUID_ENABLED": true,
"LIQUID_TESTNET_ENABLED": true,
"SIGNET_ENABLED": true,
"MEMPOOL_WEBSITE_URL": "https://mempool.space",
"LIQUID_WEBSITE_URL": "https://liquid.network",
"ITEMS_PER_PAGE": 25,
"LIGHTNING": true,
"ACCELERATOR": true,
"PUBLIC_ACCELERATIONS": true,
"AUDIT": true,
"CUSTOMIZATION": "custom-anap-config.json"
}

View file

@ -16,7 +16,7 @@ screen -dmS x startx
sleep 3
# start unfurlers for each frontend
for site in mainnet liquid onbtc bitb meta river strategy xxi;do
for site in mainnet liquid onbtc bitb meta river strategy xxi anap;do
cd "$HOME/${site}/unfurler" && \
echo "starting mempool unfurler: ${site}" && \
screen -dmS "unfurler-${site}" sh -c 'while true;do npm run unfurler;sleep 2;done'

View file

@ -0,0 +1,17 @@
{
"SERVER": {
"HOST": "https://anap.tk7.mempool.space",
"HTTP_PORT": 8010
},
"MEMPOOL": {
"HTTP_HOST": "http://127.0.0.1",
"HTTP_PORT": 90,
"NETWORK": "anap"
},
"PUPPETEER": {
"CLUSTER_SIZE": 2,
"EXEC_PATH": "/usr/local/bin/chrome",
"MAX_PAGE_AGE": 86400,
"RENDER_TIMEOUT": 3000
}
}

View file

@ -399,6 +399,28 @@ export const networks = {
routes: routes.lightning.routes,
}
}
},
anap: {
networkName: 'anap',
title: 'ANAP | Make Japan Great Bitcoin Nation Again',
description: 'Make Japan Great Bitcoin Nation Again',
fallbackImg: '/resources/anap/anap-preview.jpg',
routes: { // only dynamic routes supported
block: routes.block,
address: routes.address,
wallet: routes.wallet,
tx: routes.tx,
mining: {
title: "Mining",
routes: {
pool: routes.mining.routes.pool,
}
},
lightning: {
title: "Lightning",
routes: routes.lightning.routes,
}
}
}
};