A marketplace for Renewable Energy Certificates (RECs) trading.
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes.
These steps are for the first-time users of Hyperledger Composer.
Please follow these instructions to install the pre-requisites for Hyperledger Composer.
After you have all the pre-requisites installed, follow these instructions to install the Hyperledger Composer development tools and Hyperledger Fabric.
A step by step series of examples that tell you how to get a development env running
Step 1: Clone the repo to local.
git clone https://github.com/tim-zhong/rec-marketplace.git
Step 2: Run the install script to deploy the application.
installer/install.sh
Upon finishing, this script will open a few tabs that make up the application, including a explorer of the REST API.
Step 3: Start the React application.
cd ui && npm start