Skip to content

tjbesk/DDK.REGISTRY

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

53 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • TypeScript 99.4%
  • Other 0.6%