Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 4 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-29T14:29:01.000Z (3 months ago)
- Last Synced: 2024-10-29T15:47:55.956Z (3 months ago)
- Topics: autonomous-worlds, ethereum, evm, framework, game-development, sdk, solidity, typescript
- Language: TypeScript
- Homepage: https://mud.dev
- Size: 51.3 MB
- Stars: 733
- Watchers: 17
- Forks: 184
- Open Issues: 420
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
- Codeowners: CODEOWNERS
Awesome Lists containing this project
README
# MUD
![MUD logo](./docs/public/mud-cover-photo.png)
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).