Skip to main content

SDKs

We currently provide JS SDKs for the frontend (Web, ReactNative) and backend (NodeJS) to easily work with the Vezgo APIs. Both the frontend and backend SDK are based on the same source code, and have the same usage, except for a little difference in authentication.

Github: https://github.com/wealthica/vezgo-sdk-js

NPMJS: https://www.npmjs.com/package/vezgo-sdk-js

Browser build: https://unpkg.com/vezgo-sdk-js/dist/wealthica.js. IMPORTANT: This drop-in URL always points to the latest version, which may contain breaking changes. It is recommended to include the dist build in your frontend build system or use a specific version URL, for example https://unpkg.com/vezgo-sdk-js@1.0.3/dist/vezgo.js.

Vezgo Example project: https://github.com/wealthica/vezgo-sdk-js/tree/master/example