forked from hyperledger/fabric-chaincode-node
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path_devhelp.html
More file actions
55 lines (53 loc) · 1.08 KB
/
_devhelp.html
File metadata and controls
55 lines (53 loc) · 1.08 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
<!DOCTYPE html>
<html>
<style>
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,700");
html {
font-family: sans-serif;
-ms-text-size-adjust: 100%;
-webkit-text-size-adjust: 100%;
}
body {
margin: 10em;
}
h1 {
font-size: 2em;
color: #333333;
margin: 0.67em 0;
}
a {
color: #2780E3;
text-decoration: none;
}
a:focus,
a:hover {
color: #165ba8;
text-decoration: underline;
}
a:focus {
outline: thin dotted;
outline: 5px auto -webkit-focus-ring-color;
outline-offset: -2px;
}
</style>
<head>
<meta charset="utf-8">
<title>Single Page Apps for GitHub Pages</title>
</head>
<body>
<h1>Fabric Chaincode Developer Help</h1>
<h2>Contract API</h2>
<ul>
<li>
<a href="./fabric-contract-api/coverage/index.html">Code Coverage</a>
</li>
</ul>
<h2>Shim API</h2>
<ul>
<li>
<a href="./fabric-shim/coverage/index.html">Code Coverage</a>
</li>
</ul>
</p>
</body>
</html>