We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cdd1cc commit bebd9d6Copy full SHA for bebd9d6
README.md
@@ -1,8 +1,9 @@
1
-# Game-of-Life challenge
+# Linera's Game-of-Life challenge
2
3
-## Architecture overview
+This repository contains the source code of the Game-of-Life challenge running on Linera's
4
+testnet "Conway": https://apps.linera.net/gol
5
-See also https://www.notion.so/Game-of-Life-Challenge-24ebf4cdba9c80c98a1ccb9fabf0db04
6
+## Architecture overview
7
8
```mermaid
9
flowchart LR
@@ -39,7 +40,7 @@ flowchart LR
39
40
## Quickstart (backend)
41
42
```ignore
-cargo install linera-storage-service@0.15.3 linera-service@0.15.3
43
+cargo install linera-storage-service@0.15.7 linera-service@0.15.7
44
45
cargo build --release --target wasm32-unknown-unknown
46
0 commit comments