latticexyz / mud

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

add docs for generating abi json for abi-ts #1829

Open holic opened 1 year ago

holic commented 1 year ago

we didn't mention in abi-ts readme that you need to generate ABI outputs with forge first:

extra_output_files = [
  "abi"
]

we should also add a command to run directly from npm e.g. npx @latticexyz/abi-ts

btwshivam commented 1 year ago

I want to work on it assign me!