mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-13 10:49:07 +01:00
18 lines
1.3 KiB
Markdown
18 lines
1.3 KiB
Markdown
# @trezor/connect-examples
|
|
|
|
A collection of example implementations of @trezor/connect in various environments. See individual READMEs for instructions:
|
|
|
|
| Environment | package | Popup |
|
|
| ----------------------------------------------------- | ----------------------------------------------------------------- | ----- |
|
|
| [Node.js](./node) | [@trezor/connect](../connect/README.md) | No |
|
|
| [Electron main process](./electron-main-process/) | [@trezor/connect](../connect/README.md) | No |
|
|
| [Mobile expo]('/mobile-expo) | [@trezor/connect-mobile](../connect-mobile/README.md) | Yes |
|
|
| [Browser inline script](./browser-inline-script/) | [@trezor/connect-web](../connect-web/README.md) | Yes |
|
|
| [Browser with webpack](../connect-explorer/README.md) | [@trezor/connect-web](../connect-web/README.md) | Yes |
|
|
| [Webextension](./webextension) | [@trezor/connect-webextension](../connect-webextension/README.md) | Yes |
|
|
|
|
Also you may explorer 3rd party @trezor/connect integrations.
|
|
|
|
- https://github.com/stellar/laboratory
|
|
- https://github.com/vacuumlabs/adalite
|