Skip to content

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yee panel

Yee panel is a friendly RPC middleware

Build

  1. Install rust

  2. Build

cargo build --release

Deploy

  1. Start yeeroot nodes of all the shard

  2. 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"]
  1. Start yee-panel
./yee-panel --base-path=<base_path>

Document

RPC document

About

Yee panel is a friendly RPC middleware

Resources

Stars

0 stars

Watchers

3 watching

Forks

Releases

Packages

Contributors

Languages