Shane

Results 63 comments of 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: ![image](https://user-images.githubusercontent.com/364566/67804618-8ce83f00-fa4c-11e9-9b90-68aaf4fb6851.png)

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 ![image](https://user-images.githubusercontent.com/364566/68718382-e9278480-055d-11ea-849d-900e485a722d.png) 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...

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.