Shane
Shane
👍 for saving the rpc config in localstorage. --- but in the meantime, theres 3 options you can use for local dev right now: #### Set rpc via url `?rpcUrl=`...
having trouble reproducing this on master: 
what browser/os? can you give more details on the actual error? says `Mixed` then cant see anything. Maybe your browser is blocking `http` requests from `https` sites. dont think chrome...
seems like chrome is allowing mixed content currently but firefox/safari is not: https://developer.mozilla.org/en-US/docs/Web/Security/Mixed_content/How_to_fix_website_with_mixed_content
found the issue: https://developer.mozilla.org/en-US/docs/Web/HTTP/CORS/Errors/CORSDidNotSucceed  https://bugzilla.mozilla.org/show_bug.cgi?id=1488740
so looks like it works right now in chrome, just not firefox/safari
Just some initial thoughts Option B seems like it would work similar to some of the early discussions with @BelfordZ on populating the `servers[]` array with peers that also serve...
seems pretty odd, maybe missing content type application/json ?
This is a great summary of everyones thoughts so far on this. 👍 Going to read through a couple times, gather some thoughts around it overnight.
I have this working with a basic express server here: https://github.com/shanejonas/chalice-docs/blob/master/Gruntfile.coffee with `regarde` and a custom `express-server` task.