Deploy on a Dexfin Chain
You can deploy your application onto a Dexfin Chain via the same means as any Ethereum-compatible blockchain. For the purpose of example, we'll use the Dexfin testnet chain (RPC Url: https://dexfin-testnet0.calderachain.xyz/http).
This section is non-exhaustive and serves to give a high-level overview of configuring a project to use a Dexfin chain. The exact process to deploy your smart contracts varies depending on the development tooling you're using. As a general rule, the process for deploying on and interacting with a Dexfin chain is the same as any EVM-compatible chain (including Ethereum, Polygon, Binance Smart Chain, etc.).
Updating the client-side to interact with the Dexfin chain is also done quickly: simply change the JSON-RPC Url used to that of the Dexfin chain. Note: ensure that all of your smart contracts are deployed on the Dexfin chain and that you have updated contract addresses on the frontend.
Testnet Information
Network: dexfin-testnet0
New RPC URL: https://dexfin-testnet0.calderachain.xyz/http
Chain ID: 78631
Currency Symbol: DXF
Block explorer URL: https://dexfin-testnet0.calderaexplorer.xyz/
Developer Environments
Last updated