UI for Inter Protocol PSM
yarn dev
to start a local HMR server.
For bugs and feature requests, open a new issue.
For PRs, develop against the main branch.
http://psm.inter.trade serves the latest build of the beta
branch.
To deploy, push to that branch. e.g. if you've qualified main,
git push origin main:beta
To display a notice banner in the app, in the network-config (e.g. https://main.agoric.net/network-config), add an entry to notices
as demonstrated:
{
...
"notices": [
{
"start": "2020-01-01",
"end": "2040-01-01",
"message": "Hello world"
}
]
}