UNPKG

gamechanger-dapp-cli

Version:

Command line interface for creating ready to use dApps for Cardano with GameChanger Wallet (https://gamechanger.finance/)

7 lines 258 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = ({ network }) => { //TODO: implement this throw new Error('HTML generation failed. Not implemented yet in ' + network); }; //# sourceMappingURL=html.js.map