From 5efc12c704d9f83a6cf870dae25f077af3e7a602 Mon Sep 17 00:00:00 2001 From: aglkm <39521015+aglkm@users.noreply.github.com> Date: Sun, 15 Dec 2024 14:12:22 +0300 Subject: [PATCH] add sqlite prerequisite into README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 8c53a46..e92cb1e 100644 --- a/README.md +++ b/README.md @@ -11,6 +11,7 @@ Grin is the very first, simple and fair MimbleWimble blockchain implementation. ## Prerequisites - Rust: https://www.rust-lang.org/tools/install. +- SQLite: `sudo apt install sqlite3 libsqlite3-dev` - Grin node: https://github.com/mimblewimble/grin. You need to enable archival mode, so the explorer can see all the blocks, otherwise only the recent blocks can be explored.