An interface for interacting with EVM smart contracts.
Live on: https://0xazuredev.github.io/sc-interface/
This Smart Contract interface is an all-in-one interface for executing smart contract functions without the need for a dedicated frontend. It's simple as A B C, just connect your wallet, paste the contract ABI and address and execute from a list of all the available contract functions.
- Node.js/NPM - You can use NVM / NVM for Windows to manage Node version installs (minimum
16.4.2
). - Yarn (optional)
You can run the app locally using:
npm install
npm run dev
or
yarn
yarn dev
- Add an ETH amount field for payable functions.
- Remove all
any
references from the app. - Better documentation.
- Add Github logo & link to the app so users can fork.
- Option to connect wallet with localhost.
- Save ABI/contract address for easy retrieve and run.
- Fork it (https://github.com/0xAzureDev/sc-interface/fork)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'feat: some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request
Distributed under the MIT
License. See LICENSE
for more information.
LicenseContributing