Skip to content

bitfashioned/xrpl-proxxy-demo

Repository files navigation

Shredexx

This repo started as a fork of the Xumm SDK React Demo, found here.

This is a demo of using the Xumm wallet to sign a XRP payment and submitting it to the XPRL over the cMix mixnet from xx network.

The xx network provides a library called xxDK to interact with the cMix mixnet. This library is written in golang, but it includes bindings to wasm, which can be used in a browser. This demo uses the xxDK WASM binary and starts a WASM runner to connect to the mixnet directly from the webapp. This allows for generic data passing over the mixnet, which completely delinks the sender from receiver, protecting user's metadata (timestamps, IP address, etc...).

Data sent over cMix is stored in gateways, and xxDK handles automatically picking up data from gateways. This is useful for a client-side only app, for example a messaging app, where both ends of the communication are users. In the case of interacting with a blockchain, the receiver is a JSON-RPC HTTP server. This way, in order to support blockchain interactions, xx network's team built a service called Proxxy. This service is a simple API for sending requests to supported blockchain networks over cMix to a relay server, which then submits the request to the desired blockchain.

This demo includes a Proxxy client that uses the xxDK WASM in order to communicate with the relay server, directly from the webapp. This is the first instance of using Proxxy this way, since previously it was necessary to have this client embedded into a desktop app.

Running the demo

To run the demo, use npm to install dependencies, build the vite react app, and then start a local development server.

npm i
npm run build
npm run dev

Improvements

The XUMM SDK interacts with the XUMM wallet backend. In order to provide maximal privacy to users, these interactions should also be sent over cMix.

Major UI/UX improvements are also expected, and integration with the XRPL DEX.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published