witnet / elliptic-curve-solidity

Elliptic Curve arithmetic operations written in Solidity
MIT License
166 stars 40 forks source link

NPM Package #37

Open mhrynenko opened 1 year ago

mhrynenko commented 1 year ago

Hi!

Nice library to use, I really enjoy it, but could you update npm package with contracts, because there is still contract with >=0.5.3 <0.7.0 solidity version. It will be nice to use the most up to date lib

Thanks for your time!

raulk commented 3 months ago

We're using a GitHub dependency declaration in package.json to import the Solidity v0.8.0 compatible version of this library, given that no package has been published to a registry yet.

"elliptic-curve-solidity": "github:witnet/elliptic-curve-solidity#3475478",