Implementation
Step 1 - Authorize your project
For testing
For production
Step 2 - Packaging
npm install @chainvine/sdkyarn add @chainvine/sdkStep 3 - Initializing the Client
import { ChainvineClient } from '@chainvine/sdk';
const client = new ChainvineClient();Examples
For your Production environment
Examples
Last updated