diff --git a/README.md b/README.md index 3dbae51c2..ad3927daa 100644 --- a/README.md +++ b/README.md @@ -15,7 +15,7 @@ please see the [documentation](https://pnpm.io/installation). #### Package Dependencies -To install the packages dependencies run: +To install the package dependencies run: ```sh pnpm install diff --git a/dapp/README.md b/dapp/README.md index 3d3f02761..f4bc9b179 100644 --- a/dapp/README.md +++ b/dapp/README.md @@ -1,6 +1,6 @@ # Acre dApp -The application is integrated with OrangeKit and allows people to earn yield on their Bitcoin via yield farming on Ethereum. +The application is integrated with OrangeKit and allows people to earn a yield on their Bitcoin via yield farming on Ethereum. This project was bootstrapped with [Create Vite](https://github.com/vitejs/vite/tree/main/packages/create-vite). diff --git a/solidity/README.md b/solidity/README.md index da86c24f0..a67667143 100644 --- a/solidity/README.md +++ b/solidity/README.md @@ -18,7 +18,7 @@ pnpm install ### Testing -To run the tests execute: +To run the tests execute the following: ``` $ pnpm test @@ -28,7 +28,7 @@ $ pnpm test To run the integration tests follow these steps: -- Define `MAINNET_RPC_URL` environment variable pointing to Ethereum Mainnet RPC URL. +- Define `MAINNET_RPC_URL` environment variable pointing to the Ethereum Mainnet RPC URL. - Run the Hardhat Node locally forking Mainnet: diff --git a/subgraph/README.md b/subgraph/README.md index 42ca66836..f5729632c 100644 --- a/subgraph/README.md +++ b/subgraph/README.md @@ -4,7 +4,7 @@ This repository contains Acre staking subgraphs. Subgraphs are open APIs to query data from networks like Ethereum and IPFS. The data is indexed by [The Graph](https://thegraph.com/) decentralized protocol. -By the moment, there one subgraph have been developed: +By the moment, there one subgraph has been developed: - sepolia: collects the data from contracts in Sepolia Testnet. @@ -46,7 +46,7 @@ create a private one 2. Set the API key in the `docker-compose.yaml` file. Note that the provided RPC URL should support the `trace_filter` method because the Acre subgraph - defines the contract's function call handler. Eg. Alchemy does not not + defines the contract's function call handler. Eg. Alchemy does not support it in a free plan - it requires at least `growth` paid plan. ```