@libp2p/interface-keys
Keys interface for libp2p
$ cnpm install @libp2p/interface-keys 
SYNC missed versions from official npm registry.

@libp2p/interface-keys

libp2p.io Discuss codecov CI

Keys interface for libp2p

Table of contents

Install

$ npm i @libp2p/interface-keys

Using the Test Suite

You can also check out the internal test suite to see the setup in action.

const tests = require('libp2p-interfaces-compliance-tests/keys')
const yourKeys = require('./your-keys')

tests({
  setup () {
    // Set up your keys if needed, then return it
    return yourKeys
  },
  teardown () {
    // Clean up your keys if needed
  }
})

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.

Current Tags

  • 1.0.8                                ...           latest (3 years ago)
  • 1.0.8-d853d124                                ...           next (3 years ago)

20 Versions

  • 1.0.8-d853d124                                ...           3 years ago
  • 1.0.8-ea8a0637                                ...           3 years ago
  • 1.0.8-ab0e3980                                ...           3 years ago
  • 1.0.8-3dfc236e                                ...           3 years ago
  • 1.0.8-8c6b6d24                                ...           3 years ago
  • 1.0.8-d2f1eff4                                ...           3 years ago
  • 1.0.8-5a9fb4d6                                ...           3 years ago
  • 1.0.8-883082ca                                ...           3 years ago
  • 1.0.8-1c6702c8                                ...           3 years ago
  • 1.0.8                                ...           3 years ago
  • 1.0.7                                ...           3 years ago
  • 1.0.6                                ...           3 years ago
  • 1.0.5                                ...           3 years ago
  • 1.0.4                                ...           3 years ago
  • 1.0.3                                ...           4 years ago
  • 1.0.2                                ...           4 years ago
  • 1.0.1                                ...           4 years ago
  • 1.0.0                                ...           4 years ago
  • 0.0.1                                ...           4 years ago
  • 0.0.0                                ...           4 years ago
Downloads
Today 0
This Week 0
This Month 0
Last Day 0
Last Week 0
Last Month 0
Dependencies (0)
None
Dev Dependencies (1)

Copyright 2013 - present © cnpmjs.org | Home |