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

feat: provide default libp2p instance #127

Merged
merged 3 commits into from
May 19, 2023
Merged

Commits on May 19, 2023

  1. feat: provide default libp2p instance

    The original intention was to allow users to configure a libp2p node
    to their requirements but it's a non-trivial undertaking unless the
    user is deeply familiar with the libp2p stack.
    
    Instead, let's provide node and browser libp2p instances with sensible
    defaults that give the user the best chance of success on first try.
    achingbrain committed May 19, 2023
    Configuration menu
    Copy the full SHA
    0f082c0 View commit details
    Browse the repository at this point in the history
  2. chore: config update

    achingbrain committed May 19, 2023
    Configuration menu
    Copy the full SHA
    6045bf5 View commit details
    Browse the repository at this point in the history
  3. chore: fix deps

    achingbrain committed May 19, 2023
    Configuration menu
    Copy the full SHA
    0a9b085 View commit details
    Browse the repository at this point in the history