dappuniversity / election

A Decentralized Ethereum Voting Application Tutorial
563 stars 506 forks source link

Updated for truffle 5 #30

Open joshuacox opened 4 years ago

joshuacox commented 4 years ago

Going through the tutorial independently I came to much the same result as in #18 applying the changes as recommended in the official release notes for truffle 5.

With a few key differences, mainly I see no use in committing the generated build directory which should be in the .gitignore file along with node_modules.

That and I've run npm audit fix and updated the modules themselves.