Custom Libp2p Node
Less than 1 minuteGuide
You can customize the libp2p node when initializing the metapoint peer
import { peer } from "metapoint";
const node = await peer({ libp2p: customNode });
You can customize the libp2p node when initializing the metapoint peer
import { peer } from "metapoint";
const node = await peer({ libp2p: customNode });