create_helia

Function create_helia 

Source
pub async fn create_helia(
    config: Option<HeliaConfig>,
) -> Result<HeliaImpl, HeliaError>
Expand description

Create a new Helia node with the given configuration

If no configuration is provided, sensible defaults will be used.