Skip to content

Commit decc822

Browse files
committed
Update README
1 parent 592b062 commit decc822

File tree

1 file changed

+0
-30
lines changed

1 file changed

+0
-30
lines changed

README.md

-30
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,5 @@
11
# ethabi
22

3-
[![Build Status][travis-image]][travis-url][![Build coverage][coveralls-image]][coveralls-url]
4-
5-
[travis-image]: https://travis-ci.org/paritytech/ethabi.svg?branch=master
6-
[travis-url]: https://travis-ci.org/paritytech/ethabi
7-
[coveralls-image]: https://coveralls.io/repos/github/paritytech/ethabi/badge.svg?branch=master
8-
[coveralls-url]: http://coveralls.io/github/paritytech/ethabi?branch=master
9-
103
The ABI, Application Binary Interface, is basically how you call functions in a contract and get data back.
114

125
> An ABI determines such details as how functions are called and in which binary format information should be passed from one program component to the next...
@@ -24,19 +17,10 @@ Please make sure to pre-process your ABI in case it's not supported before using
2417

2518
### Installation
2619

27-
- via cargo
28-
2920
```
3021
cargo install ethabi-cli
3122
```
3223

33-
- via homebrew
34-
35-
```
36-
brew tap paritytech/paritytech
37-
brew install ethabi
38-
```
39-
4024
### Usage
4125

4226
```
@@ -242,17 +226,3 @@ ethabi decode log ./examples/event.json Event -l 0000000000000000000000000000000
242226

243227
> a bool true<br/>
244228
> b address 4444444444444444444444444444444444444444
245-
246-
### Alternative tools
247-
248-
- [ethabi-js](https://github.com/jacogr/ethabi-js) - javascript port of this library created by [@jacogr](https://github.com/jacogr)
249-
250-
## Parity Ethereum toolchain
251-
252-
In addition to the Parity Ethereum client, there are additional tools in this repository available:
253-
254-
- [evmbin](https://github.com/paritytech/parity-ethereum/blob/master/evmbin/) - EVM implementation for Parity Ethereum.
255-
- [ethabi](https://github.com/paritytech/ethabi) - Parity Ethereum function calls encoding.
256-
- [ethstore](https://github.com/paritytech/parity-ethereum/blob/master/ethstore/) - Parity Ethereum key management.
257-
- [ethkey](https://github.com/paritytech/parity-ethereum/blob/master/ethkey/) - Parity Ethereum keys generator.
258-
- [whisper](https://github.com/paritytech/parity-ethereum/blob/master/whisper/) - Implementation of Whisper-v2 PoC.

0 commit comments

Comments
 (0)