MUD framework
Last updated
Last updated
MUD is a framework for ambitious onchain applications. It reduces the complexity of building Ethereum apps with a tightly integrated software stack. It's open source and free to use.
Update to the latest foundry version.
At present, MUD does not fully support zkEVM version. We have modified some packages to be able to deploy MUD contracts to zkEVM. If you are using the MUD framework, please see the instructions below to deploy your game to Concha testnet:
Step 1: Move to packages/contracts
folder and clean the folder.
Step 2: Edit the package.json
file, then replace the dependencies below:
Step 3: Install the dependencies
Step 4: Add Concha network profile. Edit the foundry.toml
file, then add configurations below:
Step 4: Deploy to Concha testnet. Faucet native token here.
Wait for the contracts to be deployed.