Skip to content
This repository was archived by the owner on Mar 1, 2024. It is now read-only.

Commit e666e0e

Browse files
authoredSep 24, 2022
Update README.md
1 parent b54aa95 commit e666e0e

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed
 

Diff for: ‎README.md

+6-4
Original file line numberDiff line numberDiff line change
@@ -17,17 +17,19 @@ PROFILE_ID=PROFILE_ID
1717
LENS_API=https://api-mumbai.lens.dev/
1818
LENS_HUB_CONTRACT=0x60Ae865ee4C725cd04353b5AAb364553f56ceF82
1919
LENS_PERIPHERY_CONTRACT=0xD5037d72877808cdE7F669563e9389930AF404E8
20-
2120
INFURA_PROJECT_ID=YOUR_INFURA_PROJECT_ID
2221
INFURA_SECRET=YOUR_INFURA_SECRET
2322
```
2423

25-
Note 1:`PROFILE_ID` is optional but required on some endpoints! Also, make sure to insert the `PROFILE_ID` in hexadecimal format.
26-
Note 2: Highly advised to create an API key and use the Alchemy RPC provider for Mumbai to avoid rate limiting.
27-
Note 3: `PK` represents Private key here.
24+
- Note 1:`PROFILE_ID` is optional but required on some endpoints! Also, make sure to insert the `PROFILE_ID` in hexadecimal format.
25+
- Note 2: Highly advised to create an API key and use the Alchemy RPC provider for Mumbai to avoid rate limiting.
26+
- Note 3: `PK` represents Private key here.
27+
- Note 4: This project uses infura ipfs to pin content which now is API keys only so you have to create an API key on their side. You can also use another storage provider or pinning service if you which, feel free to do a PR with that service and we can change the .env to include option to pick.
2828

2929
## How to run
3030

31+
Always make sure you `npm install` beforehand.
32+
3133
look in the `package.json` file for the `scripts` section you see all the scripts you can run. This is prefixed with `resolver:method`.
3234

3335
example running:

0 commit comments

Comments
 (0)