Skip to content

monero-javascript-v0.1.0

Compare
Choose a tag to compare
@woodser woodser released this 06 Sep 15:38
· 3159 commits to master since this release

Release Notes

  • Added multisig support
  • Updated entire library to be current with Java and C++ counterparts
  • Added sample browser application
  • Published as a NPM module

This release makes breaking changes to the wallet API. Specifically, in order to support multisig, the return type when sending transactions is now a MoneroTxSet which contains references to individual transactions, rather than returning the transactions directly.