Go to file
Hanh de3fc5a189 Improve error messages of parse payment uri 2022-07-11 10:08:16 +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 Witness and Tree State calculations 2021-06-19 10:57:06 +08:00
src Improve error messages of parse payment uri 2022-07-11 10:08:16 +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 RaptorQ fountain codes 2022-06-20 17:05:11 +08:00
README.md Use Rocket.toml 2022-06-10 19:14:21 +08:00
Rocket.toml Use Rocket.toml 2022-06-10 19:14:21 +08:00
binding.h Free memory from rust -> dart 2022-06-22 21:03:49 +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 Witness and Tree State calculations 2021-06-19 10:57:06 +08:00

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,