Let's deploy thirdweb Engine locally in easiest way possible. This repository is maintained by thirdweb community team.
Warning
Use this for demo / preview purposes only. This is not recommended for production use. If you wanna use thirdweb Engine in production, try cloud-hosted version or deploy a self-hosted version.
- Clone the repository.
- Configure the
.env.example
file with your API secret key and wallet address. - Start Docker on your local machine.
- Run
npm run start
to deploy the engine locally, wait for it to finish. - Visit
http://localhost:3005
in your browser to view the engine, that's it!