Skip to content

tocwex/chain-watcher

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

%chain-watcher

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.

Build/Develop

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 zod

Development Workflows

In order to continuously test back-end code changes as they're made, run:

durploy desk -w zod fund ./out/desk/

Deployment Workflows

To generate a new full desk from the existing base desk, run the following command:

make desk

To deploy a new desk onto your development ship, run:

make ship-desk IN_SHIP=zod

To perform a versioned release:

make release IN_SHIP=zod IN_RVER=X.Y.Z

About

Urbit-native Ethereum indexing and programmable side-effects

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • hoon 91.0%
  • Makefile 9.0%