Skip to content

Commit

Permalink
docs: update diagrams (#2450)
Browse files Browse the repository at this point in the history
  • Loading branch information
achalvs authored Mar 15, 2024
1 parent 93a654b commit 0a61cfa
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 12 deletions.
2 changes: 2 additions & 0 deletions docs/pages/introduction.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

MUD is a framework for ambitious onchain applications. It reduces the complexity of building [Ethereum](https://ethereum.org/) apps with a tightly integrated software stack. It's [open source](https://github.com/latticexyz/mud) and [free to use](https://github.com/latticexyz/mud/blob/main/LICENSE).

![A breakdown of the features of MUD](/images/bento.png)

## Why MUD?

Writing smart contracts is only a small part of building user-friendly EVM apps. Your frontend needs get data from the chain. You've kept your onchain logic simple to save users gas, but now getting data from the RPC is tricky and slow. So you spin up an indexer, write event handlers, and teach your frontend how to talk to another backend. Complicated, right?
Expand Down
Loading

0 comments on commit 0a61cfa

Please sign in to comment.