From 8c762f29a9ff1fbd599491b66d8e29666f543d7a Mon Sep 17 00:00:00 2001 From: Aleksao998 Date: Tue, 3 Sep 2024 18:56:02 +0200 Subject: [PATCH] improve readme --- .env.example | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.env.example b/.env.example index 8c83726..9ae262b 100644 --- a/.env.example +++ b/.env.example @@ -11,4 +11,4 @@ PRIVATE_KEY: "" # Specify the wallet address associated with your private key # Wallets can be created using the =nil; CLI # This address will be used for transactions on the =nil; network -WALLET_ADDR="0x" +WALLET_ADDR: "0x" diff --git a/README.md b/README.md index 74dc68e..6c9080c 100644 --- a/README.md +++ b/README.md @@ -20,8 +20,8 @@ This repository demonstrates how to deploy and interact with smart contracts on ## ⚙️ Configuration 1. Create a `.env` file in the root directory based on the given `.env.example` file 2. Update the `.env` file with the RPC URL. The default value corresponds to a locally running =nil; node -3. If you don't have `nil_cli` installed, you can download it from the official repository here -Once you have `nil_cli,` run the following commands to generate a new key and wallet: +3. If you don't have `nil_cli` installed, you can download it from the official repository [here](https://github.com/NilFoundation/nil_cli). +Once you have `nil_cli`, run the following commands to generate a new key and wallet: ``` nil_cli keygen new nil_cli wallet new