latticexyz / mud

MUD is a framework for building autonomous worlds
https://mud.dev
MIT License
724 stars 181 forks source link

Generate World ABI from onchain function signatures #2845

Open yonadaaa opened 4 months ago

yonadaaa commented 4 months ago

We can fetch the function definitions for a given system ID from the FunctionSignatures table and use them to codegen the system ABI.

This can start as a helper function then we can make it a CLI command.