Skip to content
This repository has been archived by the owner on Sep 27, 2023. It is now read-only.

Commit

Permalink
@PascalinDe's suggestions
Browse files Browse the repository at this point in the history
  • Loading branch information
ineiti committed Sep 22, 2023
1 parent 265b4ce commit 45b2e01
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 12 deletions.
1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ COPY --from=builder-byzcoin /byzcoin/signup.link .
COPY --from=builder-byzcoin /byzcoin/nodes/config.toml .

FROM lipanski/docker-static-website:latest as web
#FROM python:latest
COPY archive/* ./
COPY --from=builder-omniledger /omniledger/webapp/www/ login/
COPY --from=builder-olexplorer /ol-explorer/www/ ol-explorer/
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# Byzcoin node - ARCHIVED

This repo has been archived and is no longer supporter.
This repo has been archived and is no longer supported.
You can however run this as a demo to run on your local machine.
To run the demo, download the repo and run the `docker-compose.yaml` file:

Expand All @@ -11,7 +11,7 @@ docker compose up -d
open http://localhost:8080
```

Then point your browser to http://localhost:8080
Then point your browser to http://localhost:8080.
The upcoming page gives a short summary of the different tools available
to interact with the byzcoin-blockchain.
The following tools are incorporated:
Expand Down
6 changes: 0 additions & 6 deletions TODO.md

This file was deleted.

6 changes: 3 additions & 3 deletions archive/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ <h1>OmniLedger demo archive</h1>
You can find more information on our blog post here: <a href="https://c4dt.epfl.ch/article/omniledger-2/">OmniLedger</a>.
</p>
<p>
When you typed <code>docker compose up</code>, four nodes started communicating with each other
When you type <code>docker compose up</code>, four nodes start communicating with each other
and awaiting commands from a client.
The first thing you should do is to create a new user connected to the blockchain.
To do this, click on the following link: <span id="signup"></span>.
Expand All @@ -48,8 +48,8 @@ <h5 class="card-subtitle">Login service and handling users</h5>
OmniLedger</a>.
Connecting mobile devices was a bit more complicated, but today's passwordless authentication
services
also involve scanning of QRCodes, like did our solution to
<a href="https://c4dt.epfl.ch/article/matrix-on-mobile/">Login to Matrix on Mobile</a>.
also involve scanning of QRCodes, like our solution to
<a href="https://c4dt.epfl.ch/article/matrix-on-mobile/">Login to Matrix on Mobile</a> did.
The final service we implemented was a
<a href="https://c4dt.epfl.ch/article/omniledger-email-signup-and-recovery/">Signup and Recovery</a>
tool for OmniLedger.
Expand Down

0 comments on commit 45b2e01

Please sign in to comment.