touqeeraslam / registery

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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);

About


Languages

Language:TypeScript 99.7%Language:Dockerfile 0.2%Language:Shell 0.0%