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
> The Codex project aims to create a decentralized durability engine that
4
-
> allows persisting data in p2p networks. In other words, it allows storing
5
-
> files and data with predictable durability guarantees for later retrieval.
3
+
> The Codex project aims to create a decentralized durability engine that allows persisting data in p2p networks. In other words, it allows storing files and data with predictable durability guarantees for later retrieval.
6
4
7
5
> WARNING: This project is under active development and is considered pre-alpha.
8
6
@@ -26,8 +24,7 @@ To build the project, clone it and run:
26
24
make update && make
27
25
```
28
26
29
-
The executable will be placed under the `build` directory under the project
30
-
root.
27
+
The executable will be placed under the `build` directory under the project root.
31
28
32
29
Run the client with:
33
30
@@ -38,145 +35,19 @@ build/codex
38
35
39
36
It is possible to configure a Codex node in several ways:
library, which allows great flexibility in working with logs.
161
-
Chronicles has the concept of topics, which categorize log entries into
162
-
semantic groups.
163
-
164
-
Using the `log-level` parameter, you can set the top-level log level like
165
-
`--log-level="trace"`, but more importantly, you can set log levels for
166
-
specific topics like `--log-level="info; trace: marketplace,node; error: blockexchange"`,
167
-
which sets the top-level log level to `info` and then for topics
168
-
`marketplace` and `node` sets the level to `trace` and so on.
169
-
170
-
### Guides
45
+
## Guides
171
46
172
47
To get acquainted with Codex, consider:
173
-
* running the simple [Codex Two-Client Test](docs/TwoClientTest.md) for
174
-
a start, and;
175
-
* if you are feeling more adventurous, try
176
-
[Running a Local Codex Network with Marketplace Support](docs/Marketplace.md)
177
-
using a local blockchain as well.
48
+
* running the simple [Codex Two-Client Test](https://docs.codex.storage/learn/local-two-client-test) for a start, and;
49
+
* if you are feeling more adventurous, try [Running a Local Codex Network with Marketplace Support](https://docs.codex.storage/learn/local-marketplace) using a local blockchain as well.
178
50
179
51
## API
180
52
181
-
The client exposes a REST API that can be used to interact with the clients.
182
-
Overview of the API can be found on [api.codex.storage](https://api.codex.storage).
53
+
The client exposes a REST API that can be used to interact with the clients. Overview of the API can be found on [api.codex.storage](https://api.codex.storage).
0 commit comments