Skip to content

Web application with a suite of tools for playing around with smart contracts and Ethereum tech

License

Notifications You must be signed in to change notification settings

dmerrill6/EthTools

Repository files navigation

EthTools

EthTools is developed using the React Framework to provide a fast and usable experience to the end user. The goal is to provide a good interface for rapid prototyping, easier interaction with smart contracts and an alternative for those moments where you don't have all the libraries installed or you are in an emergency and don't have the time to remember all the commands

Website

www.ethtools.io

Installing the app locally

Just clone the repo and run:

npm install

npm start

Application Features

Currently, EthTools can do two things:

1- Explore contracts: It is very easy in EthTools to check a contract state, read its variables and public functions, and commit state-changing actions to it.

2- Deploy contracts: Simply insert the contract code, choose constructor params, and send the transaction to deploy new contracts to the Blockchain using MetaMask.

Contributing

Contributions are welcome.

Before contributing, please read the Contributing docs.

License

EthTools is licensed using the MIT License. It is very permissive and you can read it here: MIT License.

About

Web application with a suite of tools for playing around with smart contracts and Ethereum tech

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages