π Scroll-ToDo-List
Scroll ToDo list. It used MUD framework for ambitious Ethereum applications. It compresses the complexity of building EVM apps with a tightly integrated software stack.
Screenshots



Problem Statement
The Scroll-ToDo-List app build by MODE framework for ambitious Ethereum applications. The off-chain indexer for on-chain applications build with MUD. MODE uses PostgresDB as the underlying storage backend and works out-of-the-box with any MUD app. It is capable of indexing MUD applications on any EVM-compatible chain and can index multiple worlds per-chain. It is built primarily as a utility for synchronizing MUD clients to the table state on-chain.
Solution
ποΈ Local development setup!!! The following steps are only necessary if you want to contribute to MUD. To use MUD in your project, install thepackagesfrom npm orset up a new project with the MUD cli. !!!Install go (required to buildpackages/services):https://go.dev/doc/installInstall protobuf (required to buildpackages/services):https://grpc.io/docs/protoc-installation/Install the foundry toolkit (required to build and test MUD solidity packages):https://getfoundry.sh/Install pnpmnpm install pnpm --globalClone the MUD monorepogit clone https://github.com/bild96/scroll-list.gitInstall MUD dependencies and setup local environmentcd scroll-list && pnpm installπ‘ Run the apppnpm run dev