Become a DAPP Service Provider
The CoVax chain utilizes the LiquidX technology to enable DAPP Network services to be provided on EOSIO based chains. To read more on LiquidX, please see the LiquidX section. To learn more about setting up a DAPP Service Provider, see the getting started section.
To obtain a DAPP Service Provider account on CoVax, reach out in the CoVax Telegram channel: https://t.me/CoVaxApp.
Guide:
Update config.toml file update config.toml environment variable file with the CoVax chain sidechain section
Push DSP account mapping action on EOS mainnet run
adddsp
action on thedappservicex
contract on the CoVax chain to link the CoVax chain DSP account to your EOS mainnet DSP accountPush DSP account mapping action on CoVax Chain run the
addaccount
action on theliquidx.dsp
contract on the EOS mainnet to link the EOS mainnet DSP account to the CoVax chain DSP account
Update config.toml file
The config.toml
file is the environment variable file used for DAPP Service Providers.
Push DSP account mapping action on EOS mainnet
On the EOS mainnet, the EOS mainnet’s DSP account must be connected to the new chain’s DSP account. This is done using the addaccount
command on the liquidx.dsp
account.
owner {name} - DSP account name on the EOS mainnet
chain_account {name} - DSP account name on the new chain,
liquidxcovax
chain_name {name} - account name of contract on the EOS mainnet that registered the chain
Cleos example:
Push DSP account mapping action on CoVax Chain
Once you have that then on the CoVax chain, submit an adddsp
action on that account.
owner {name} - DSP name on new chain
dsp {name} - DSP name on mainnet
Cleos example:
Last updated