β±οΈQuickstart
Learn how to get started with the DDC using the SDK Client library.
Installation
npm install @cere-ddc-sdk/ddc-client --saveyarn add @cere-ddc-sdk/ddc-clientUsage
Create a DdcClient instance
DdcClient instanceimport { DdcClient, TESTNET } from '@cere-ddc-sdk/ddc-client';
const seedPhrase = 'gospel fee escape timber toilet crouch artist catalog salt icon bulb ivory';
const ddcClient = await DdcClient.create(seedPhrase, TESTNET);Create a bucket
Upload a file
Share the file
Last updated
Was this helpful?