Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 295 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 295 Bytes

Get Started

Install

> cd /path/to/your/project
> yarn
> yarn start

Scan QR using Expo Go

Supported

// 1. Set up
AbaPayway.miniApp({merchantName: "My Mini App Name"})

// 2. Get Profile
AbaPayway.miniAppGetProfile(function (response) {
    console.log(response)
})