Deploy Smart Contract

DexVault PoS utilizes the Ethereum Virtual Machine (EVM) in the backend. Smart contracts are written in Solidity and they can function on DexVault PoS as an extension to the side-chain.

To deploy a smart contract, you send a DexVault transaction containing your byte-code without specifying any recipients.

After the contract is deployed, it will be available to all users of the DexVault PoS network. Smart contracts have a DexVault address like other accounts

Requirements

  • Bytecode (compile code) of your contract

  • DEXV for gas-fee (cheaper than EtherL1)

  • Deployment script/plugin

  • Access to DexVault whether setting up your own node or API access to a node

Last updated