Skip to content

Address page - #643

Open
Randy808 wants to merge 1 commit into
Blockstream:masterfrom
Randy808:address-page
Open

Address page#643
Randy808 wants to merge 1 commit into
Blockstream:masterfrom
Randy808:address-page

Conversation

@Randy808

@Randy808 Randy808 commented Jul 21, 2026

Copy link
Copy Markdown
Collaborator

To run locally, npm install and use the following snippets:

# Bitcoin
export API_URL=https://blockstream.info/api
export PORT=4999
source flavors/blockstream/config.env
source flavors/bitcoin-mainnet/config.env
npm run dev-server
# Liquid
export API_URL=https://blockstream.info/liquid/api
export PORT=5000
source flavors/blockstream/config.env
source flavors/liquid-mainnet/config.env
npm run dev-server

Bitcoin:
Screenshot 2026-07-21 at 3 11 39 PM

Liquid:
Screenshot 2026-07-21 at 3 11 59 PM

@Randy808 Randy808 self-assigned this Jul 21, 2026
@Randy808 Randy808 mentioned this pull request Jul 23, 2026
@Randy808
Randy808 marked this pull request as ready for review July 24, 2026 18:22
Comment thread client/src/views/addr.js
@philippem

Copy link
Copy Markdown
Collaborator

on FF the "SEGWIT FEE SAVINGS" breaks "SegWit-Bech32" across a line
image

@Randy808

Copy link
Copy Markdown
Collaborator Author

@philippem Removed the line break rule that allowed it to happen anywhere

@FedOken

FedOken commented Jul 31, 2026

Copy link
Copy Markdown
Collaborator

/address/39C7fxSzEACPjM78Z7xdPxhf7mKxJwvfMJ

  1. cursor: pointer; it should also be removed; I think it's confusing, especially next to the copy icon.
  2. If the numbers are large, the QR code is shifted downward for some addresses.
image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants