Skip to content

Latest commit

 

History

History
16 lines (9 loc) · 956 Bytes

README.md

File metadata and controls

16 lines (9 loc) · 956 Bytes

Solidity Code Parser

Important: This project is still under construction and will be updated soon

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.

Prerequisites

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

Setup

  1. Simply clone this repository and run npm install at the root directory to install packages.
  2. Finally run npm start at the root directory where a Node Express instance will run at localhost:8081