Valid Proof is an open-source and configurable website, built in React + Vite and mantained by BLOOCK which provides a carefully curated user experience that enables you to visualize all verification steps and details from a file processed by BLOOCK.
To use this project, follow these steps:
- Clone the repository to your local machine:
git clone https://github.com/bloock/valid-proof.git
- Navigate to the project directory:
cd valid-proof
- Install dependencies:
yarn
- Start the development server:
yarn start
- Open your web browser and visit
http://localhost:3000
to view the website.
To deploy the website, follow these steps:
- Build the project:
yarn run build
-
This will create a
build
folder containing the compiled assets. -
Host the contents of the
build
folder on your preferred web hosting service. For specific instructions for different providers check this link.
This project is licensed under the MIT License - see LICENSE for details.
For questions or feedback, please contact us at [support@bloock.com].