dethcrypto/eth-sdk

Is there a way to set the working folder? (for abi and such)

ShravanSunder opened this issue · 2 comments

when you use ethsdk : yarn eth-sdk -p ./src/config
even if you specify the output folder, eth-sdk generates the abi folder in the same folder the file is located. I the output folder is only used for types.

ideally, I would like all generated files in a generated folder that is specified in config including

  • abi
  • output files
  • temporary files

Thanks for the great lib! 🙇🏾

There is no way to configure it right now. But we are open for adding such feature.

that would be great