Skip to content

Commit

Permalink
doc: rearrange warning
Browse files Browse the repository at this point in the history
  • Loading branch information
jmoreira-valory committed Apr 2, 2024
1 parent 1ba1792 commit b1051b2
Showing 1 changed file with 7 additions and 8 deletions.
15 changes: 7 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,13 @@ Do not include any leading or trailing spaces, tabs or newlines, or any other ch
The EOA you use must have enough funds to pay for the Mech requests, or alternatively, use a Nevermined subscription.
> **:warning: Warning** <br />
> **If the generated EOA account is for development purposes, make sure it does not contain large amounts of funds.**
> * **If the generated EOA account is for development purposes, make sure it does not contain large amounts of funds.**
>
> * **If you store the key file in a local Git repository, we recommend that you add it to `.gitignore` in order to avoid publishing it unintentionally:**
>
> ```bash
> echo ethereum_private_key.txt >> .gitignore
> ```
### Generate Mech requests
Expand Down Expand Up @@ -171,13 +177,6 @@ You can also use the Mech Client as a library on your Python project.
1. Set up the private key as specified [above](#set-up-the-private-key). Store the resulting key file (e.g., `ethereum_private_key.txt`) in a convenient and secure location.
> **:warning: Warning** <br />
> **If you store the key file in a local Git repository, we recommend that you add it to `.gitignore` in order to avoid publishing it unintentionally:**
>
> ```bash
> echo ethereum_private_key.txt >> .gitignore
> ```
2. Create Python script `my_script.py`:
```bash
Expand Down

0 comments on commit b1051b2

Please sign in to comment.