Linch1 / WeChartWeb3

Build a poocoin clone, scrape all the prices from pancakeswap or any other similar dex, build an historical record and offer an api to your users.
119 stars 77 forks source link

Missing examle .env stated in L19 of readme.md #5

Closed ultra-pool closed 2 years ago

ultra-pool commented 2 years ago

https://github.com/Linch1/Web3TokenCharting/blob/master/readme.md?plain=1#L19

Missing the example .env file stated in the readme.md can you provide this?

Linch1 commented 2 years ago

cannot update the repo atm, but here is the sctructure of the .env

PROVIDER_WSS=<WSS_PROVIDER>
PROVIDER_HTTPS=<HTTPS_PROVIDER>
PORT=5006
WRITE_TO_DB_SECONDS=60
FRONTEND_URL=["http://localhost:5005", "http://localhost:5003"]
ultra-pool commented 2 years ago

Great thank you

karbagasurendran commented 2 years ago

cannot update the repo atm, but here is the sctructure of the .env

PROVIDER_WSS=<WSS_PROVIDER>
PROVIDER_HTTPS=<HTTPS_PROVIDER>
PORT=5006
WRITE_TO_DB_SECONDS=60
FRONTEND_URL=["http://localhost:5005", "http://localhost:5003"]

What is process.env.SERVER_VOTING url @Linch1 . please provide url information @Linch1