vega-frontend-monorepo/apps/multisig-signer
2023-11-15 13:40:26 -08:00
..
src chore(trading,governance,explorer): comply with eslint type import rules (#5257) 2023-11-14 16:43:36 -08:00
.babelrc chore(trading): migrate nx to latest version (#4196) 2023-07-04 13:01:25 +02:00
.browserslistrc feat(#807): adds app for validator add and remove signer (#1402) 2022-09-29 12:10:53 -07:00
.env chore(explorer,trading,governance): remove stagnet3 (#3608) 2023-05-04 16:50:39 +00:00
.env.devnet chore(environment): fetch networks configuration from repo (#3145) 2023-03-14 16:02:43 +01:00
.env.mainnet fix(ci): resolving bucket name 2023-06-06 17:02:24 +02:00
.env.testnet feat(governance): ensure the data node urls in the monorepo are valid (#3549) 2023-04-26 11:10:40 +00:00
.env.validators-testnet chore(trading): update environments. add vega.trading to network switcher (#3869) 2023-05-22 15:50:13 +00:00
.eslintrc.json chore(trading): migrate nx to latest version (#4196) 2023-07-04 13:01:25 +02:00
index.d.ts feat(#807): adds app for validator add and remove signer (#1402) 2022-09-29 12:10:53 -07:00
jest.config.ts chore(trading): migrate nx to latest version (#4196) 2023-07-04 13:01:25 +02:00
postcss.config.js feat(#807): adds app for validator add and remove signer (#1402) 2022-09-29 12:10:53 -07:00
project.json chore(ci): remove unused netlify configs (#5278) 2023-11-15 13:40:26 -08:00
README.md chore(trading): migrate nx to latest version (#4196) 2023-07-04 13:01:25 +02:00
tailwind.config.js chore(trading): migrate nx to latest version (#4196) 2023-07-04 13:01:25 +02:00
tsconfig.app.json chore(trading,governance,explorer): nx migration to latest (#5246) 2023-11-14 15:25:29 +01:00
tsconfig.json fix(environment): console not finding node (#3040) 2023-03-01 08:45:57 +01:00
tsconfig.spec.json chore(trading,governance,explorer): nx migration to latest (#5246) 2023-11-14 15:25:29 +01:00
webpack.config.js chore(trading): migrate nx to latest version (#4196) 2023-07-04 13:01:25 +02:00

Multisig-signer

Development

First copy the configuration of the application you are starting:

cp .env.[environment] .env.local

Starting the app:

yarn nx serve multisig-signer

Configuration

Example configurations are provided here:

For convenience, you can boot the app injecting one of the configurations above by running:

yarn env-cmd -f .\apps\multisig-signer\.env.{env} yarn nx run multisig-signer:serve # e.g. stagnet1

There are a few different configuration options offered for this app:

| Flag | Purpose | | -------------------------------- | ---------------------------------------------------------------------------------------------------- | --- | | | NX_VEGA_URL | The GraphQl query endpoint of a Vega data node | | NX_VEGA_ENV | The name of the currently connected vega environment |

Testing

To run the minimal set of unit tests, run the following:

yarn nx test multisig-signer