libp2p-ts/README.md

33 lines
1.9 KiB
Markdown
Raw Normal View History

2018-06-21 09:54:24 +02:00
# @polkadot/ts
2018-06-21 10:00:25 +02:00
TypeScript definitions for packages that are not (yet) available on [DefinitelyTyped](https://github.com/DefinitelyTyped/DefinitelyTyped) but are used in `@polkadot` projects.
2018-06-21 09:54:24 +02:00
In general, updates here should have corrsponding PRs on the DefinitelyTyped repo. Tracking should be provided for these.
# libraries
2018-06-21 10:00:25 +02:00
This following libraries are currently included. Where possible add the relevant DT PRs as there are included - may not be applicable initially if definitions are not expansive enough or fully tested internally.
2018-06-21 09:54:24 +02:00
2018-06-21 10:31:25 +02:00
- [blakejs](https://github.com/dcposch/blakejs)
2018-06-21 13:29:23 +02:00
- [bn.js](https://github.com/indutny/bn.js) [@types PR #26717](https://github.com/DefinitelyTyped/DefinitelyTyped/pull/26717)
2018-06-21 14:38:41 +02:00
- [interface-connection](https://github.com/libp2p/interface-connection)
- [interface-transport](https://github.com/libp2p/interface-transport)
2018-06-21 11:31:52 +02:00
- [keccak](https://github.com/cryptocoinjs/keccak)
2018-06-21 15:15:18 +02:00
- [libp2p-kad-dht](https://github.com/libp2p/js-libp2p-kad-dht)
- [libp2p-mdns](https://github.com/libp2p/js-libp2p-mdns)
- [libp2p-mplex](https://github.com/libp2p/js-libp2p-mplex)
2018-06-21 15:23:22 +02:00
- [libp2p-railing](https://github.com/libp2p/js-libp2p-railing)
- [libp2p-secio](https://github.com/libp2p/js-libp2p-secio)
2018-06-21 15:15:18 +02:00
- [libp2p-spdy](https://github.com/libp2p/js-libp2p-spdy)
- [libp2p-tcp](https://github.com/libp2p/js-libp2p-tcp)
- [libp2p-webrtc-direct](https://github.com/libp2p/js-libp2p-webrtc-direct)
- [libp2p-webrtc-star](https://github.com/libp2p/js-libp2p-webrtc-star)
- [libp2p-websockets](https://github.com/libp2p/js-libp2p-websockets)
2018-06-21 13:29:23 +02:00
- [multiaddr](https://github.com/multiformats/js-multiaddr)
2018-06-21 13:44:42 +02:00
- [peer-book](https://github.com/libp2p/js-peer-book)
2018-06-21 13:29:23 +02:00
- [peer-id](https://github.com/libp2p/js-peer-id)
2018-06-21 13:44:42 +02:00
- [peer-info](https://github.com/libp2p/js-peer-info)
- [pull-pushable](https://github.com/pull-stream/pull-pushable)
- [pull-stream](https://github.com/pull-stream/pull-stream)
2018-06-21 16:02:16 +02:00
- [tweetnacl](https://github.com/dchest/tweetnacl-js)