Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix/Update NIL_CLI commands to NIL #19

Merged
merged 1 commit into from
Sep 5, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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!
Loading