ddk.registry
v1.1.0
Published
DDK shared data on TypeScript
Downloads
1
Readme
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);