Name: Chirag Shah Programming Language : Php, HTML and JavaScript
Folder Structure:
- The code is kept in folder bts_scm.
- The folder consists of bootstrap folder(all js and css files), img folder(images), index.php and rpc_call.php.
- The project requires XAMPP server where the folder bts_scm can be placed inside htdocs(xampp/htdocs/bts_scm).
- "The project is locally hosted so when trying to run this project in other system would require XAMPP Server and Blockchain server running with the asset chain."
Run Code: Please follow below steps to run the code:
- The code is kept in folder in the fashion: xampp/htdocs/bts_scm
- Start the XAMPP server and access system using any browser and enter in url: " localhost/bts_scm/index.php".
- Other steps can be found in Project Documentation.
- Most importantly the system require the node ip address and rpc port to which it connects and fetches the information.
- The rpc_call.php contains the functionalities to connect using rpc calls and getting json response.
- We don't have to use rpc_call.php anywhere it is called from index.php from JS with repsect to functionilites of the system.