Skip to content

Commit 1c13bb2

Browse files
committed
Minor README cleanup
1 parent 3fdb0d8 commit 1c13bb2

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
## Disclaimer
44

5-
**This project is independently developed and is not affiliated with, sponsored by, or endorsed by Ritual Labs.** Ritual Labs does not provide support or assume responsibility for this repository or any issues that may arise from using this port. Users are encouraged to consult the official Ritual Infernet Node repository for authoritative information, official updates, and formal support.
5+
**This project is independently developed and is not affiliated with, sponsored by, or endorsed by Ritual Labs.** Ritual Labs does not provide support or assume responsibility for this repository or any issues that may arise from using this code. Users are encouraged to consult the official Ritual Infernet Node repository for authoritative information, official updates, and formal support.
66

77
## License
88

@@ -93,7 +93,7 @@ Follow the instructions below to run the Infernet Node with a development-ready
9393
Ensure you have the following dependencies installed, ideally with the exact versions specified:
9494

9595
- [Node.js](https://nodejs.org/) (version 22.14.0)
96-
- *npm (version 11.1.0)
96+
- npm (version 11.1.0)
9797
- [Docker](http://docker.com/) (version 28.0.1)
9898
- [Redis](https://redis.io/) (version 7.2.5)
9999
- [Foundry](https://getfoundry.sh/) (version 1.0.0-stable)
@@ -139,7 +139,7 @@ For the config.json file, modify these properties:
139139
- `chain.wallet.private_key` (Line 22): Set to the private key of the Ethereum account you are using (e.g., a funded Anvil-provided account).
140140
- `chain.wallet.payment_address` (Line 23): Follow the instructions below to deploy a Wallet smart contract and set this value accordingly.
141141

142-
To deploy a Wallet smart contract, use Foundry's [cast](https://book.getfoundry.sh/cast/) to call the WalletFactory's createWallet method. Fill in the `REGISTRY_ADDRESS`, `ACCOUNT_ADDRESS`, and `PRIVATE_KEY` variables, then run the following commands:
142+
To deploy a Wallet smart contract, use Foundry's [cast](https://book.getfoundry.sh/cast/) to call the WalletFactory's createWallet method. Fill in the `REGISTRY_ADDRESS`, `ACCOUNT_ADDRESS`, and `PRIVATE_KEY` variables, then copying and pasting the below in your terminal:
143143

144144
```
145145
REGISTRY_ADDRESS=0x

0 commit comments

Comments
 (0)