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 web applications to seamlessly accept crypto payments on Solana and Ethereum Virtual Machine networks, with minimal configuration and overhead.

Collect a payment

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.

LoopConnectPayIn component

Manage payment methods

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.

LoopConnectPaymentMethods component

Try it now

Connect your wallet on a test network below to make a sample payment right now, or visit our code builder application to get the full experience:

Get started

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.


What’s Next

Begin installing the connect package from NPM into your project to get started.