Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixes avacloudsdk->avacloudapis #164

Merged
merged 1 commit into from
Sep 24, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading