Skip to content

Commit

Permalink
fix: formatting
Browse files Browse the repository at this point in the history
Minor formatting changes
  • Loading branch information
ffe9f8 committed Jan 23, 2024
1 parent 1eb7cfe commit 9aff808
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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 hardhat@2.18.1 dotenv@16.3.1
Expand All @@ -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
Expand Down

1 comment on commit 9aff808

@vercel
Copy link

@vercel vercel bot commented on 9aff808 Jan 23, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.