Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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.