POS25
  • πŸ‘‹Welcome to POS25
  • Features
    • πŸ–₯️Offline payment
      • πŸ”³QR code scanning
      • ✨NFC tap to pay
      • πŸ—ƒοΈCard
  • ☁️Online payment
    • πŸ›…Checkout page
    • πŸ’³Card EMV acceptance
    • πŸ”³QR payment
  • Page
  • πŸ“’Contract Addresses
  • API Integration
    • πŸ“ͺAPI
    • 1. Get list chains support
    • 2. Get list of assets support
    • 3. Create link payment (Support QR code)
    • 4. NFC payment
  • SDK Integration
    • πŸ› οΈTypescript SDK
    • πŸ› οΈPython SDK
    • βš™οΈMobile SDK
    • πŸ› οΈHow to use SDK
    • πŸ•ΈοΈChange log
  • Reference documents
    • πŸ–₯️For Developers
  • Terms
  • Privacy
Powered by GitBook
On this page
  • Installing the Typescript SDK
  • Using the TypeScript SDK
  • Additional information
  1. SDK Integration

Typescript SDK

POS25 provides a fully supported Typescript SDK. POS25 strongly encourages you to use the TypeScript SDK for app development whenever possible.

Previous4. NFC paymentNextPython SDK

Last updated 1 year ago

Installing the Typescript SDK

On a terminal run the below command to install the TypeScript SDK from or :

npm install pos25

Or

yarn add pos25

Or

pnpm add pos25

Using the TypeScript SDK

See the for code examples showing how to use the Typescript SDK.

Additional information

πŸ› οΈ
Source
npmjs
Using document
Typescript SDK source code
Typescript SDK at NPM