-
Cédric Moreau authoredCédric Moreau authored
database.md 645 B
Duniter Database
Duniter exploits an SQLite database to store the blockchain and newcoming data.
You can easily set it up and explore it with the following steps:
- Install your node
- Launch Duniter and connect it to an existing currency (for example on
duniter.org
port10901
) - Shut down Duniter
- Use your favorite SQLite browser (for example Sqliteman) and open the file under
~/.config/duniter/duniter_default/duniter.db
Explore!
