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:
Clone the repository:
git clone https://github.com/emeraldcitydev/floatInstall dependencies:
cd float npm installRun the DApp locally:
npm startAccess 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.