Skip to content

Updated asset page. - #646

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

Updated asset page.#646
Randy808 wants to merge 1 commit into
Blockstream:masterfrom
Randy808:asset-page

Conversation

@Randy808

@Randy808 Randy808 commented Jul 29, 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

Example of unregistered asset:
Screenshot 2026-08-04 at 6 04 51 PM

Example of registered asset:
Screenshot 2026-08-04 at 6 04 34 PM

The hyperlinks in the screenshot captions use a base url of http://localhost:5000/liquid, as configured in the instructions above

@Randy808 Randy808 self-assigned this Jul 29, 2026
@Randy808
Randy808 marked this pull request as ready for review August 4, 2026 19:28
Comment thread client/src/views/asset.js
<div className="detail-grid-row">
{detailField('TICKER', contract.ticker, null, t)}
{detailField('VERSION', contract.version, null, t)}
</div>

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No link to the json because we can't offer it via electrs and a per-environment registry url isn't set so I can't redirect there either

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