Skip to main content

Custom Libp2p Node

SOVLOOKUPLess than 1 minuteGuide

You can customize the libp2p node when initializing the metapoint peer

import { peer } from "metapoint";
const node = await peer({ libp2p: customNode });