Proof of attendance platform on the Flow blockchain.
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.
To install the FLOAT DApp, follow the steps below:
Clone the repository:
git clone https://github.com/emeraldcitydev/float
Install dependencies:
cd float
npm install
Run the DApp locally:
npm start
Access the FLOAT DApp in your web browser at http://localhost:3000.
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.