Merge pull request #4460 from ethereum/docs-contract-abi

Rename ABI to Contract ABI
This commit is contained in:
Alex Beregszaszi 2018-07-10 11:04:10 +01:00 committed by GitHub
commit 5c404fcfac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2,14 +2,14 @@
.. _ABI:
******************************************
Application Binary Interface Specification
******************************************
**************************
Contract ABI Specification
**************************
Basic Design
============
The Application Binary Interface (ABI) is the standard way to interact with contracts in the Ethereum ecosystem, both
The Contract Application Binary Interface (ABI) is the standard way to interact with contracts in the Ethereum ecosystem, both
from outside the blockchain and for contract-to-contract interaction. Data is encoded according to its type,
as described in this specification. The encoding is not self describing and thus requires a schema in order to decode.