Resmic
  • Resmic SDK
    • 👋Introduction
      • ðŸŠķOverview
    • ðŸ’ŦGetting Started
      • 🏃Installation
      • ðŸ‘ūUsage
        • CryptoPayment
        • For Starknet
        • For EVM
      • 📃Reference
    • 💁Support
      • ⛓ïļBlockchain
      • 🊙Tokens
      • 💰Wallets
    • 🊄Demo
      • Sample React app
    • 📰Whitepaper
      • Github
    • 🛂Contact
  • Resmic Pro
    • Introduction to Resmic Pro
    • Getting Started
    • API Authentications & Security
    • Payment Integration
    • Order Status
    • Transaction Details
    • Webhooks & Notifications
    • Supported Chains & Tokens
    • iFrame
    • Demo
      • Sample React app
    • Failed Transactions & Stuck Payments
    • Contact
  • Quick Payments
    • 🔗Quick Links
      • âœĻGetting Started
      • ðŸĪSharing Quick Links
      • 🚧Errors
    • Invocie
Powered by GitBook
On this page
  • Starknet Reference
  • EVM Reference
  1. Resmic SDK
  2. Getting Started

Reference

Props for component

Starknet Reference

Props
Type
Required
Description

Address

String

Yes

Wallet address to accept crypto funds.

Tokens

Array

Yes

Array of Tokens that you want to accept payment from Starknet blockchain.

Amount

Int

Yes

Amount of value in USD ($) you want to accept

Style

CSS

No

CSS styling for the display button

(Optional)

EVM Reference

Props
Type
Required
Description

Address

String

Yes

Wallet address to accept crypto funds.

Chains

Array

Yes

Array of Blockchains that you want to accept payments in.

Tokens

Array

Yes

Array of Tokens that you want to accept payment in.

Amount

Int

Yes

Amount of value in USD ($) you want to accept

setPaymentStatus

bool

yes

Returns boolean payment status after the payment by user

noOfBlockConformation

Int

No

No of blocks to wait for the payment conformation (Optional)

Style

CSS

No

CSS styling for the display button

(Optional)

PreviousFor EVMNextSupport

Last updated 1 year ago

ðŸ’Ŧ
📃