Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 291 Bytes

File metadata and controls

7 lines (5 loc) · 291 Bytes

Interacting-With-a-Smart-Contract

In Ethereum, a contract's ABI is the standard way to interact with a contract. ABI - Application Binary Interface (Ethereum)

If your web application wants to interact with a smart contract on Ethereum, itneeds: the contract's address the contract's ABI