From 16dacd925f681834d36f718379cf41938548f08b Mon Sep 17 00:00:00 2001 From: Vanshika Srivastava Date: Thu, 5 Sep 2024 19:01:57 +0530 Subject: [PATCH] updated the nil_cli command to use nil --- README.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 6c9080c..039b65c 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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! \ No newline at end of file +Thank you for supporting our development efforts!