Skip to content

Commit

Permalink
fixes avacloudsdk->avacloudapis (#164)
Browse files Browse the repository at this point in the history
  • Loading branch information
owenwahlgren authored Sep 24, 2024
2 parents c809d9c + a23a7e7 commit 610b122
Show file tree
Hide file tree
Showing 22 changed files with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ Open the terminal with `` Ctrl + ` `` or by opening it through the menu:
<Step>

### Set the `AVACLOUD_API_KEY` environment variable
Create a `.env` file in the root of the project and add your API key from [the previous step](/course/avacloudsdk/03-environment-setup/01-avacloud-account):
Create a `.env` file in the root of the project and add your API key from [the previous step](/course/avacloudapis/03-environment-setup/01-avacloud-account):

```bash
AVACLOUD_API_KEY=ac_rGIKESl9_9DWuLfJJQLSV5nlzbKR7eHxym6XW3XEQJeNBDRxI...
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ description: Learn about AvaCloud APIs and the AvaCloud SDK.
updated: 2024-09-03
authors: [owenwahlgren]
---
![](/course-banner/avacloudsdk.jpg)
![](/course-banner/avacloudapis.jpg)
## Why Take This Course?

[AvaCloud APIs](https://developers.avacloud.io/introduction), built by [AvaCloud](https://avacloud.io/), provides Web3 developers with multi-chain data from Avalanche’s primary network and other Avalanche L1s. With the AvaCloud API, you can easily build products that utilize real-time and historical transaction data, transfer records, native and token balances, and various types of token metadata.

## Course Content

- [AvaCloud API Overview](/course/avacloudsdk/02-glacier-overview/01-about-glacier)
- [Environment Setup](/course/avacloudsdk/03-environment-setup/01-avacloud-account)
- [Build an ERC-20 Token Balance App](/course/avacloudsdk/04-erc20-token-balance-app/01-overview)
- [Build a Wallet Portfolio App](/course/avacloudsdk/05-wallet-portfolio-app/01-overview)
- [Build a Basic Block Explorer](/course/avacloudsdk/06-block-explorer-app/01-overview)
- [AvaCloud API Overview](/course/avacloudapis/02-overview/01-about)
- [Environment Setup](/course/avacloudapis/03-environment-setup/01-avacloud-account)
- [Build an ERC-20 Token Balance App](/course/avacloudapis/04-erc20-token-balance-app/01-overview)
- [Build a Wallet Portfolio App](/course/avacloudapis/05-wallet-portfolio-app/01-overview)
- [Build a Basic Block Explorer](/course/avacloudapis/06-block-explorer-app/01-overview)

## Prerequisites

Expand Down
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
{
"title": "Glacier",
"title": "AvaCloud APIs",
"root": true,
"pages": [
"index",
"---AvaCloud API Overview---",
"...02-glacier-overview",
"...02-overview",
"---Environment Setup---",
"...03-environment-setup",
"---Build an ERC-20 Balance App---",
Expand Down
2 changes: 1 addition & 1 deletion content/courses.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ const officialCourses: Course[] = [
{
name:"AvaCloud APIs",
description:"Learn how to leverage AvaCloud APIs to build web apps on Avalanche",
slug:"avacloudsdk",
slug:"avacloudapis",
icon: <SquareCode />,
duration: "1 hour",
featured: true,
Expand Down
File renamed without changes

0 comments on commit 610b122

Please sign in to comment.