Crate ockam_api

source ·
Expand description

This crate supports the creation of a fully-featured Ockam Node (see NodeManager in src/nodes/service.rs).

§Configuration

A NodeManager maintains its database and log files on disk in the OCKAM_HOME directory (~/.ockam) by default:

root
├─ database.sqlite
├─ nodes
│  ├─ node1
│  │  ├─ stderr.log
│  │  ├─ stdout.log
│  ├─ node2
│  └─ ...

Re-exports§

Modules§

Macros§

Structs§

Enums§

Traits§

Functions§