You're Invited:Meet the Socket Team at RSAC and BSidesSF 2026, March 23–26.RSVP
Socket
Book a DemoSign in
Socket

@coinflowlabs/withdraw-react

Package Overview
Dependencies
Maintainers
1
Versions
3
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@coinflowlabs/withdraw-react

React Component for Coinflow Withdraw

latest
npmnpm
Version
0.1.2
Version published
Maintainers
1
Created
Source

Coinflow Withdraw React

Usage

import {useWallet} from '@solana/wallet-adapter-react';
const wallet = useWallet();

<CoinflowWithdraw wallet={wallet} merchantId='<YOUR MERCHANT ID>' coinflowUrl=''/>;

Props:

  • wallet: The Solana Wallet Adapter Wallet
  • merchantId: Your Merchant ID (Contact Coinflow support for this)
  • coinflowUrl (optional): The base coinflow URL defaults to https://coinflow.cash
    • For testing set to https://staging.coinflow.cash

Keywords

react

FAQs

Package last updated on 02 Nov 2022

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts