Decentralised Art Server
High-performance C++ backend that exposes HTML interface and a secure REST API for managing Performative Transactions entities
 
Loading...
Searching...
No Matches
decentralised_art.hpp File Reference
#include <format>
#include "native.h"
#include <asio.hpp>
#include <asio/experimental/awaitable_operators.hpp>
#include <spdlog/spdlog.h>
#include <spdlog/sinks/basic_file_sink.h>
#include <spdlog/sinks/stdout_color_sinks.h>
#include <absl/container/flat_hash_map.h>
#include <absl/container/flat_hash_set.h>
#include "cmd.hpp"
#include "server.hpp"
#include "http.hpp"
#include "session.hpp"
#include "evm.hpp"
#include "pt.hpp"
#include "file.hpp"
#include "api.hpp"
#include "auth.hpp"
#include "utils.hpp"
#include "version.hpp"
#include "loader.hpp"

Go to the source code of this file.

Namespaces

namespace  dcn
 

Variables

const asio::ip::port_type dcn::DEFAULT_PORT = 54321
 
const asio::ip::port_type dcn::DEFAULT_TLS_PORT = 54322