-
Notifications
You must be signed in to change notification settings - Fork 146
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Minor formatting changes
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -35,7 +35,7 @@ npm init -y | |
|
||
### Install Hardhat and the AxelarJS SDK | ||
|
||
Install Hardhat and the AxelarJS SDK with the following commands: | ||
Install [Hardhat](https://hardhat.org/) and the [AxelarJS SDK](https://github.com/axelarnetwork/axelarjs-sdk) with the following commands: | ||
|
||
```bash | ||
npm install --save-dev [email protected] [email protected] | ||
|
@@ -58,15 +58,15 @@ Next, set up an RPC for the Fantom testnet, which you will be using as your loca | |
|
||
### Create an `.env` file | ||
|
||
To make sure you’re not accidentally publishing your private key, create an **`[.env`** file](https://blog.bitsrc.io/a-gentle-introduction-to-env-files-9ad424cc5ff4) to store it in: | ||
To make sure you’re not accidentally publishing your private key, create an [**`.env`** file](https://blog.bitsrc.io/a-gentle-introduction-to-env-files-9ad424cc5ff4) to store it in: | ||
|
||
```bash | ||
touch .env | ||
``` | ||
|
||
### Add your private key to `.env` and `hardhat.config.js` | ||
|
||
[Export your private key](https://support.metamask.io/hc/en-us/articles/360015289632-How-to-Export-an-Account-Private-Key) and add it to the **`.env`** file you just created: | ||
[Export your private key](https://support.metamask.io/hc/en-us/articles/360015289632-How-to-Export-an-Account-Private-Key) and add it to the `.env` file you just created: | ||
|
||
```bash | ||
PRIVATE_KEY= // Add your account private key here | ||
|
9aff808
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Successfully deployed to the following URLs:
axelar-docs – ./
axelar-docs-xi.vercel.app
axelar-docs-git-main-axelar-network.vercel.app
axelar-docs-axelar-network.vercel.app
docs.axelar.dev