Quick Start(For MUD)
Deploy the Pixel Core locally
Everything in PixeLAW starts with the core pixel layer into which you will deploy your own app.
Let's get started by deploying the core pixel layer, which includes both the contracts and the PixeLAW front-end.
Prerequisites
- Node.js v18
- git
- Foundry
- pnpm
sudo npm install -g pnpm
Clone repo
Please go to pixelaw_core_mud. And clone it.
git clone https://github.com/themetacat/pixelaw_core pixelaw_core
Build and deploy locally
To make sure everything is working correctly, run the following command to do all things:
cd pixelaw_core && pnpm install
pnpm run start
After some time (around 10 minute) you should be able to see PixeLAW running on http://localhost:3000.
You should be able to see PixeLAW in its true glory:
If you run into any issues you can check out the github repo, and read start.sh to see the build and deploy details.
Next Step
Awesome, you just successfully deployed the Pixel Core.
The next step should be for you to build your own PixeLAW App. We will remain in the app_template_mud
repo.
Go and be a Pixel Builder and deploy your own App to the core!