https://github.com/adriangeorgem/interacting-with-a-smart-contract
ABI - Application Binary Interface (Ethereum)
https://github.com/adriangeorgem/interacting-with-a-smart-contract
abi alchemy alchemyapi contract-abi ethereum etherscan metamask-wallet
Last synced: 7 months ago
JSON representation
ABI - Application Binary Interface (Ethereum)
- Host: GitHub
- URL: https://github.com/adriangeorgem/interacting-with-a-smart-contract
- Owner: AdrianGeorgeM
- Created: 2023-01-27T22:00:02.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-01-27T23:31:13.000Z (over 2 years ago)
- Last Synced: 2025-01-12T14:46:31.181Z (9 months ago)
- Topics: abi, alchemy, alchemyapi, contract-abi, ethereum, etherscan, metamask-wallet
- Language: JavaScript
- Homepage:
- Size: 4.59 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# 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