Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/montoya/contract-explorer
Interact with any contract using just an address + ABI
https://github.com/montoya/contract-explorer
ethereum react smart-contracts solidity
Last synced: 1 day ago
JSON representation
Interact with any contract using just an address + ABI
- Host: GitHub
- URL: https://github.com/montoya/contract-explorer
- Owner: Montoya
- License: mit
- Created: 2022-12-10T01:11:02.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2022-12-12T19:48:18.000Z (almost 2 years ago)
- Last Synced: 2023-04-12T04:48:50.671Z (over 1 year ago)
- Topics: ethereum, react, smart-contracts, solidity
- Language: JavaScript
- Homepage: https://Montoya.github.io/contract-explorer/
- Size: 10.6 MB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Contract Explorer
This is a simple React app that can take any contract address + JSON ABI and output a form with all of the read and write functions. Then, you can connect MetaMask and use any of the forms to interact with the contract.
The interface is very simple so that you can take it and use it in your projects.