Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

React client for Hydrogen Certification using Sequence

License

Notifications You must be signed in to change notification settings

digicatapult/sqnc-hyproof-client

SQNC HyProof Client

This repository is not production software. It should be used for investigation and demonstration purposes only

Deprecation Notice

This application was deprecated on October 9th 2024, there will be no further dependency or security updates.

This repository contains the code for the HyProof front-end (HyProof Client).

Instructions for running the Demonstrator can be found in /demo/hyproof-demo.md

Description

This repository contains the front-end for the HyProof proof of concept project.

HyProof is a DLT-based MVP delivered as part of the wider HII Seed initiative which aims to push the boundaries when it comes to building the socio-technical acceptability and business implications of a fully digitised UK certification infrastructure for verifiable hydrogen provenance ( e.g: green hydrogen, etc ).

Configuration

At the moment, this project is configured to use environment variables in a dot env ( .env ) file at root level ( although no env variables are need at the moment ).

Installation

npm i

Installs dependencies from package.json.

Usage

npm run build
npm run start

Runs the application using the default port.

Open http://localhost:3000 to view it in the Browser.

Dev Usage

npm run dev

Runs the application using the default port in dev mode.

Open http://localhost:3000 to view it in the Browser.

Build

npm run build

Builds the app for production to the build folder.

Assets

This project contains the following assets:

License

This project is licensed under the Apache 2.0 license.