Staking for services
Select and stake DAPP for DSP package | DSP Portal Link
Use the faucet to get some DAPP tokens on Kylin
Information on: DSP Packages and staking DAPP/DAPPHDL (AirHODL token)
export PROVIDER=uuddlrlrbass
export PACKAGE_ID=sign
# select your package:
export SERVICE=signfndspsvc
cleos -u $DSP_ENDPOINT push action dappservices selectpkg "[\"$KYLIN_TEST_ACCOUNT\",\"$PROVIDER\",\"$SERVICE\",\"$PACKAGE_ID\"]" -p $KYLIN_TEST_ACCOUNT@active
# Stake your DAPP to the DSP that you selected the service package for:
cleos -u $DSP_ENDPOINT push action dappservices stake "[\"$KYLIN_TEST_ACCOUNT\",\"$PROVIDER\",\"$SERVICE\",\"10.0000 DAPP\"]" -p $KYLIN_TEST_ACCOUNT@active
Last updated
Was this helpful?