Skip to content

Commit

Permalink
updated the nil_cli command to use nil
Browse files Browse the repository at this point in the history
  • Loading branch information
vanshika-srivastava authored Sep 5, 2024
1 parent 10dde69 commit 16dacd9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ 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](https://github.com/NilFoundation/nil_cli).
Once you have `nil_cli`, run the following commands to generate a new key and wallet:
3. If you don't have `nil` installed, you can download it from the official repository [here](https://github.com/NilFoundation/nil_cli).
Once you have `nil`, run the following commands to generate a new key and wallet:
```
nil_cli keygen new
nil_cli wallet new
nil keygen new
nil wallet new
```
4. Update the `.env` file with the private key and wallet address

Expand All @@ -51,4 +51,4 @@ Make sure to configure `.env` with the RPC URL and PRIVATE_KEY
## 🚧 Work in Progress
**Please Note:** This project is currently under active development. Not all features are fully implemented, and you may encounter issues. If something isn't working as expected, don't hesitate to open an issue on our GitHub repository. We prioritize addressing these concerns and will get back to you promptly. Your feedback helps us improve!

Thank you for supporting our development efforts!
Thank you for supporting our development efforts!

0 comments on commit 16dacd9

Please sign in to comment.