Yee panel is a friendly RPC middleware
-
Install rust
-
Build
cargo build --release
-
Start yeeroot nodes of all the shard
-
Prepare yee panel base path
<base_path>/conf/config.toml:
[shards]
[shards.0]
rpc = ["http://127.0.0.1:9033"]
[shards.1]
rpc = ["http://127.0.0.1:9133"]
[shards.2]
rpc = ["http://127.0.0.1:9233"]
[shards.3]
rpc = ["http://127.0.0.1:9333"]
- Start yee-panel
./yee-panel --base-path=<base_path>