Repository Information

Repository Information

This repository serves as a vital resource for developers and builders in the Haven1 ecosystem. It encompasses a range of key features, each with their specific file paths and direct links for easy access. Here's an organized list for convenience:8

FeaturePathLink

ProofOfIdentity contract

contracts/proof-of-identity/ProofOfIdentity.sol

Examples

contracts/proof-of-identity/examples/*

Tests

test/proof-of-identity/*

Documentation

docs

Utils

utils

Templates

templates

All contracts have been extensively commented to aid in understanding the Provable Identity Framework.

Setting up a development environment

Installation Steps

Ensure that you have NodeJS installed on your system as it is essential for running and testing the framework.

Installation Steps

  1. Clone the Repository: Start by cloning the repository to your local machine. This will give you access to all necessary files and documentation.

    git clone [email protected]:haven1network/proof-of-identity-hackathon.git
  2. Navigate to the Directory: After cloning, change your current directory to the newly cloned repository.

    cd proof-of-identity
  3. Install Dependencies: Install all required dependencies to ensure your environment is ready for development.

    npm i

This setup will provide you with all the tools and resources needed to develop and test applications utilizing Haven1's Provable Identity Framework. For additional guidance and documentation, refer to the repository's documentation section.

Last updated