Skip to content

zen-eth/zig-libp2p

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

93 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

zig-libp2p

Zig implementation of libp2p, a modular network stack that allows you to build your own peer-to-peer applications.

Note: This is a work in progress and not yet ready for production use. The API may change frequently as we iterate on the design and implementation.

Prerequisites

  • Zig 0.14.0

Building

To build the project, run the following command in the root directory of the project:

zig build -Doptimize=ReleaseFast

Running Tests

To run the tests, run the following command in the root directory of the project:

zig build test --summary all