peepin
peepin copied to clipboard
post parser
- [x] create basic parser
- [ ] create JSON schema for validating input
- [x] add transaction data to JSON payload ( from address + TXhash )
- [x] save peep in local cache for easy lookup ( key = timestamp + txhash )
I suggest to save the peep in a metadata again on IPFS in a format as follows:
{
event: event,
transaction: transaction,
function: decodedData,
ipfsHash: <hash>,
ipfsData: <data of above hash>,
}
And save it as such in the levelDB - so we have all the data available for further data slicing.
This could also be a generic format for all events coming out of the peepeth contract btw.