What does this PR do?
PoC for interacting with a smart contract using uPort in a RN app. It saves the hash of Date.now() the same way we will with notes. The UI responds by adding it to the home screen (poorly), and updating it to confirmed with the block.timestamp when it went up. Lots of wiring.
Description of Changes
😱⚠️ I checked in the /build/contracts folder. I think this is nessisary? It includes migration data and I can't think of any other (saner) way to make it so you don't constantly deploy new smart contracts.
The polyfil went back in, web3@1.0 needs it and I somehow got that working 🎉
the util and utils folder was merged into util
meatGrinder was created as a module. No screens in there yet. crypto util moved in there
What gif most accurately describes how I feel towards this PR?
Related Issue
Fixes #9
Related PRs
Depends JSDoc #32, Entrypoint fix #33
What does this PR do?
PoC for interacting with a smart contract using uPort in a RN app. It saves the hash of
Date.now()
the same way we will with notes. The UI responds by adding it to the home screen (poorly), and updating it toconfirmed
with theblock.timestamp
when it went up. Lots of wiring.Description of Changes
😱⚠️ I checked in the
/build/contracts
folder. I think this is nessisary? It includes migration data and I can't think of any other (saner) way to make it so you don't constantly deploy new smart contracts.util
andutils
folder was merged intoutil
meatGrinder
was created as a module. No screens in there yet. crypto util moved in thereWhat gif most accurately describes how I feel towards this PR?