Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 447 Bytes

dial_bootstrap.md

File metadata and controls

9 lines (7 loc) · 447 Bytes
  • You can dial to a multiadr using libp2p .dial Try it yourlsef
  • init multiadr, dail libp2p (some more description about the apis)

Try it locally

  • open one terminal and run the bootsrap
  • and from other term run index, you would see the connect log!

Now you are able to make a connection between the bootstrap and a user. This concludes the chapter. In the next chapter we would try to send and recieve data through the establised connection.