@ayanworks/polygon-did-registry-contract
Version:
Smart Contract to register DID on Polygon
8 lines • 401 B
JavaScript
;
var __importDefault = (this && this.__importDefault) || function (mod) {
return (mod && mod.__esModule) ? mod : { "default": mod };
};
Object.defineProperty(exports, "__esModule", { value: true });
const PolygonDidRegistry_json_1 = __importDefault(require("./artifacts/PolygonDidRegistry.json"));
exports.default = PolygonDidRegistry_json_1.default;
//# sourceMappingURL=index.js.map