Meridian lets a single issuer stand up the financial plumbing of a nation on BNB Chain. You create that country's digital currency, then create tokens for its listed companies, each one priced in that same currency.
Meridian is not an exchange. It creates the assets and keeps the record of what exists; trading happens elsewhere, in pools referenced from the registry.
The page is served by a Node process and reads everything live from these routes.
{ chainId, swapRouter, quoter, fee, devMode }
devMode false requires an issuer secret on both write routes.{ countries: [ {
country,
stablecoin: { name, symbol, address, decimals },
stocks: [ { name, symbol, address, decimals, shares, priceUsd, pool } ]
} ] }
An empty list falls back to a demo dataset, flagged DEMO DATA in the status bar.{ country, name, symbol, supply, secret }{ country, name, symbol, shares, priceUsd, secret }
Both return { error } on failure; the message is shown in the dialog. On success the registry is re-fetched and redrawn.