Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

@cryptafriq/react-native-crypto-wallet-sdk

Package Overview
Dependencies
Maintainers
0
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@cryptafriq/react-native-crypto-wallet-sdk

A React Native SDK for integrating cryptocurrency wallet functionality into your mobile apps. This SDK provides a seamless way to handle crypto transactions and wallet management in React Native applications.

  • 0.1.1
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
0
Maintainers
0
Weekly downloads
 
Created
Source

Crypto Wallet SDK

A React Native SDK for integrating cryptocurrency wallet functionality into your mobile apps. This SDK provides a seamless way to handle crypto transactions and wallet management in React Native applications.

Features

  • Easy integration with React Native apps
  • Secure cryptocurrency transactions with industry-standard encryption
  • Customizable UI components that match your app's design
  • Callback URL support for real-time transaction notifications
  • WebView-based secure interface
  • Support for BEP20 tokens on Binance Smart Chain
  • Simple API key authentication

Installation

Using npm

npm install @cryptafriq/react-native-crypto-wallet-sdk

Using yarn

yarn add @cryptafriq/react-native-crypto-wallet-sdk

One more thing

To front load the installation work, let's also install and configure dependencies used by this project, being react-native-webview

run the following command in your project

npm install react-native-webview

or

yarn add react-native-webview

navigate to your iOS folder and run the following command:

cd iOS && pod install && cd ..

for expo applications run:

expo install react-native-webview

Usage

import { CryptoWallet } from 'react-native-crypto-wallet-sdk';

// ...

<CryptoWallet
    apiKey=''
    customerEmail='customer@exapmle.com'
    callbackUrl='https://example.com'
    businessName="business name"
    bussinessLogo="logo url"
/>

Keywords

FAQs

Package last updated on 15 Nov 2024

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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc