/registery

Primary LanguageTypeScript

DDK Registry

Before working with the library, you need to initialize it

We can use the next environments:

  • DEVELOPMENT
  • TESTNET
  • MAINNET

Example:

import DDK, { WORKSPACE } from 'ddk.registry';

DDK.initialize(WORKSPACE.MAINNET);