mirror of
https://github.com/trezor/trezor-suite.git
synced 2026-03-20 22:28:30 +01:00
2.0 KiB
2.0 KiB
Web
Production environments
Beta (beta-wallet.trezor.io)
Domain beta-wallet.trezor.io originally hosted beta build of mytrezor wallet. With initial release of Trezor Suite this domain was decided to become entry point of closed beta program for Trezor Suite.
It has special structure:
| route | basic auth | source | assetPrefix |
|---|---|---|---|
| / | NO | @trezor/landing-page | - |
| /wallet/start | YES | @trezor/landing-page | - |
| /wallet/web | YES | @trezor/suite-web | /wallet/web |
Stable (suite.trezor.io)
Stable version (currently in public beta) is hosted on suite.trezor.io and should go live on 14th October 2020 via soft launch. Check fancy diagram how it's going to work in it's entirety.
| route | basic auth | source | assetPrefix |
|---|---|---|---|
| / | NO | @trezor/suite-web-landing | - |
| /web | NO | @trezor/suite-web | /web |
Staging environments
Each of the above mentioned environments have its own staging environment counterpart.
Staging environments are only accessible within SatoshiLabs internal IP range (office + VPN).
| production | staging counterpart |
|---|---|
| beta-wallet.trezor.io | staging-wallet.trezor.io |
| suite.trezor.io | staging-suite.trezor.io |