mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-19 19:25:51 +00:00
xumm ----> Xaman
This commit is contained in:
@@ -16,7 +16,7 @@ This week on Developer Reflections, we’re 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.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -20,7 +20,7 @@ Since our previous coverage on the project, XRP Toolkit has seen more hardware w
|
||||
|
||||

|
||||
|
||||
XRP Toolkit is used by thousands of [Bifrost Wallet](https://bifrostwallet.com/), [Xumm](https://xumm.app/), [Keystone](https://keyst.one/), [D’CENT](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/), [D’CENT](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.
|
||||
|
||||

|
||||
|
||||
|
||||
@@ -10,17 +10,17 @@ theme:
|
||||
---
|
||||
# Developer Reflections: Zoetic
|
||||
|
||||
This week on Developer Reflections, we’re 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, we’re 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.
|
||||
|
||||

|
||||
|
||||
|
||||
Reference in New Issue
Block a user