ability-automatic-stake
Version:
Vincent ability to automatically stake user deposits to fitness challenges on behalf of users
19 lines (17 loc) • 673 B
JSON
{
"name": "Auto-Stake for Fitness Challenges",
"description": "Vincent ability to automatically stake user deposits to fitness challenges on behalf of users",
"version": "0.1.0",
"packageName": "ability-automatic-stake",
"packageVersion": "0.1.0",
"abilityName": "ability-automatic-stake",
"ipfsCid": "QmVwkwyJRXJn8sWou7j1ka246bdao4vwnikWgj8N6jDRVf",
"apiVersion": "2.0.0",
"supportedPolicies": {},
"params": {
"challengeId": "number - Challenge ID to join",
"userAddress": "string - User's wallet address",
"contractAddress": "string - Challenge contract address",
"stakeAmount": "string - Stake amount in wei"
}
}