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.
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.
!!! The following steps are only necessary if you want to contribute to MUD. To use MUD in your project, install the packages from npm or set up a new project with the MUD cli. !!!
Install go (required to build packages/services): https://go.dev/doc/install
Install protobuf (required to build packages/services): https://grpc.io/docs/protoc-installation/
Install the foundry toolkit (required to build and test MUD solidity packages): https://getfoundry.sh/
Install pnpm
npm install pnpm --global
git clone https://github.com/bild96/scroll-list.git
cd scroll-list && pnpm install
pnpm run dev