neveko/neveko-gui
2024-04-06 09:31:50 -04:00
..
assets migrate nevmes -> neveko 2023-06-03 10:17:58 -04:00
crates fix wallet race on consecutive prove retry validations 2023-07-10 13:24:24 -04:00
src update terminology to adjudicator 2024-03-30 19:45:59 -04:00
.gitignore migrate nevmes -> neveko 2023-06-03 10:17:58 -04:00
.rustfmt.toml dont format lib.rs 2023-06-25 17:50:36 -04:00
Cargo.lock implement message cipher via xmr view key 2024-04-06 09:31:50 -04:00
Cargo.toml v0.1.0-beta 2023-12-18 08:30:04 -05:00
LICENSE-APACHE bump copyright year 2024-01-02 08:05:48 -05:00
LICENSE-MIT bump copyright year 2024-01-02 08:05:48 -05:00
README.md migrate nevmes -> neveko 2023-06-03 10:17:58 -04:00

Dev

Note: gui depends on the binary if starting core from gui otherwise run neveko core on your own

cd ../ && cargo build && cp target/debug/neveko neveko-gui/ && cd neveko-gui && RUST_LOG=debug cargo run