Rework data storage for artifact
Storing large json in Firebase firestore is actually not possible.
It's not possible either to upload json files to Firebase storage directly from nodejs 🙄
Ended up using Firebase Database to store my json, but I would take any recommendation on how to easily store large jsons (ideally using Firebase/Google cloud for ease of integration with existing tools)
It's not possible either to upload json files to Firebase storage directly from nodejs 🙄
Ended up using Firebase Database to store my json, but I would take any recommendation on how to easily store large jsons (ideally using Firebase/Google cloud for ease of integration with existing tools)
Fixed minor usability bugs
Display variable storage on blocks/transaction pages in
Now you can see the new state of your contract directly on the transaction page
Finished core of hardhat plugin
Hardhat plugin that push artifact info to Ethernal
This was tricky because information is a bit all over the place and I needed a reliable way of linking it all together
This was tricky because information is a bit all over the place and I needed a reliable way of linking it all together
Added Logrocket to debug frontend
Spying on my user's console 🕵🏻♂️
- ◄ Previous
- 1
- Next ►