Module index

Use the createLibp2p function to create a libp2p node.

Example

import { createLibp2p } from 'libp2p'

const node = await createLibp2p({
// ...other options
})

Index

Interfaces

Type Aliases

Functions