Skip to content

Releases: mosaicdao/mosaic.js

Mosaic.js 0.10

03 Apr 12:35
9694370
Compare
Choose a tag to compare

[had external security assessment]

Mosaic.js 0.10 provides full access to the Mosaic contracts. It introduces further abstractions to ease facilitation and deployments.

There is an accompanying Mosaic release 0.10.

Notable changes:

  • This library is now provided via npm package @openst/mosaic.js.
  • Now provides a Facilitator class for easier interaction for staking and minting.
  • Now provides contract classes as ContractInteracts to interact with the contracts on the chain.
  • New Setup module simplifies deployment of contracts on chains.
  • ProofGenerator is a new class to generate the required data for Merkle Patricia Proofs.
  • web3 and web3-eth-accounts are now peer dependencies.

Note: Some older methods have been deprecated.

For more details on changes see the changelog.