LimeChain / etherlime

Dapp Development framework based on ethers.js
MIT License
185 stars 41 forks source link

Documentation should reflect need to import etherlime-lib and separate npm dependency #250

Closed thegostep closed 5 years ago

thegostep commented 5 years ago

Currently, yarn add etherlime does not import as a sub dependency etherlime-lib.

However, the examples in the documentation do not reflect the need to add etherlime-lib separately.

ochikov commented 5 years ago

Thank you for your feedback. Actually, we provided migration guide and there we included the need of installation of etherlime-lib. We are going to improve also the other pages of the documentation.