A soft fork of Urbit core's %eth-watcher agent for more general use cases.
Thanks to @ryjm (~littel-wolfur) and @rabsef-bicrym (~rabsef-bicrym) for their
work on %make, the starting
point for this project.
Make sure the following dependencies are installed on your development machine:
All of the following commands assume that the current working directory is this repository's base directory. Also, before running any development commands, you first need a running Urbit ship. Deploy one on your local machine with:
durploy ship zodIn order to continuously test back-end code changes as they're made, run:
durploy desk -w zod fund ./out/desk/To generate a new full desk from the existing base desk, run the following command:
make deskTo deploy a new desk onto your development ship, run:
make ship-desk IN_SHIP=zodTo perform a versioned release:
make release IN_SHIP=zod IN_RVER=X.Y.Z