Skip to content

Commit 56c74a6

Browse files
committed
formatting
1 parent eafa5a1 commit 56c74a6

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

packages/ethereum-contracts/README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -36,16 +36,16 @@ Once you have set up your project, cd into its base directory and add the npm pa
3636

3737
##### foundry
3838

39-
**Prerequisites:**
39+
Prerequisites:
4040
- [forge](https://book.getfoundry.sh/getting-started/installation)
4141

42-
**Install dependencies:**
42+
Install dependencies:
4343
```sh
4444
forge install superfluid-protocol-monorepo=superfluid-finance/protocol-monorepo@dev --no-commit
4545
forge install openzeppelin-contracts-v4=https://github.com/OpenZeppelin/openzeppelin-contracts@release-v4.9 --no-commit
4646
```
4747

48-
**Set up remappings:**
48+
Set up remappings:
4949
```sh
5050
echo -e "@superfluid-finance/=lib/superfluid-protocol-monorepo/packages/\n@openzeppelin/contracts-v4/=lib/openzeppelin-contracts-v4/contracts/" >> remappings.txt
5151
```
@@ -59,13 +59,13 @@ If you want to use **openzeppelin v5** in your project's contracts, you can use
5959

6060
##### hardhat
6161

62-
**Prerequisites:**
62+
Prerequisites:
6363
- [node.js v18+](https://nodejs.org/en/download). The project recommends v22, and is tested with versions 18,20,22.
6464
- [yarn](https://classic.yarnpkg.com/en/docs/install) or any other node package manager of your choice.
6565

66-
**Install dependencies:**
66+
Install dependencies:
6767
```sh
68-
$ yarn add @superfluid-finance/ethereum-contracts
68+
yarn add @superfluid-finance/ethereum-contracts
6969
```
7070

7171
If you want to use **openzeppelin v4** in your project's contracts, we recommend using the package installed as a nested dependency of this package, using the import path `@openzeppelin/contracts-v4/`.

0 commit comments

Comments
 (0)