Skip to content

Latest commit

 

History

History
24 lines (15 loc) · 925 Bytes

README.md

File metadata and controls

24 lines (15 loc) · 925 Bytes

Contraktor

A smart contract explorer.

  • Browse through common DeFi projects or any other verified smart contract​ from Etherscan
  • Find related smart contracts on different networks​
  • Visualize and interact with the contract's resources and state

Production

Netlify Status

Development

In the project directory, you can run:

  • npm start to run the app in the development mode. Default is http://localhost:3000.
  • npm test to luanch the test runner in the interactive watch mode.
  • npm build to create a production build. Output can be found in the build folder.

More info on Create React App.