tspoff / token-playground

1 stars 2 forks source link

No error message on `yarn start` if `REACT_APP_PRIVATE_KEY` is not set. #7

Closed jordanmack closed 3 years ago

jordanmack commented 3 years ago

There is no error message on yarn start if REACT_APP_PRIVATE_KEY is not set. If this is a required value then there should be an error message and a hard stop.

tspoff commented 3 years ago

I removed the hardcoded wallet from the app as I don't intend to support it going forward, and removed this ENV var as suggested.