CityOfZion / neo-local

Personal blockchain for NEO dApp development!
MIT License
52 stars 26 forks source link

neo-local doesn't work offline #89

Closed belane closed 5 years ago

belane commented 5 years ago

Is your feature request related to a problem? Please describe. Make it work offline when you already have the necessary images. When using make start offline, it fails trying to download the images even when they are already available locally.

Describe the solution you'd like Perhaps make start-offline

Describe alternatives you've considered It fails in https://github.com/CityOfZion/neo-local/blob/master/Makefile#L26, if you comment this line works as workarround.

belane commented 5 years ago

I've tested https://github.com/CityOfZion/neo-local/pull/94 and the new command make start-offline works perfectly offline. I think we can close this issue.

revett commented 5 years ago

Thanks @belane 🎉