beken-engine
v1.0.0
Published
Popular Products is an additional creative product service for application providers. With Popular Products, you can now add a variety of powerful products from Popular Products to your application.
Downloads
1
Readme
Beken Engine
Popular Products is an additional creative product service for application providers. With Popular Products, you can now add a variety of powerful products from Popular Products to your application.
Installation
npm install @ibnusurkati/beken-engine
// OR
yarn add @ibnusurkati/beken-engine
Usage
import bekenEngine from '@ibnusurkati/beken-engine'
...
const openBeken = () => {
bekenEngine.open({
uuid: "0ea59ac5-c3fa-4c3d-bd3e-a5708cc09445",
name: "Jhon Doe", // optional
email: "[email protected]",
phoneNumber: "081234567890", // optional
publicKey: "d1a6849c4d1f4daea87740a0d04af27b67090fc16997424fbe12",
secretKey: "04af27b67090fc16997424fbe12d1a6849c4d1f4daea87740a0d",
})
}
...