gnidan / abi-to-sol

Generate Solidity interface from ABI JSON
https://gnidan.github.io/abi-to-sol
MIT License
324 stars 51 forks source link

Update README to remove npx support #83

Closed gnidan closed 2 years ago

gnidan commented 2 years ago

Using npx abi-to-sol without prior installation now appears to fail to invoke prettier correctly, as described by @gosuto-inzasheru in #67.

After trouble finding a quick way to fix this, this PR instead simply removes support for this interface, since the web UI suffices as a quickstart instead. Installing and running abi-to-sol does not seem to have these same problems, even with npx abi-to-sol after installation.