|
Barretenberg
The ZK-SNARK library at the core of Aztec
|
#include "barretenberg/avm/avm_ipc_server.hpp"#include "barretenberg/avm/avm_execute.hpp"#include "barretenberg/cdb/cdb_ipc_client.hpp"#include "barretenberg/common/log.hpp"#include "barretenberg/wsdb/generated/wsdb_ipc_client.hpp"#include "ipc_runtime/ipc_server.hpp"#include "ipc_runtime/serve_helper.hpp"#include "ipc_runtime/signal_handlers.hpp"#include <chrono>#include <csignal>#include <memory>#include <string>#include <thread>#include <vector>Go to the source code of this file.
Namespaces | |
| namespace | bb |
| Entry point for Barretenberg command-line interface. | |
| namespace | bb::avm |
Functions | |
| int | bb::avm::execute_avm_server (const std::string &input_path, const std::string &wsdb_path, const std::string &cdb_path) |
| Start the bb-avm-sim IPC server. | |