Делаю проект, для которого надо парсить блокчейн через апи в свою ДБ.
- а точно ли нужно перекладывать
(и затем синхронизировать) блокчейн из БД
(базы данных) некста в другую БД ?
Начиная с версии 1.3.0 работа напрямую с базой некста значительно упростилась:
DbShellServlet:
A command line access to the H2 database at runtime is now possible at:
http://localhost:7876/dbshellThis page uses the H2 shell tool to allow querying the database at runtime,
directly from the browser, without having to enable auto server mode in the jdbc
url. This servlet is only enabled if nxt.enableDebugAPI=true, and is very unwise
to enable on a publicly accessible node as it allows full read and write access
to the database.