This project implements a custom ERC20 token. It was done as an assignment in the Blockchains and Decentralized applications course at VUT FIT
To run it install truffle and ganache-cli and additional dependencies.
npm install -g truffle
npm install -g ganache-cli
npm install
Then to test it run ganache-cli
and then in second terminal truffle test
Demontration video is available here