Agoric / dapp-psm

UI for Inter Protocol PSM

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

UI for Inter Protocol PSM


Languages

Language:TypeScript 91.6%Language:JavaScript 6.2%Language:CSS 1.1%Language:Dockerfile 0.7%Language:HTML 0.4%