You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,12 +19,12 @@ The assertion and dispute contract (`contracts/tholos`) is implemented, tested,
19
19
- CI (fmt, clippy, tests, wasm build): done
20
20
- Fee-funded reward for uncontested finalizes: not yet (no fee-generating market layer exists to fund it)
21
21
22
-
See [CONTRACT.md](book/src/CONTRACT.md) for the full interface and known gaps,
23
-
[ARCHITECTURE.md](book/src/ARCHITECTURE.md) for design rationale, or
24
-
[INTEGRATION.md](book/src/INTEGRATION.md) if you're building a contract that wants
22
+
See [CONTRACT.md](docs/src/CONTRACT.md) for the full interface and known gaps,
23
+
[ARCHITECTURE.md](docs/src/ARCHITECTURE.md) for design rationale, or
24
+
[INTEGRATION.md](docs/src/INTEGRATION.md) if you're building a contract that wants
25
25
to call into Tholos. Deploying your own instance: see
26
-
[DEPLOYMENT.md](book/src/DEPLOYMENT.md). New to the terminology: see
27
-
[GLOSSARY.md](book/src/GLOSSARY.md).
26
+
[DEPLOYMENT.md](docs/src/DEPLOYMENT.md). New to the terminology: see
27
+
[GLOSSARY.md](docs/src/GLOSSARY.md).
28
28
29
29
## Why
30
30
@@ -43,7 +43,7 @@ stateDiagram-v2
43
43
Resolved --> [*]
44
44
```
45
45
46
-
A bond gets posted, a window gives anyone the chance to dispute it, and if disputed, a resolver committee votes to decide who was right. See [CONTRACT.md](book/src/CONTRACT.md) for the function reference and events, or [ARCHITECTURE.md](book/src/ARCHITECTURE.md) for sequence diagrams of each flow.
46
+
A bond gets posted, a window gives anyone the chance to dispute it, and if disputed, a resolver committee votes to decide who was right. See [CONTRACT.md](docs/src/CONTRACT.md) for the function reference and events, or [ARCHITECTURE.md](docs/src/ARCHITECTURE.md) for sequence diagrams of each flow.
0 commit comments