Skip to content
This repository was archived by the owner on Nov 7, 2025. It is now read-only.

protofire/solhint-workshop

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Solhint: Workshop

  1. Install Solhint via npm:

    npm i -g solhint

  2. Initialize a configuration file:

    solhint init-config

  3. Update .solhint.json to extend solhint:recommended instead of solhint:default

  4. Add the reason-string rule to the configuration.

  5. Run solhint on the ERC20.sol contract:

    solhint ERC20.sol

  6. Fix the warnings and errors

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors