latticexyz / mud

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

Usability: Autogenerate `createSystemCalls.ts` #3005

Closed qbzzt closed 3 months ago

qbzzt commented 3 months ago

We already know what the system calls are, because we use them when generating IWorld.sol. Why not use that knowledge to generate at least an initial createSystemCalls.ts?

qbzzt commented 3 months ago

We can just remove it.