Hey everyone, We've got our first Bulwark weekly update for the new BCT Thread, let's get right into it:
Carver Framework This week we've switched our focus on frontend updates. Now that the reducers are all functional we've began focusing our attention on widgets.
We now once again have a working frontend for the framework that now integrates all of the new features of the framework. You can now build the project yourself and see how we're able to stream blockchain data without making ANY database/rpc calls.
All of this is done in realtime via websockets and all users on the framework are able to interact with each other. It's quite an accomplishment and the framework has matured a lot in the past couple of months.
This week we've added in-memory event streaming and a new pattern for inserting+updating data via a single reducer call.
This will transition into interactive widgets (Clicking on a transaction will spawn a new transaction widget), paginated widgets (for list of transaction).
Our goal this week is to have a basic working blockchain explorer (where you can see blocks and transactions data). This means you'll be able to build Carver Framework and try it yourself as a "basic explorer" this week!