Skip to content

Commit

Permalink
Update broken link and docs errors (#36)
Browse files Browse the repository at this point in the history
  • Loading branch information
EricNorberg authored Nov 16, 2024
1 parent b053b89 commit 34040ba
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions docs/build-with-0g/da-integration.md
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ Run the following script for complete testing:

## DA Retriever Node Installation

**1. Clone the DA Retriver Node Repo:**
**1. Clone the DA Retriever Node Repo:**

```bash
git clone https://github.com/0glabs/0g-da-retriever.git
Expand Down Expand Up @@ -300,7 +300,7 @@ COPY --from=builder /0g-da-retriever/run/config.toml ./run/config.toml
CMD ["/usr/local/bin/retriever"]
```

Replace the Config impl in /retriver/src/config.rs with the following:
Replace the Config impl in /retriever/src/config.rs with the following:
```bash
impl Config {
pub fn from_cli_file() -> Result<Self> {
Expand Down Expand Up @@ -345,4 +345,4 @@ docker run -d --name 0g-da-retriever -p 34005:34005 0g-da-retriever
```
</TabItem>
</Tabs>
</Tabs>
8 changes: 4 additions & 4 deletions docs/build-with-0g/storage-cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import TabItem from '@theme/TabItem';

The 0G Storage CLI acts as your gateway to interact directly with the 0G Storage network. It simplifies the process of uploading and downloading files, as well as managing other aspects of your decentralized storage experience.

If you want more control on the data location and versioning, you can use 0G Storage CLI. This section introduces the 0G Storage CLI in detail, including subcommands for storage and kv operations, in order for users to use through the terminal. you can develop your own scripts, e.g. regular log uploading cron jobs, with the CLI tool.
If you want more control on the data location and versioning, you can use 0G Storage CLI. This section introduces the 0G Storage CLI in detail, including subcommands for storage and kv operations, in order for users to use through the terminal. You can develop your own scripts, e.g. regular log uploading cron jobs, with the CLI tool.

### 0G Storage Web Tool

If you want a sample web based tool to upload and download your files and directories, The first simple and straightforward way is to use the [Web Tool](https://storagescan-newton.0g.ai/tool).
If you want a sample web based tool to upload and download your files and directories, the first simple and straightforward way is to use the [Web Tool](https://storagescan-newton.0g.ai/tool).


## Installation
Expand All @@ -28,7 +28,7 @@ git clone https://github.com/0glabs/0g-storage-client.git

**Build the Source Code**

Command to compiles the Go code into an executable binary called `0g-storage-client`, which you will use to run the CLI commands. Make sure you install go first
Command to compile the Go code into an executable binary called `0g-storage-client`, which you will use to run the CLI commands. Make sure you install Go first

```bash
cd 0g-storage-client
Expand Down Expand Up @@ -86,7 +86,7 @@ The command-line help listing is reproduced below for your convenience. The same

**File Upload**

uploads a file to the 0G Storage network.
Uploads a file to the 0G Storage network.
```bash
./0g-storage-client upload --url <blockchain_rpc_endpoint> --contract <log_contract_address> --key <private_key> --node <storage_node_rpc_endpoint> --file <file_path>
```
Expand Down
2 changes: 1 addition & 1 deletion docs/da/og-da.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ This is a key mechanism that allows for the system to scale infinitely while mai
<img src="/img/consensus process.png" alt="consensus process Image" style={{maxWidth: '100%'}} />
</div>
<br />
**Getting started:** [link to guide]('.../run-a-node/da-node')
**Getting started:** [link to guide](.../run-a-node/da-node)

## Use Cases

Expand Down
6 changes: 3 additions & 3 deletions docs/node-sale/faq/faq.md
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ https://node.0gfoundation.ai/
### How do I purchase AI Alignment Nodes?
See the step by step guide [here](docs/node-sale/details/purchasing-nodes.md).
### Who can participate in the Node Sale?
The 0G AI Alignment Node Sale is open to community members in eligible regions who meet the necessary criteria. Please review all disclaimers and important details regarding the 0G Node Sale by visiting our disclaimer [here](https://0gfoundation.ai/disclaimer). Only persons who meet the requirements for the sale are allowed to participate. KYC will be required from the purchaser before any receival of rewards.
The 0G AI Alignment Node Sale is open to community members in eligible regions who meet the necessary criteria. Please review all disclaimers and important details regarding the 0G Node Sale by visiting our disclaimer [here](https://0gfoundation.ai/disclaimer). Only persons who meet the requirements for the sale are allowed to participate. KYC will be required from the purchaser before any receipt of rewards.
### Are Whitelist and Public Allocations Separate?
The whitelist allocation is independent and will not be rolled over to the public sale. The **Whitelist Sale** opens November 11, 2024, at 12 PM UTC. The sale will be denominated in USDC on Arbitrum, and only whitelisted participants may purchase nodes during this phase. The **Public Sale** opens November 13, 2024, at 12 PM UTC, is denominated in USDC on Arbitrum, and is available to all users, subject to geographic and regulatory restrictions. Please see our disclaimer for more information.
![0g-node-sale-timeline-1600x900px](https://github.com/user-attachments/assets/dd6746d7-a102-43f3-9a1f-ae33d0ca7f72)
Expand Down Expand Up @@ -44,15 +44,15 @@ After the node sale period is completed, node licenses will be distributed as an
### What will I receive from participating in the node sale?​
You will receive a soulbound NFT (ERC-721) which represents your Node License. The NFTs will be minted and transferred to your wallet after the conclusion of the node sale. You will be able to operate the node after 0G Mainnet is live.

### Will the NFTs be transferrable?
### Will the NFTs be transferable?
The Alignment Node license gives buyers lifetime access. The NFTs will be non-transferable for the first year after the node sale.

## Node Operations
### What are the hardware requirements?​
0G Foundation’s AI Alignment nodes are designed for adoption - they can be run on community members’ laptops, desktops, mobiles, or even on cloud instances.
As for device requirements, the configuration needed is very minimal:
- 64MB RAM
- 1 X86 CPU Cores @2.1GHz
- 1 x86 CPU Core @2.1GHz
- 10GB Disk Space
- 10Mbps Internet Connection

Expand Down
2 changes: 1 addition & 1 deletion docs/node-sale/intro/intro.md
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ The objective of 0G Foundation: The 0G Foundation’s node sale aims to create a
## What is an AI Alignment Node?
Alignment nodes provide the key utility of monitoring whether the other kinds of decentralized nodes in the 0G network - validator nodes, storage nodes, security nodes - faithfully follow network protocols. To start, the nodes will have certain utility, and in the near future, AI Alignment Nodes will have additional utility to monitor on-chain AI model drift and to ensure that 0G’s on-chain AI is behaving as intended.

To sustain the node utility operation and allow the network to be further secured, Alignment Node owners may receive a portion of the fees collected by the network by operating the nodes and contributing work to the 0G network. Node sale participants and stakers (i.e., long term believers who secure the ecosystem) may get additional rewards from the 0G ecosystem over time. 0G node sale will be a launch that enables the community to participate on an equal playing field with entry points within multiple tiers.
To sustain the node utility operation and allow the network to be further secured, Alignment Node owners may receive a portion of the fees collected by the network by operating the nodes and contributing work to the 0G network. Node sale participants and stakers (i.e., long term believers who secure the ecosystem) may get additional rewards from the 0G ecosystem over time. The 0G node sale will be a launch that enables the community to participate on an equal playing field with entry points within multiple tiers.

## Why Run a Node?

Expand Down

0 comments on commit 34040ba

Please sign in to comment.