USX Transfer Widget

This library facilitates USX transfer functionality on any React app.

Problem

Most Web3 apps are deployed on a single chain, or at most a few. Frequently, users lack funds on a chain that is supported by the app they're using. To use the app, users must transfer funds from a different chain, a process that inconveniently requires them to exit the app's interface and return post-transfer, resulting in a suboptimal user experience.

Solution

This React component library allows app developers to add USX transfer functionality directly on their app by installing the @ax-protocol/widgets library and doing minimal amount of configuration. This allows users to transfer their USX funds from another chain without having to leave the app's interface.

Last updated