Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

src: Move introduction to new tutorial.rs #2018

Merged
merged 5 commits into from
Apr 1, 2021
Merged

Commits on Mar 26, 2021

  1. src: Move introduction to new tutorial.rs

    This commit extends the ping example in `src/tutorial.rs, by walking a
    newcomer through the implementation of a simple ping node step-by-step,
    introducing all the core libp2p concepts along the way.
    
    With the ping tutorial in place, there is no need for the lengthy libp2p
    crate level introduction, which is thus removed with this commit.
    mxinden committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    e92d5fb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8147ccc View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2021

  1. Apply suggestions from code review

    Co-authored-by: Roman Borschel <[email protected]>
    mxinden and romanb authored Apr 1, 2021
    Configuration menu
    Copy the full SHA
    66006e7 View commit details
    Browse the repository at this point in the history
  2. src/tutorial: Wrap lines

    mxinden committed Apr 1, 2021
    Configuration menu
    Copy the full SHA
    393851a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    060a4c4 View commit details
    Browse the repository at this point in the history