VIM20: An ERC20-compatible Utility Token with an ERC223 Receiver
Installation
-
Install Truffle globally.
npm install -g truffle
-
Download and install Ganache. https://truffleframework.com/ganache
-
Install the dependencies.
yarn (or npm install)
-
Launch Ganache and configure truffle.js.
-
Compile and migrate the smart contract.
yarn migrate (or npm run migrate)