1.0.0 • Published 5 years ago
@cere/embedded-wallet-sdk v1.0.0
Embedded Wallet Implementation JS
This is Javascript implementation of the Embedded Wallet
Quick start
- Start development server locally:
nvm exec npm start- Include the bundle in your HTML. Example:
<script src="http://localhost:8111/cereSDK.js"></script>- Now you can access
cereSDKobject
API
init(): Promise\
Parameters:
- appID: string
- integrationPartnerUserId: string
- token?: string
Example:
await cereSDK.init(242, 'sdfsdfsdf3243rfsd');How to build SDK
nvm exec npm run buildHow to deploy
aws s3 sync build/ s3://some-bucket-on-s3 1.0.0
5 years ago