Skip to content

Latest commit

 

History

History
31 lines (18 loc) · 2.19 KB

blocto-environment.md

File metadata and controls

31 lines (18 loc) · 2.19 KB

Blocto Environment

Blocto is a cross-chain wallet and uses email as login. There are two environments in Blocto: prod and dev which is corresponding to different blockchain networks. The same environment means the same account system.

Chain \ Environmentproddevprod
EthereumMainnetGoerli
SepoliaN/ASepolia
ArbitrumMainnetArbitrum Goerli Testnet
OptimismMainnetOptimism Goerli Testnet
PolygonMainnetAmoy
BNB Smart ChainMainnetChapel Testnet
AvalancheMainnet (C Chain)Fuji Testnet (C Chain)
BaseMainnetBase Goerli Testnet
ZoraZora MainnetZora Goerli Testnet
ScrollScroll MainnetScroll Sepolia Testnet
SolanaMainnet BetaDevnet
FlowMainnetTestnet
AptosMainnetTestnet

{% hint style="info" %} We're building staging environment which is more stable than dev. {% endhint %}

JavaScript SDK

Blocto JavaScript SDK uses different environments according to different blockchain networks. The key properties are as below:

  • EVM-based blockchains: chainId
  • Solana: network
  • Flow: challenge.handshake from config

For instance, if you specify chainId = 0x13881 for Polygon, it will use Blocto dev environment.

Android App

prod: Google Play

dev: Google Play

iOS App

prod: App Store

dev: Firebase App Distribution (after joining app distribution, you need to wait for releasing next version)