Guide material for Movement Hackathons and generally for beginners looking to start projects.
This repository can be used as a guide for learning movement
or as a template for creating a movement
project.
To use this repository as a guide, visit hack.movementlabs.xyz or serve the mdBook
located in the /book
directory.
To use this repository as a template for setting up a movement
project, run cargo generate -a movementdev/movement-hack
.
When using the containerization features, you may either simply attach to the movement-dev
devcontainer from VS Code or run the below to reproduce similar behavior:
docker image pull mvlbs/m1
docker run -it -v "$(pwd):/workspace" mvlbs/m1 /bin/bash
- The easiest way to work on this repository, whether for contributions or your own fork, is to leverage the
devcontainer
extension in VsCode and use themaintainer
container. - Within the
maintainer
container, to serve themdBook
use callmdBook serve
from thebook
directory.