https://github.com/latticexyz/mud
MUD is a framework for building autonomous worlds
https://github.com/latticexyz/mud
autonomous-worlds ethereum evm framework game-development sdk solidity typescript
Last synced: 13 days ago
JSON representation
MUD is a framework for building autonomous worlds
- Host: GitHub
- URL: https://github.com/latticexyz/mud
- Owner: latticexyz
- License: mit
- Created: 2022-05-12T16:19:05.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2025-04-08T16:35:54.000Z (15 days ago)
- Last Synced: 2025-04-10T00:11:53.484Z (13 days ago)
- Topics: autonomous-worlds, ethereum, evm, framework, game-development, sdk, solidity, typescript
- Language: TypeScript
- Homepage: https://mud.dev
- Size: 67.3 MB
- Stars: 804
- Watchers: 17
- Forks: 209
- Open Issues: 483
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# MUD

Battle-tested onchain framework for developers
MUD is a framework for ambitious Ethereum applications.
It offers a composable foundation to EVM developers that handles data storage, upgrades, delegations, data-sync with frontends, etc.
You can learn more about MUD in the [MUD documentation](https://mud.dev/introduction)## Quickstart
```
pnpm create mud@latest
```Then follow the directions onscreen.
For more information on how to get started, have a look at the [MUD quickstart](https://mud.dev/quickstart).
## Contribute
We'd love your support in improving MUD, [see here for instructions](https://mud.dev/contribute).
This monorepo includes all of MUD's source code, and pull requests are always welcome.
To discuss new features or changes [join our Discord](https://lattice.xyz/discord).## Community support
[Join our Discord](https://lattice.xyz/discord) to get support and connect with the community!
## License
MUD is open-source software [under the MIT license](LICENSE).