Clone the repo
cd GasStation
Create .env file and provide these urls and api key to the .env file
FTM_MAIN_NET="https://rpcapi.fantom.network"
FTM_TEST_NET="https://rpc.testnet.fantom.network/"
FTM_MAIN_NET_API_URL=""
FTM_TEST_NET_API_URL="https://api-testnet.ftmscan.com/api"
FTM_API_KEY="YOUR_FANTOM_API_KEY"
DAPPPRIVATEKEY="ACCOUNT_PRIVATE_KEY"
DAPPPUBLICKEY="ACCOUNT_PUBLIC_KEY"
npm i
npm start
After running the project hit http//:localhost:3000