You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 8, 2023. It is now read-only.
When installed as dependency it does not automatically install, compile and generate types, as one would expect to make use of it in a JS/TS project. I'm guessing the authors used npm link to test? This assumption is based on the fact that after npm i @rsksmart/erc677 the dependency misses datagen.js and truffle-config.js.
An ideal fix would run the compilation and test generation upon package installation.