/rs-dapp-psm

UI for Inter Protocol PSM

Primary LanguageTypeScript

E2E tests

dapp-psm

UI for Inter Protocol PSM

Development

yarn dev to start a local HMR server.

Contributing

For bugs and feature requests, open a new issue.

For PRs, develop against the main branch.

Deployment

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

Notices

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"
    }
  ]
}