UNPKG

ethereum-storage

Version:

Storage protocol built on ethereum using datapoint archetecture and a registry contract for handling royalties.

10 lines 281 B
#!/usr/bin/env node /** * ESP CLI Utilities * * Provides command-line utilities for managing ESP deployments */ declare function showHelp(): void; declare function addLocalhostCommand(): Promise<void>; export { addLocalhostCommand, showHelp }; //# sourceMappingURL=cli.d.ts.map