mirror of
https://github.com/planetmint/planetmint-go.git
synced 2025-03-30 15:08:28 +00:00

``` $ ignite version Ignite CLI version: v0.27.1 Cosmos SDK version: v0.47.3 $ ignite scaffold chain planetmint-go --address-prefix plmt --no-module ``` Signed-off-by: Julian Strobl <jmastr@mailbox.org>
29 lines
890 B
Smarty
29 lines
890 B
Smarty
<!DOCTYPE html>
|
|
<html lang="en">
|
|
<head>
|
|
<meta charset="utf-8" />
|
|
<title>{{ .Title }}</title>
|
|
<link rel="stylesheet" type="text/css" href="//unpkg.com/swagger-ui-dist@3.40.0/swagger-ui.css" />
|
|
<link rel="icon" type="image/png" href="//unpkg.com/swagger-ui-dist@3.40.0/favicon-16x16.png" />
|
|
</head>
|
|
<body>
|
|
<div id="swagger-ui"></div>
|
|
|
|
<script src="//unpkg.com/swagger-ui-dist@3.40.0/swagger-ui-bundle.js"></script>
|
|
<script>
|
|
// init Swagger for faucet's openapi.yml.
|
|
window.onload = function() {
|
|
window.ui = SwaggerUIBundle({
|
|
url: {{ .URL }},
|
|
dom_id: "#swagger-ui",
|
|
deepLinking: true,
|
|
layout: "BaseLayout",
|
|
});
|
|
}
|
|
</script>
|
|
</body>
|
|
</html>
|
|
Footer
|
|
© 2022 GitHub, Inc.
|
|
Footer navigation
|