Skip to content

Omaxiu/quorum-desktop

 
 

Repository files navigation

Quorum Desktop (and Web)

Requires nodejs, and quilibrium-js-sdk-channels cloned alongside it. Running locally in a browser against prod Quorum API requires CORS to be disabled, consult your extensions or settings to perform this.

To set up:

cd ../quilibrium-js-sdk-channels/
yarn build
yarn link
cd ../quorum-desktop/
yarn link @quilibrium/quilibrium-js-sdk-channels
yarn install

To run:

yarn dev

To run in Electron, run:

yarn dev

and an in another terminal:

yarn electron:dev

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 86.9%
  • JavaScript 6.1%
  • SCSS 6.0%
  • Other 1.0%