UNPKG

dwnpm

Version:

Decentralized Registry Package Manager (DRPM) helps developers publish, install, find and manage Decentralized Packages (DPKs) published to Decentralized Web Nodes (DWNs). DRPM does this by looking up a Decentralized Identifier (DID) to find its DID docum

36 lines 1.19 kB
export declare const DRPM_REGISTRY_PORT: string; export declare const DRPM_REGISTRY_URL: string; export declare const DRPM_REGISTRY_DIR: string; export declare const DRPM_PROTOCOL_B64URL: string; export declare const DRL_PROTOCOL_PARAM: string; export declare const DRPM_VERSION_PREFIXES: string[]; export declare const DRPM_HOME: string; export declare const DRPM_PROFILE: string; export declare const DRPM_ENCRYPTED_PROFILE: string; export declare const DEFAULT_PASSWORD = "insecure correct horse battery staple"; export declare const DEFAULT_DWN_URL = "https://dwn.drpm.tools"; export declare const DEFAULT_PROFILE: { name: string; dht: { did: undefined; dwnEndpoints: undefined; web5DataPath: undefined; password: undefined; recoveryPhrase: undefined; }; web: { did: undefined; dwnEndpoints: undefined; web5DataPath: undefined; password: undefined; recoveryPhrase: undefined; }; btc: { did: undefined; dwnEndpoints: undefined; web5DataPath: undefined; password: undefined; recoveryPhrase: undefined; }; }; //# sourceMappingURL=config.d.ts.map