Javascript/Typescript SDK Now Available!
We’re thrilled to announce a new addition to our suite of tools is now available.
With this new server-side Javascript/Typescript SDK, you can:
- Simplify your development process with intuitive Javascript and Typescript support.
- Easily access a wide range of blockchain functionalities.
- Speed up your project timelines with our user-friendly guide and examples.
After initialization, you can start using functions from the exposed API for Products, Wallet, NFT, and Pay, giving you more flexibility and control over your blockchain integrations.
Initialising the API
1/*Import SDK*/
2import { Venly } from '@venly/venly-core-sdk'
3
4/*INITIALIZE SDK*/
5const clientId: string = 'YOUR_CLIENT_ID_HERE';
6const clientSecret: string = 'YOUR_CLIENT_SECRET_HERE';
7const sdkEnvironment: VyEnvironment = VyEnvironment.Sandbox;
8
9Venly.initialize(clientId, clientSecret, sdkEnvironment);
For a deeper dive, check out our JS/TS SDK documentation.
As always, we’re here to help. If you have any questions or need support, don’t hesitate to reach out.