Become a DAPP Service Provider
Last updated
Was this helpful?
Last updated
Was this helpful?
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 . 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: .
Guide:
update config.toml environment variable file with the CoVax chain sidechain section
run adddsp
action on the dappservicex
contract on the CoVax chain to link the CoVax chain DSP account to your EOS mainnet DSP account
run the addaccount
action on the liquidx.dsp
contract on the EOS mainnet to link the EOS mainnet DSP account to the CoVax chain DSP account
The config.toml
file is the environment variable file used for DAPP Service Providers.
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:
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:
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 command on the account.