LoopConnect library

🚧

Version 0.7.x

The specifications in this document apply to @loop-crypto/connect version 0.7.x and greater

Loop Connect is a library that provides UI and tooling for React-based applications to seamlessly accept crypto payments on Solana and Ethereum Virtual Machine networks, with minimal configuration and overhead.

The LoopConnectPayIn widget allowing wallet connection and network/token selection

Drop the "PayIn" component into your application and users will be able to connect their favorite wallet, select a payment token and authorize a transfer of funds directed to your specified treasury wallet.

Use the "PaymentMethods" component to allow your users to manage new and existing payment methods, including updating authorization and changing your default payment method for future payments.

While not required, you can also extend the connect library's functionality, as it pairs seamlessly with the Loop Crypto API, to go beyond payment collection, allowing you to make crypto an integral part of your business' success.

To configure Loop Connect and get paid in the minimum number of steps, complete the following three steps:

  1. Install the package
  2. Initialize with your credentials
  3. Add the PayIn component

📖

You may want to have a look at our Quickstart example to get an overview of the minimum implementation before diving in.