This is the deprecated Lilypad v1. See https://github.com/bacalhau-project/lilypad for v2. Previous FEVM-Bacalhau bridge (v0): https://github.com/bacalhau-project/lilypad-v0
one day it would also be nice to have docs for how to add new modules, a bit like
YOU MUST MAKE THEM DETERMINISTIC - see this for AI/ML, otherwise, just make sure you always return the same output with the same input, don't log timestamps in the output, read from /dev/random, be careful with concurrency, map iteration order in go etc
one day it would also be nice to have docs for how to add new modules, a bit like