1.0.12 • Published 1 year ago

@cenoa/waas-js-sdk v1.0.12

Weekly downloads
-
License
MIT
Repository
-
Last release
1 year ago

Cenoa WaaS JS SDK

This article documents how to integrate your server-side services with Cenoa in order to offer Cenoa Wallet products.

Overview

Simply just import the SDK into your TypeScript based project by following the instructions below. Currently, the SDK is only available in JS/TypeScript but we are working on supporting other environments (Java, Phyton, etc.)

Prerequisites

In order to start integrating Cenoa Wallet as a Service, contact your Cenoa sales representative to get the following items:

  • API key
  • API secret

Those key pairs are going to be delivered to you via a secure portal and you need to keep them in a safe place.

💡 Important

NEVER expose API key or API secret in the client code (mobile app or website etc.)

Setting up the SDK

import CenoaWaaSSDK from '@cenoa/waas-js-sdk';

CenoaWaaSSDK.init({
  apiKey: string, // '[YOUR_API_KEY]'
  apiSecret: string, // '[YOUR_API_SECRET]'
  environment: 'production' | 'sandbox';
});
1.0.11

1 year ago

1.0.10

1 year ago

1.0.12

1 year ago

1.0.9

1 year ago

1.0.8

1 year ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago