Files

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