Skip to content

libp2p/js-libp2p-record

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

@libp2p/record

libp2p.io Discuss codecov CI

libp2p record implementation

Table of contents

Install

$ npm i @libp2p/record

Browser <script> tag

Loading this module through a script tag will make it's exports available as Libp2pRecord in the global namespace.

<script src="https://unpkg.com/@libp2p/record/dist/index.min.js"></script>

Description

Implementation of go-libp2p-record in JavaScript.

API Docs

License

Licensed under either of

Contribution

Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.