This repository has been archived by the owner on Jun 17, 2021. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 274
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #170 from ethereumjs/typescript
Migrate to typescript
- Loading branch information
Showing
13 changed files
with
1,799 additions
and
1,420 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
node_modules | ||
.vscode | ||
package.json | ||
dist | ||
.nyc_output | ||
test/testdata | ||
docs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,19 +1,28 @@ | ||
# SYNOPSIS | ||
|
||
[](https://www.npmjs.org/package/ethereumjs-util) | ||
[](https://travis-ci.org/ethereumjs/ethereumjs-util) | ||
[](https://coveralls.io/r/ethereumjs/ethereumjs-util) | ||
[](https://gitter.im/ethereum/ethereumjs-lib) or #ethereumjs on freenode | ||
|
||
[](https://github.com/feross/standard) | ||
|
||
[](https://gitter.im/ethereum/ethereumjs-lib) or #ethereumjs on freenode | ||
|
||
[](https://github.com/feross/standard) | ||
|
||
A collection of utility functions for ethereum. It can be used in node.js or can be in the browser with browserify. | ||
|
||
# API | ||
[./docs/](./docs/index.md) | ||
|
||
[./docs/](./docs/README.md) | ||
|
||
Most of the string manipulation methods are provided by [ethjs-util](https://github.com/ethjs/ethjs-util) | ||
|
||
--- | ||
|
||
Additionally ethereumjs-util re-exports a few commonly-used libraries. These include: | ||
|
||
- `BN` ([bn.js](https://github.com/indutny/bn.js)) | ||
- `rlp` ([rlp](https://github.com/ethereumjs/rlp)) | ||
- `secp256k1` ([secp256k1](https://github.com/cryptocoinjs/secp256k1-node/)) | ||
|
||
# LICENSE | ||
|
||
MPL-2.0 |
Oops, something went wrong.