Networks & URLs

More details about our Sandbox and Production environment and supported blockchains.

Depending on which environment your application is connecting to, your blockchain transactions will be directed to a specific blockchain network. Please find below an overview of the different endpoints and the associated blockchain networks.

Endpoints

ServiceDescriptionSandboxProduction
AuthenticationUsed for authenticationhttps://login-sandbox.venly.iohttps://login.venly.io
WidgetInteracting with the Widgethttps://connect-sandbox.venly.io/https://connect.venly.io/
Wallet APIInteracting with the Wallet API endpointshttps://api-wallet-sandbox.venly.iohttps://api-wallet.venly.io
NFT APIInteracting with the NFT API endpointshttps://nft-api-sandbox.venly.iohttps://nft-api.venly.io
PAYInteracting with the PAY API endpointshttps://api-pay-sandbox.venly.iohttps://api-pay.venly.io/
Market API (deprecated)Interacting with the Market API endpointshttps://api-sandbox.venly.markethttps://api.venly.market

RPC Nodes (direct node endpoints)

📘

The RPC endpoints connect to port 443.

Production Endpoint

https://evm-node.venly.io/chains/{chainId}
Blockchain (mainnet){chainId)
BASE8453
XPLA37
Polygon137
Avalanche43114
BNB (Binance Smart Chain)56
Ethereum1
Arbitrum42161

Sandbox Endpoint

https://evm-node-sandbox.venly.io/chains/{chainId}
Blockchain (testnet){chainId)
BASE (sepolia)84532
XPLA (testnet)47
Polygon (amoy)80002
Avalanche (fuji)43113
BNB (Binance Smart Chain) (testnet)97
Ethereum (sepolia)11155111
Arbitrum (sepolia)421614

Blockchain networks

The sandbox environment is your playground. It connects to testnet-blockchains, meaning that no real cryptocurrency and NFTs are involved. You can use testnet-faucets to receive cryptocurrency or to generate NFTs.

BlockchainSandboxProductionEVM
Bitcointestnet3mainnet-
EthereumSepoliamainnet
Polygon (Matic)Amoymainnet
BNB Chain (Binance Smart Chain)testnetmainnet
AvalancheFujimainnet (C-Chain)
ArbitrumSepoliamainnet (One)
BASESepoliamainnet
XPLAtestnetmainnet
ImmutableXtestnetmainnet✅ *
Hederatestnetmainnet✅ *
VeChaintestnetmainnet✅ *
GoChaintestnetmainnet✅ *
Litecointestnetmainnet-
Aeternitytestnetmainnet-
NEOtestnetmainnet-

* Blockchains which have have partial EVM support

EVM Explained

The Ethereum Virtual Machine or EVM is like a powerful, decentralized computer that helps people do things on the Ethereum network, and its actions are recorded on the blockchain for everyone to see and agree upon. EVM is a platform for smart contract deployment and execution.

The Ethereum Virtual Machine serves as a software platform enabling developers to build decentralized applications (dApps) on the Ethereum network. All Ethereum accounts and smart contracts exist on this virtual machine.

What are EVM compatible blockchains?

EVM compatible blockchains refers to the blockchains on which you can write and deploy smart contracts that are compatible with the Ethereum Virtual Machine.

Compatibility with the EVM enables numerous blockchains such as Polygon, Avalanche, and Binance Smart Chain to reduce the entry barrier for developers. This is possible because their native codes align with Ethereum, allowing seamless deployment of smart contracts on these new chains.

Hence, EVM chains can offer solutions to facilitate interoperability among blockchain networks and dApps adhering to Ethereum principles.