Skip to content

Commit

Permalink
fix: spell issues
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixNicolaeBucsa committed Dec 18, 2024
1 parent 2763481 commit 2a18cf0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 3 deletions.
11 changes: 10 additions & 1 deletion .github/spelling/known_words_corpus.txt
Original file line number Diff line number Diff line change
Expand Up @@ -747,4 +747,13 @@ rehype
remarkmath
katex
rehypekatex
webhook
webhook
agix
datasets
superintelligence
MEXC
DEX
SingularityNET
CEX
microtransactions
micropayments
4 changes: 2 additions & 2 deletions pages/guides/fetch-network/intro-fet-token.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ Here are the FET token key use cases:

### Step 1: Set up a secure wallet

Before acquiring any FET tokens, you wil first need to create an ASI Alliance Wallet to safely store your FET tokens in one place. Follow the [official wallet setup guide ↗️](/guides/fetch-network/asi-wallet/web-wallet/get-started) to ensure security and compatibility with the Fetch.ai ecosystem. You can also download the ASI Wallet on your Mobile. Follow this guide [here ↗️](/guides/fetch-network/asi-wallet/mobile-wallet/get-started) for an improved overview on how to achieve this.
Before acquiring any FET tokens, you will first need to create an ASI Alliance Wallet to safely store your FET tokens in one place. Follow the [official wallet setup guide ↗️](/guides/fetch-network/asi-wallet/web-wallet/get-started) to ensure security and compatibility with the Fetch.ai ecosystem. You can also download the ASI Wallet on your Mobile. Follow this guide [here ↗️](/guides/fetch-network/asi-wallet/mobile-wallet/get-started) for an improved overview on how to achieve this.

### Step 2: Purchase FET tokens

Expand Down Expand Up @@ -128,7 +128,7 @@ The following Python script demonstrates how to create and initialize an Agent u

The Agent named `alice` is initialized with a specified `name`, `port`, `endpoint`, and `seed` parameters. When the Agent starts up, it logs the wallet address and queries the balance using the `LedgerClient` connected to the Fetch.ai Mainnet. Finally, the script runs the Agent, which processes the `startup` event and retrieves the balance, allowing the Agent to interact with the Fetch.ai network.

Once you run the above Agent script, you will see your Agent address and balance printed out. You will see somthing similar to the following output:
Once you run the above Agent script, you will see your Agent address and balance printed out. You will see something similar to the following output:

```
INFO: [alice]: Registration on Almanac API successful
Expand Down

0 comments on commit 2a18cf0

Please sign in to comment.