Barretenberg
The ZK-SNARK library at the core of Aztec
Loading...
Searching...
No Matches
avm_ipc_server.hpp
Go to the documentation of this file.
1#pragma once
2
3#include <string>
4
5namespace bb::avm {
6
18int execute_avm_server(const std::string& input_path, const std::string& wsdb_path, const std::string& cdb_path);
19
20} // namespace bb::avm
int execute_avm_server(const std::string &input_path, const std::string &wsdb_path, const std::string &cdb_path)
Start the aztec-avm IPC server.