Conflux-Chain / conflux-portal

:globe_with_meridians: :electric_plug: The ConfluxPortal browser extension enables browsing Conflux blockchain enabled websites.
https://conflux-chain.github.io/conflux-portal-docs
MIT License
69 stars 17 forks source link

ConfluxPortal Browser Extension

Build
Status

You can find the latest version of ConfluxPortal on our official website. For help using ConfluxPortal, visit our User Support Site.

ConfluxPortal supports Firefox, Google Chrome, and Chromium-based browsers. We recommend using the latest available browser version.

To learn how to develop ConfluxPortal-compatible applications, visit our Developer Docs.

To learn how to contribute to the ConfluxPortal project itself, visit our Internal Docs.

Building locally

Uncompressed builds can be found in /dist, compressed builds can be found in /builds once they're built.

Contributing

You can read our internal docs here.

Running Tests

Run tests with yarn test.

You can also test with a continuously watching process, via yarn watch.

You can run the linter by itself with yarn lint.

Architecture

Architecture Diagram

Development

yarn
yarn start

Build for Publishing

yarn dist

Other Docs