Skip to content

Commit

Permalink
Merge branch 'main' into fix-typos
Browse files Browse the repository at this point in the history
  • Loading branch information
kush-alloralabs authored Aug 29, 2024
2 parents 64ff94d + 5547466 commit 682feb8
Show file tree
Hide file tree
Showing 12 changed files with 19 additions and 16 deletions.
4 changes: 2 additions & 2 deletions pages/devs/get-started.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Here are the main repositories you'll need to get started with Allora:
The [Allora Offchain Node](https://github.com/allora-network/allora-offchain-node) allows inference and data providers to participate in the Allora network. This repo is the base for both forecast and inference worker nodes, as well as reputers.

#### Workers
- [Deploy a Worker](/devs/workers/deploy-worker/build-and-deploy-worker-from-scratch)
- [Deploy a Worker](/devs/workers/deploy-worker/using-docker)

##### Walkthroughs

Expand All @@ -36,7 +36,7 @@ The [Allora Offchain Node](https://github.com/allora-network/allora-offchain-nod

The [Allora chain](https://github.com/allora-network/allora-chain) is a Cosmos Hub chain that forms the core of the Allora network. This repository contains the blockchain's codebase and is useful for validators.

You can use the [Allorad CLI tool](/devs/get-started/installation/cli) to query the chain and make transactions.
You can use the [Allorad CLI tool](/devs/get-started/cli#installing-allorad) to query the chain and make transactions.

### Allora Consumer Contracts

Expand Down
2 changes: 1 addition & 1 deletion pages/devs/get-started/cli.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ To install Go, follow one of the recommended methods below or consult the [offic
### Installation

```Text bash
curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/main/install.sh | bash -s -- v0.2.11
curl -sSL https://raw.githubusercontent.com/allora-network/allora-chain/main/install.sh | bash -s -- v0.3.0
```

Expand Down
8 changes: 4 additions & 4 deletions pages/devs/get-started/setup-wallet.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ allorad keys add <wallet name> --recover
## Add Faucet Funds
Each network has a different URL to access and request funds from. Please see the faucet URLs for the different networks below:

- **Testnet**: https://faucet.testnet-1.testnet.allora.network/
- **Testnet**: https://faucet.testnet.allora.network/

Enter the Allora Wallet address for the account that needs funding. If you don't have a wallet created yet, follow the instructions above to create one.

## Explorer

- **Testnet**: https://explorer.testnet-1.testnet.allora.network
- **Testnet**: https://explorer.testnet.allora.network/

<Callout>
Check to see that your wallet has been funded after requesting funds from the faucet by clicking the search bar on the top right corner of the explorer UI and entering your account address.
Expand All @@ -48,6 +48,6 @@ Each network uses a different RPC URL and Chain ID which are needed to specify w

- **Testnet**
- `RPC_URL`:
- https://beta.multi-rpc.com/allora_testnet/
- https://allora-rpc.testnet-1.testnet.allora.network/
- https://rpc.ankr.com/allora_testnet
- https://allora-rpc.testnet.allora.network/
- `CHAIN_ID`: `allora-testnet-1`
2 changes: 1 addition & 1 deletion pages/devs/reputers/coin-prediction-reputer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ before proceeding.

### Request from Faucet

Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet-1.testnet.allora.network/) to register your reputer in the next step successfully.
Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet.allora.network/) to register your reputer in the next step successfully.

### Deploy the Node

Expand Down
2 changes: 1 addition & 1 deletion pages/devs/reputers/reputers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -184,7 +184,7 @@ before proceeding.

### Request from Faucet

Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet-1.testnet.allora.network/) to register your worker in the next step successfully.
Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet.allora.network/) to register your worker in the next step successfully.

### Deploy the Node

Expand Down
2 changes: 1 addition & 1 deletion pages/devs/reputers/set-and-adjust-stake.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ Stake also protects Allora from malicious behavior, such as sybil attacks. We re

## How to adjust stake

The [Allora appchain CLI spec](/devs/get-started/installation/cli) lists functions that can be used to adjust stake or help inform how one should adjust their stake
The [Allora appchain CLI spec](/devs/get-started/cli#installing-allorad) lists functions that can be used to adjust stake or help inform how one should adjust their stake

1. [Query recent inferences](/devs/consumers/onchain-query-existing-data). One can evaluate workers' abilities by viewing recent inferences and comparing them against one's expectations or revealed ground truth. These evaluations determine how much stake one should be willing to place in oneself or another worker to get the highest return.
2. [Querying weights](/devs/consumers/onchain-query-existing-data). One can learn about whose inferences the crowd values the most by viewing the current distribution of weights across workers. Like any actor, the revealed preferences of an incentive-compatible crowd likely indicate how one should adjust their stake.
Expand Down
2 changes: 1 addition & 1 deletion pages/devs/validators/deploy-chain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The appchain also coordinates actions between protocol actors.

## Why and How might one interact with the Allora Appchain?

Different actors interact with the Allora Appchain for different reasons. They do so via a standard client connection (such as [CosmJS](https://tutorials.cosmos.network/tutorials/7-cosmjs/1-cosmjs-intro.html)) or the [Appchain CLI](/devs/get-started/installation/cli).
Different actors interact with the Allora Appchain for different reasons. They do so via a standard client connection (such as [CosmJS](https://tutorials.cosmos.network/tutorials/7-cosmjs/1-cosmjs-intro.html)) or the [Appchain CLI](/devs/get-started/cli#installing-allorad).

- Data scientists interact with the Appchain to [register their worker nodes](/devs/reference/allorad#register-network-actor) and to [withdraw rewards](/devs/reference/allorad#remove-stake-from-a-topic) accrued for their inferences. These rewards are paid by both consumers and inflation based on their relative weight.
- Developers interact with the Appchain to [create topics](/devs/reference/allorad#create-new-topic), fund topics, and perhaps also to [read recent inferences](/devs/reference/allorad#get-the-latest-network-inferences-and-weights-for-a-topic).
Expand Down
2 changes: 1 addition & 1 deletion pages/devs/validators/stake-a-validator.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ allorad tx staking create-validator ./stake-validator.json \
--from="$MONIKER"
```

This command outputs a transaction hash, which can be checked on the network's explorer: `explorer.testnet-1.testnet.allora.network/allora-testnet-1/tx/$TX_HASH`.
This command outputs a transaction hash, which can be checked on the network's explorer: `https://explorer.testnet.allora.network/allora-testnet-1/tx/$TX_HASH`.

## 4\. Verify Validator Setup

Expand Down
5 changes: 4 additions & 1 deletion pages/devs/workers/deploy-worker/using-docker.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -187,7 +187,7 @@ before proceeding.

### Request from Faucet

Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet-1.testnet.allora.network/) to register your worker in the next step successfully.
Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet.allora.network/) to register your worker in the next step successfully.

### Deploy the Node

Expand All @@ -211,6 +211,9 @@ A **successful** response from your Worker should display:

Congratulations! You've successfully deployed and registered your node on Allora.

```
### Testing
You can test your local inference server by performing a `GET` request on `http://localhost:8000/inference/<token>`.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -224,7 +224,7 @@ before proceeding.

### Request from Faucet

Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet-1.testnet.allora.network/) to register your worker in the next step successfully.
Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet.allora.network/) to register your worker in the next step successfully.

### Deploy the Node

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ before proceeding.

### Request from Faucet

Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet-1.testnet.allora.network/) to register your worker in the next step successfully.
Copy your Allora address and request some tokens from the [Allora Testnet Faucet](https://faucet.testnet.allora.network/) to register your worker in the next step successfully.

### Deploy the Node

Expand Down
2 changes: 1 addition & 1 deletion pages/home/explore.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ With these ingredients, Allora is able to improve itself over time and produce i
There are a few easy things a user could do to interact with the Allora Network quickly and efficiently, including installing CLI tools, creating a topic, and querying inferences off and on chain.

<Cards>
<Card title="Installation" href="/devs/get-started/installation/cli" />
<Card title="Installation" href="/devs/get-started/cli#installing-allorad" />
<Card title="Setup a Wallet" href="/devs/get-started/setup-wallet" />
<Card title="Basic Usage" href="/devs/get-started/basic-usage" />
<Card title="Create a Topic" href="/devs/topic-creators/how-to-create-topic" />
Expand Down

0 comments on commit 682feb8

Please sign in to comment.