You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 1, 2024. It is now read-only.
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.
28
28
29
29
## How to run
30
30
31
+
Always make sure you `npm install` beforehand.
32
+
31
33
look in the `package.json` file for the `scripts` section you see all the scripts you can run. This is prefixed with `resolver:method`.
0 commit comments