To compile and run gephgui-wry
:
- Clone the
gephgui-wry
repository withgit clone --recursive
(this is to also clone thegephgui
submodule inside it) - Comment out autoconfiguring the proxy in
rpc_handlers.rs
. This is because thepac
file required is currently not available in the repo. - Install
geph4-client
:
cargo install geph4-client
- Install a
JavaScript
package manager, thencd
into thegephgui
git submodule and buildgephgui
. Withnpm
:
npm i; npm run build
- Back in the
gephgui-wry
directory:
cargo run