latticexyz / mud

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

Helpers that fetches system code from offchain verifier #2846

Open yonadaaa opened 4 months ago

yonadaaa commented 4 months ago

Given a system address, we can fetch its Solidity code from a verifier such as Sourcify. With the code, users can then run mud build to generate the system interface and ABI.

Along with https://github.com/latticexyz/mud/issues/2845 this can be a default option for a mud init command