|
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/ipc/ipc_server.hpp"#include "barretenberg/serialize/msgpack.hpp"#include "barretenberg/wsdb/wsdb_ipc_client_generated.hpp"#include <chrono>#include <csignal>#include <iostream>#include <memory>#include <string>#include <thread>#include <unistd.h>#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 aztec-avm IPC server. | |