Install Node version 12.83 or higher. Open a command line shell.
Run npm install
to install dependencies of the project
Finally npm install -g truffle
will install truffle
To compile the contracts use Truffle. Use npm install -g truffle
if not installed.
truffle compile
In a new shell compile the contracts
truffle compile
Use npm test
to test the contracts. Test file is in tests/
directory