Skip to content

Instantly share code, notes, and snippets.

@vasa-develop
Last active December 28, 2019 12:10
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save vasa-develop/7ef99ba7921e11dfa820990a14431ea1 to your computer and use it in GitHub Desktop.
Save vasa-develop/7ef99ba7921e11dfa820990a14431ea1 to your computer and use it in GitHub Desktop.
SimpleAsWater: Building a Chat Application using Libp2p
# create a directory for the project and `cd` into it
$ mkdir -p hello-libp2p/src
$ cd hello-libp2p
# make it a git repository
$ git init .
Initialized empty Git repository in /home/vasa/Desktop/simpleaswater/libp2p/.git/
# make it an npm project
$ npm init -y
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment