libp2p-ts/README.md

16 lines
877 B
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 11:31:52 +02:00
- [keccak](https://github.com/cryptocoinjs/keccak)
2018-06-21 13:29:23 +02:00
- [multiaddr](https://github.com/multiformats/js-multiaddr)
- [peer-id](https://github.com/libp2p/js-peer-id)