Skip to content

mymonero/mymonero-utils

Repository files navigation

MyMonero

Monorepo to manage MyMonero npm packages

CI Status

⚠️ This project is under heavy development. Expect bugs & breaking changes.

Upgrading from 2.1.x to 2.2.x and 3.x.x

No breaking changes have been made to any packages besides @mymonero/mymonero-monero-client.

For users of @mymonero/mymonero-monero-client, the following changes have been made:

Version 2.2.0 and onwards have changed from having separate MyMoneroClient_WASM.wasm and MyMoneroClient_WASM.js, and now unify the WASM and .js file together.

For webpack users, if you had a script set up to copy the WASM as part of your build process, this should be removed from your webpack.config.js file.

Otherwise, any users of the mymonero-monero-client library should not need to change anything on their side unless you were loading the WASM using a custom method different to our documentation.

While we've made every effort to remain backwards compatible, please let us know if you experience any issues.

Production Releases

For information pertaining to how each release is created, please refer to RELEASES.md in the "docs" folder

Packages

Package Version
@mymonero/mymonero-app-bridge MyMonero App Bridge
@mymonero/mymonero-bigint MyMonero BigInt
@mymonero/mymonero-bridge-utils MyMonero Bridge Utils
@mymonero/mymonero-cryptor MyMonero Cryptor
@mymonero/mymonero-currencies MyMonero Currencies
@mymonero/mymonero-exchange-js MyMonero Exchange
@mymonero/mymonero-hosted-api MyMonero Hosted Api
@mymonero/mymonero-keyimage-cache MyMonero Key Image Cache
@mymonero/mymonero-locales MyMonero Locales
@mymonero/mymonero-kws-client MyMonero LWS Client
@mymonero/mymonero-monero-client MyMonero Monero Client
@mymonero/mymonero-monero-config MyMonero Monero Config
@mymonero/mymonero-money-format MyMonero Money format
@mymonero/mymonero-net-service-utils MyMonero Net Service Utils
@mymonero/mymonero-nettype MyMonero Net Type
@mymonero/mymonero-openalias MyMonero Open Alias
@mymonero/mymonero-page-templates MyMonero Page Templates
@mymonero/mymonero-paymentid-utils MyMonero PaymentID Utils
@mymonero/mymonero-request-utils MyMonero Request Utils
@mymonero/mymonero-response-parser-utils MyMonero Response Parser Utils
@mymonero/mymonero-sendfunds-utils MyMonero Send Funds Utils
@mymonero/mymonero-tx-parsing-utils MyMonero TX Parsing Utils
@mymonero/mymonero-wallet-manager MyMonero Wallet Manager
@mymonero/mymonero-web-components MyMonero Web Components
@mymonero/mymonero-yat-lookup MyMonero Yat Lookup

About

A collection of npm packages providing the core functionality to the web, desktop, and android apps

Resources

Stars

Watchers

Forks