+
+
+
+
+
+
+
+
+
+
+[![discord](https://img.shields.io/badge/join-dojo-green?logo=discord&logoColor=white)](https://discord.gg/PwDa2mKhR4)
+![Github Actions][gha-badge] [![Telegram Chat][tg-badge]][tg-url]
+
+[gha-badge]: https://img.shields.io/github/actions/workflow/status/dojoengine/dojo/ci.yml?branch=main
+[tg-badge]: https://img.shields.io/endpoint?color=neon&logo=telegram&label=chat&style=flat-square&url=https%3A%2F%2Ftg.sumanjay.workers.dev%2Fdojoengine
+[tg-url]: https://t.me/dojoengine
+
+
+# Dojo: The Provable Game Engine
+
+**Dojo is a community driven open-source, Provable Game Engine, providing a comprehensive toolkit for building verifiable games and autonomous worlds.**
+
+### Packages
Monorepo for the [dojo engine](https://www.dojoengine.org/en/) npm packages.
@@ -17,12 +44,15 @@ curl -fsSL https://bun.sh/install | bash
### Development
-From the root to install all the packages deps.
+From the root to install all the packages deps
```
bun install
```
-This will watch for local changes made to the package and compile, which will be reflected in the example.
+### Building packages
+
+Navigate to a package and run the following. This will launch bun and watch for local changes, automatically compiling and updating.
+
```
bun run build --watch
```