From 4a50ffe0e3ea7ec6a2ffdfc39c622b1af73bf1c2 Mon Sep 17 00:00:00 2001 From: lalanza808 Date: Sun, 26 Apr 2020 23:39:38 -0700 Subject: [PATCH] adding simple todo to readme --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 6cdff5d..4b361b2 100644 --- a/README.md +++ b/README.md @@ -9,3 +9,10 @@ This simple web application allows users to search, visualize (soon), and intera 3. Pin the nightly version of rust to the local directory: `rustup override set nightly` 4. [Pick a Monero node](https://moneroworld.com) if you don't have one and apply the `DAEMON_URI` environment variable: `export DAEMON_URI=http://node.supportxmr.com:18081` 5. Run the application: `cargo run` + +## Todo + +* Consolidate the json rpc functions +* Split code into multiple files +* Add transaction decoding +* ~~Add extra attributes for QR code generation~~