1.0.4 • Published 2 years ago

@chia-carbon/core-registry-config v1.0.4

Weekly downloads
-
License
Apache-2.0
Repository
github
Last release
2 years ago

Core Registry Config

npm package used for configuring Core Registry applications.

Example usage

const ConfigManager = require("@chia-carbon/core-registry-config");
const defaultConfig = require("./defaultConfig.json");
const configManager = new ConfigManager(defaultConfig);

const CONFIG = configManager.getConfig();
1.0.4

2 years ago

1.0.3

2 years ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago