Skip to content

AdrianGeorgeM/Interacting-With-a-Smart-Contract

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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