1 2 3 4 5 6
use tchain::daemon::*; fn main() -> std::io::Result<()> { // Placeholder daemon::daemon_startup(".blockchaindb")?; Ok(()) }