Skip to content

monero-javascript-v0.3.0

Compare
Choose a tag to compare
@woodser woodser released this 05 Jun 13:20
· 542 commits to master since this release

Major release:

  • breaking API changes to create wallets and transactions using configuration objects
  • officially supports fully client-side wallets using WebAssembly bindings to monero v0.16.0.0 'Nitrogen Nebula'
  • runs in Node.js and the browser
  • receives notification of unconfirmed funds within 10 seconds
  • improvements to query transactions, transfers, and outputs
  • added developer guide
  • added architecture diagram
  • major improvements to jsdocs
  • supports HTTPS
  • many other updates