Add a crate to test the in-browser light client. (#4887)

Co-Authored-By: Pierre Krieger <pierre.krieger1708@gmail.com>
This commit is contained in:
Ashley
2020-04-20 14:45:13 +02:00
committed by GitHub
parent 1d1caed335
commit 319a00fb1c
7 changed files with 168 additions and 2 deletions
@@ -0,0 +1,7 @@
{
"goog:chromeOptions": {
"args": [
"--whitelisted-ips=127.0.0.1"
]
}
}