Skip to content

Commit

Permalink
improve readme
Browse files Browse the repository at this point in the history
  • Loading branch information
0xAleksaOpacic committed Sep 3, 2024
1 parent 032282b commit 8c762f2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .env.example
Original file line number Diff line number Diff line change
Expand Up @@ -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"
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8c762f2

Please sign in to comment.