Releases: mosaicdao/mosaic.js
Releases · mosaicdao/mosaic.js
Mosaic.js 0.10
[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
ContractInteract
s 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
andweb3-eth-accounts
are now peer dependencies.
Note: Some older methods have been deprecated.
For more details on changes see the changelog.