Go to file
Hanh 4fabf69589 Import from ZWL file 2022-07-18 10:55:57 +08:00
benches t-scan 2022-06-08 00:58:24 +08:00
docs Comments 2021-06-19 21:41:26 +08:00
proto Integration tests 2022-06-11 20:29:14 +08:00
report/scan
src Import from ZWL file 2022-07-18 10:55:57 +08:00
test-scripts Integration tests 2022-06-11 20:29:14 +08:00
.gitignore Integration tests 2022-06-11 20:29:14 +08:00
Cargo.toml Find best server 2022-07-14 11:22:12 +08:00
README.md Use Rocket.toml 2022-06-10 19:14:21 +08:00
Rocket.toml Fix undesired rollback 2022-07-14 12:21:20 +08:00
binding.h Import from ZWL file 2022-07-18 10:55:57 +08:00
binding2.h iOS Build 2022-06-09 19:28:37 +08:00
build.rs iOS Build 2022-06-09 19:28:37 +08:00
out.log

README.md

Build as standalone server

cargo b --release --bin warp-rpc --features=rpc
./target/release/warp-rpc

Configuration

Edit Rocket.toml

[default]
allow_backup = true
allow_send = true

yec = { db_path = "./yec.db", lwd_url = "https://lite.ycash.xyz:9067" }
zec = { db_path = "./zec.db", lwd_url = "https://mainnet.lightwalletd.com:9067" }

RPC

TODO

set_lwd,
set_active,
new_account,
list_accounts,
sync,
rewind,
get_latest_height,
get_backup,
get_balance,
get_address,
get_tx_history,
pay,