1.0.0 • Published 2 years ago

beken-engine v1.0.0

Weekly downloads
-
License
-
Repository
-
Last release
2 years ago

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: "jhon-doe@mail.com",
		phoneNumber: "081234567890", // optional
		publicKey: "d1a6849c4d1f4daea87740a0d04af27b67090fc16997424fbe12",
		secretKey: "04af27b67090fc16997424fbe12d1a6849c4d1f4daea87740a0d",
	})
}
...