Float screenshot

Float

Author Avatar Theme by Emerald dao
Updated: 5 Sep 2024
83 Stars

Proof of attendance platform on the Flow blockchain.

Categories

Overview:

The FLOAT repo is a source code repository for Emerald City’s FLOAT DApp. It contains the contract addresses for the FLOAT application on both the mainnet and testnet.

Features:

  • Contract Addresses: The repository provides the FLOAT contract addresses for both the mainnet and testnet.

Installation:

To install the FLOAT DApp, follow the steps below:

  1. Clone the repository:

    git clone https://github.com/emeraldcitydev/float
    
  2. Install dependencies:

    cd float
    npm install
    
  3. Run the DApp locally:

    npm start
    
  4. Access the FLOAT DApp in your web browser at http://localhost:3000.

Summary:

The FLOAT repository includes the source code for Emerald City’s FLOAT DApp and provides the contract addresses for both the mainnet and testnet. To install the DApp locally, clone the repository, install the dependencies, and run the DApp locally using the provided steps.