started ethereum smart contract for darkID

This commit is contained in:
arnaucode
2018-01-10 01:07:29 +01:00
parent e54d94c748
commit 9770437d3f
4 changed files with 39 additions and 12 deletions

View File

@@ -1,7 +1,7 @@
/*@font-face {
@font-face {
font-family: Elianto;
src: url('../fonts/Elianto/Elianto-Regular.otf');
}*/
src: url('../fonts/Elianto/Elianto.otf');
}
body {
/*background: #15191e!important;*/
@@ -24,7 +24,7 @@ h1, h2, h3, h4, h5, h6 {
font-family: 'Overpass Mono', monospace!important;
}
.navbar-brand, .card-title {
.navbar-brand, .card-title, .navbar-nav {
font-family: 'Overpass Mono', monospace!important;
}
.btn {

View File

@@ -10,11 +10,15 @@
<a class="navbar-brand" href="#!/" title="darkID">
<img src="img/darkID-logo-white.png" style="width:30px;height:30px;display:inline;" alt=""> darkID
</a>
<a class="navbar-brand" href="#!/stats" title="Stats">
Stats
</a>
</div>
<div class="navbar-collapse collapse navbar-responsive-collapse">
<ul class="nav navbar-nav">
<li>
<a href="#!/stats" title="Stats">
<i title="Server" class="fa fa-bar-chart fa-1x"></i> Stats
</a>
</li>
</ul>
<ul class="nav navbar-nav navbar-right">
<li>
<a title="serverIDsigner">

View File

@@ -1,5 +1 @@
# serverIDsign
- The server where the user creates a non anonymous account
- Also is the server that blind signs the Anonymous ID of the users
- Have the webapp (frontend) to interact through a GUI interface
# clientApp