neume-network / core

A socially-scalable music NFT indexer.
https://neume.network
GNU General Public License v3.0
26 stars 11 forks source link

.env-copy defines https://node.rugpullindex.com and users expect it to work "out-of-the-box", but really they should replace all values in .env-copy to their preference #60

Closed TimDaub closed 2 years ago

TimDaub commented 2 years ago

@almndbtr on Discord

👋 Hello! I'm Almond and I'm interested in running this project to learn.

Just cloned neume-network/core and checked out onto v0.0.1. I installed the dependencies and submodules (with a workaround to use the HTTPS URL rather than the SSH one).

When I run the app via npm run dev, I'm getting an invalid JSON response body from the default RPC_HTTP_HOST:

Error: FetchError: invalid json response body at https://node.rugpullindex.com/ reason: Unexpected token < in JSON at position 0

Is that default value just a placeholder, or should it "just work"? Is there a preferred RPC HTTP Host that'd be best for dev purposes?

(Happy to open an issue if that's better ✌️)

In readme, add more detailed description for new users about handling .env file

almndbtr commented 2 years ago

👋 Hello, that's me!

I'm still working through getting a working dev env setup at v0.0.1 -- I'll report back with some observations once that's up and running. ✌️