@moneyonchain/voting
v1.5.1-beta.1
Published
Money On Chain Voting System
Readme
MOC Shared
Moc Voting smart contract, used to change platform parameters by voting with the MOCs stake.
Tooling
This repo uses solhint and eslint linters to check errors in solidity and js code respectively.
To format the code prettier and prettier-plugin-solidity are used.
To avoid clashes between eslint and prettier we use eslint-config-prettier to disable
some eslint rules. For more details see: integrating-with-linters
Finally husky executes lint-staged during the pre-commit and lint-staged runs the linters and
formatters over the code.
