ergoplatform / ergo-js

JS library for Ergo integration
MIT License
17 stars 3 forks source link

Export sign function #27

Closed gagarin55 closed 4 years ago

gagarin55 commented 4 years ago

This PR consists of following changes:

  1. Bump version to 1.7.0
  2. It exports signMsg and verify functions to allow signing outside of package
  3. Used randombytes package to be compatible with nodejs and browsers env.
  4. Webpack config produce index.js for nodejs env
  5. Jest runs tests in nodejs env

Please, any concerns or comments appreciated.