A simple single page web application aim to test for common design flaws in Solidity contracts. Built with Vue (browser style), Node.js Express, Bootstrap and utilizing the Truffle framework.
Part of a study in a Masters By Research course in Swinburne Sarawak, supported by Malsysia FRGS/1/2018/ICT04/SWIN/02/1 grant scheme.
This web app requires the Truffle development environment to facilitate directories and compilation of Solidity files (.sol) to JSON build files used for testing. Truffle can be installed via the command: npm install -g truffle
- Simply clone this repository and run
npm install
at the root directory to install packages. - Finally run
npm start
at the root directory where a Node Express instance will run atlocalhost:8081