Skip to content
This repository was archived by the owner on Jun 17, 2021. It is now read-only.

Commit c43f8cf

Browse files
committed
Add re-exported libs to README.md
Signed-off-by: Sina Mahmoodi <[email protected]>
1 parent 9e84303 commit c43f8cf

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

README.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,14 @@ A collection of utility functions for ethereum. It can be used in node.js or can
1515

1616
Most of the string manipulation methods are provided by [ethjs-util](https://github.com/ethjs/ethjs-util)
1717

18+
---
19+
20+
Additionally ethereumjs-util re-exports a few commonly-used libraries. These include:
21+
22+
- `BN` ([bn.js](https://github.com/indutny/bn.js))
23+
- `rlp` ([rlp](https://github.com/ethereumjs/rlp))
24+
- `secp256k1` ([secp256k1](https://github.com/cryptocoinjs/secp256k1-node/))
25+
1826
# LICENSE
1927

2028
MPL-2.0

0 commit comments

Comments
 (0)