diff --git a/README.md b/README.md
index 0737ecc..b40aee0 100644
--- a/README.md
+++ b/README.md
@@ -1,31 +1,5 @@
-# bch-wallet-web3-android
-This is a web-based single page app (SPA) written in React. It provides non-custodial wallet features for the Bitcoin Cash blockchain, including support for SLP tokens and NFTs. In includes [CapacitorJS](https://capacitorjs.com/) libraries and configuration so that it can be compiled into a native Android APK file.
-
-- [Live Demo on Filecoin](https://bafybeiheljff4sfsujx2kb4hna7rlotjlmgfftcwtznhzxiltojmc2nkbm.ipfs.dweb.link/)
-- [Live Demo on GitHub Pages](https://permissionless-software-foundation.github.io/bch-wallet-web3-android/)
-- [Download latest APK file](./android/apk/bch-web3-wallet.apk)
-
-## Support
-
-Have questions? Need help? Join our community support
-[Telegram channel](https://t.me/bch_js_toolkit)
-
-## Donate
-
-This open source software is developed and maintained by the [Permissionless Software Foundation](https://psfoundation.cash). If this library provides value to you, please consider making a donation to support the PSF developers:
-
-
-

-
bitcoincash:qqsrke9lh257tqen99dkyy2emh4uty0vky9y0z0lsr
-
-
-## For JavaScript Developers
-
-This is a fork of [react-bootstrap-web3-android](https://github.com/Permissionless-Software-Foundation/react-bootstrap-web3-android), which is a fork of [react-bootstrap-web3-spa](https://github.com/Permissionless-Software-Foundation/react-bootstrap-web3-spa). That boilerplate is used to build a React app using the [react-boostrap library](https://www.npmjs.com/package/react-bootstrap).
-
-Additional documentation:
-- [Developer Documentation](./dev-docs)
-- [Deployment Targets](./deploy)
+# bch-dex-ui-v2
+This is a fork of [bch-wallet-web3-android](https://github.com/Permissionless-Software-Foundation/bch-wallet-web3-android), adapted as a user interface for [bch-dex](https://github.com/Permissionless-Software-Foundation/bch-dex).
## License
[MIT](./LICENSE.md)
diff --git a/package.json b/package.json
index 873739d..e43d396 100644
--- a/package.json
+++ b/package.json
@@ -1,5 +1,5 @@
{
- "name": "bch-wallet-web3-android",
+ "name": "bch-dex-ui-v2",
"version": "1.0.0",
"dependencies": {
"@chris.troutner/react-jdenticon": "1.0.0",
@@ -47,7 +47,7 @@
"@capacitor/clipboard": "4.0.1",
"@capacitor/core": "latest",
"bch-message-lib": "2.2.0",
- "minimal-slp-wallet": "4.6.8",
+ "minimal-slp-wallet": "5.0.3",
"standard": "17.0.0",
"web3.storage": "4.3.0"
},