You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+30-6Lines changed: 30 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,10 +2,6 @@
2
2
3
3
This crate implements an experimental GUI wallet prototype for [neptune cash](https://neptune.cash). This is a binary/application crate, built on the Dioxus framework.
4
4
5
-
## WARNING: EXPERIMENTAL!
6
-
7
-
This crate is in an early, very rough prototype state. Everything is subject to change, or it could be abandoned altogether.
8
-
9
5
## Naming
10
6
11
7
The "proto" in `neptune-proton` refers to the prototype nature of this wallet.
@@ -21,6 +17,29 @@ It can be thought of as a GUI dashboard for neptune-core.
21
17
This means that neptune-proton is an interface for neptune-core's built-in
22
18
wallet. neptune-proton does not generate any wallet keys of its own.
23
19
20
+
## Quick Start
21
+
22
+
1. Install neptune-core, if you haven't already.
23
+
24
+
https://github.com/Neptune-Crypto/neptune-core
25
+
26
+
2. Run neptune-core.
27
+
28
+
3. Download neptune-proton binary for your platform from
0 commit comments