mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-02-20 00:33:07 +01:00
connect-explorer
Revamped version of connect-explorer with a new UI and more features.
Using Nextra docs framework.
Running
yarn dev
Building
yarn build
Static files will be generated in build/ directory.
Building webextension
We are building a webextension that uses @trezor/connect-explorer and @trezor/connect-webextension. This webextension aims to be used for testing TrezorConnect in the webextension environment.
You can build the web extension running the command bellow:
yarn && \
yarn build:libs && \
yarn workspace @trezor/connect-explorer build:webextension