rapid-eth / rapid-adventures

Rapid Adventures - Activate Your Life
1 stars 0 forks source link

Integration with an ERC20 certificate enabled reward token (rinkeby) #102

Open onpaws opened 4 years ago

onpaws commented 4 years ago

Talk to @joeb000 At a high level: 0 load ethers 1 load a contract 2 call the function

onpaws commented 4 years ago

Need to know whether its a transaction or an event Use the forms Kames built. Quest.json

The deployed contract address is here: image

Function name: redeemCerfiticate Inputs needed: Signature - we get this from the lambda image

Certificate ID Get this from the JSON file image

Result of the transaction: someone gets a certain amount of a token. Visible on Etherscan. Does NOT have to be visible from on the React app/locally

onpaws commented 4 years ago

https://github.com/rapid-eth/rapid-adventures/pull/104

onpaws commented 4 years ago

Intending to come back to this in the AM