xumm ----> Xaman

This commit is contained in:
akcodez
2024-08-13 10:31:19 -07:00
parent bc79f137e9
commit 075eeecf86
27 changed files with 56 additions and 118 deletions

View File

@@ -16,7 +16,7 @@ This week on Developer Reflections, were proud to highlight [ChiSpend](https:
ChiSpend (also known as Unispend) supports various blockchains and their native tokens, including the XRP Ledger, Polygon, Ethereum, Celo, and BNB Chain. Users can pay directly from their non-custodial wallets to buy real products like gift cards, send money via the Mobile Money integration, and send Airtime (prepaid minutes) to friends and family around the world. ChiSpend also supports the spending of block rewards, DeFi earnings, yield farming gains, and more.
The development team behind ChiSpend has prioritized ease-of-use for other developers via simple APIs that enhance existing mobile or web apps, games, wallets, or other on/off-chain projects. The project which is now live on Mainnet was built using `rippled`. Since launch, they have processed over $50,000 worth of transactions in XRP and other tokens. The app is also live on XUMM.
The development team behind ChiSpend has prioritized ease-of-use for other developers via simple APIs that enhance existing mobile or web apps, games, wallets, or other on/off-chain projects. The project which is now live on Mainnet was built using `rippled`. Since launch, they have processed over $50,000 worth of transactions in XRP and other tokens. The app is also live on Xaman.
![Screenshot: ChiSpend](/blog/img/dev-reflections-chispend.png)

View File

@@ -20,7 +20,7 @@ Since our previous coverage on the project, XRP Toolkit has seen more hardware w
![Screenshot: XRP Toolkit Trade tab](/blog/img/dev-reflections-xrp-toolkit-trade-tab.png)
XRP Toolkit is used by thousands of [Bifrost Wallet](https://bifrostwallet.com/), [Xumm](https://xumm.app/), [Keystone](https://keyst.one/), [DCENT](https://dcentwallet.com/), and [Ledger](https://www.ledger.com/) hardware wallet users to access advanced XRP Ledger features, such as limit orders, cross-currency payments, escrows, trust lines, and account settings.
XRP Toolkit is used by thousands of [Bifrost Wallet](https://bifrostwallet.com/), [Xaman](https://xaman.app/), [Keystone](https://keyst.one/), [DCENT](https://dcentwallet.com/), and [Ledger](https://www.ledger.com/) hardware wallet users to access advanced XRP Ledger features, such as limit orders, cross-currency payments, escrows, trust lines, and account settings.
![Screenshot: XRP Toolkit Account tab](/blog/img/dev-reflections-xrp-toolkit-account-tab.png)

View File

@@ -10,17 +10,17 @@ theme:
---
# Developer Reflections: Zoetic
This week on Developer Reflections, were proud to highlight [Zoetic](https://zoetic.xurlpay.org/), a complete and working application example for making xApps using ReactJS, Tailwinds CSS, and the Xumm "Universal" SDK.
This week on Developer Reflections, were proud to highlight [Zoetic](https://zoetic.xurlpay.org/), a complete and working application example for making xApps using ReactJS, Tailwinds CSS, and the Xaman "Universal" SDK.
<!-- BREAK -->
Zoetic is a proof of concept for a Xumm app demonstrating the concept of "Hybrid xApps", which are xApps that have the following authentication modes:
Zoetic is a proof of concept for a Xaman app demonstrating the concept of "Hybrid xApps", which are xApps that have the following authentication modes:
* xApp - Xumm apps are authenticated by using the application inside the Xumm mobile app and the Xumm API via the xAppToken generated by the Xumm app.
* xApp - Xaman apps are authenticated by using the application inside the Xaman mobile app and the Xaman API via the xAppToken generated by the Xaman app.
* Browser OAuth2 - xApps can also be authenticated by the user via a browser-based OAuth2 flow. This is the most common way to authenticate a web app.
The project includes all implementations required to run a Xumm app, a browser-based OAuth2 flow, and a server side JWT backend. The project is a simple FastAPI app that can be run locally or deployed to a server. The app is a simple stub that can be used to build any new xApp, as a ReactJS app that can be built and deployed to a server, or as a static site.
The project includes all implementations required to run a Xaman app, a browser-based OAuth2 flow, and a server side JWT backend. The project is a simple FastAPI app that can be run locally or deployed to a server. The app is a simple stub that can be used to build any new xApp, as a ReactJS app that can be built and deployed to a server, or as a static site.
![Screenshot: Zoetic app](/blog/img/dev-reflections-zoetic.png)