diff --git a/templates/repo/blockchain/index.tmpl b/templates/repo/blockchain/index.tmpl
new file mode 100755
index 000000000..a68381b01
--- /dev/null
+++ b/templates/repo/blockchain/index.tmpl
@@ -0,0 +1,112 @@
+{{template "base/head" .}}
+
+ {{template "repo/header" .}}
+
+
+
+
+
{{.i18n.Tr "repo.balance"}}
+
+
+
+
+
+
+ 212
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{.i18n.Tr "repo.issues.filter_sort"}}
+
+
+
+
+
+
+
+
+ {{range .Tasks}}
+
+
+
+
+
+ {{svg "octicon-tasklist" 16}}
+ 项目名字《待补充》
+
+
+
+
+
+ 余额:待补充
+
+
+
+
+ {{svg "octicon-flame" 16}} {{TimeSinceUnix .CreatedUnix $.Lang}}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+{{template "base/footer" .}}
\ No newline at end of file