danda
e4fda1a806
refactor: add anyhow, remove unwrap/expect
...
converts unwrap and expect calls in main.rs into anyhow .with_context()
calls to provide better error messages
2024-05-22 19:39:46 -07:00
danda
29834dbe50
feat: get rid of all javascript
...
implements a generic solution to redirect query strings generated by
forms to path based URIs that can be handled by existing routes.
This eliminates the need for javascript that was doing the equivalent
client-side.
2024-05-22 17:18:51 -07:00
danda
ac27329bda
chore: update to neptune-core tip
...
adapts to some changes in neptune-core.
BlockInfo and BlockSelector location changed.
2024-05-22 17:18:50 -07:00
danda
7fa11f3ec2
refactor: break main.rs into separate files
2024-05-22 17:18:50 -07:00
danda
4509b1f9a6
feat: add boilerplate templates, utxo page
2024-05-22 17:18:50 -07:00
danda
951758902a
initial commit of neptune-explorer files
2024-05-22 17:18:46 -07:00