This won the Filecoin storage deals track(1st place) as well as the Zondax track(2nd place) in HACKFS 2024
Check here
Welcome to StableStore, the all in one solution for stable coin checkouts in filecoin. Designed to streamline your operations and finances, StableStore offers a comprehensive suite of tools to manage your storage deals and monitor your performance.
View Docs · Report Bug · Request Feature- Clone the repo
git clone https://github.com/Sahilgill24/StableStore.git && cd StableStore
- Setup the environment files.
# frontend/ui/.env VITE_BACKEND_URI=http://localhost:8080/api VITE_DATA_BACKEND_URI=http://localhost:3000
# services/core/.env.development.local # PORT PORT=8080 DATABASE_URL= # TOKEN SECRET_KEY=developemtn_secret_key SMTP_HOST=smtp.gmail.com SMTP_PORT=587 SMTP_MAIL= SMTP_APP_PASS= LOG_FORMAT = dev LOG_DIR = ../logs # CORS ORIGIN = 'http://localhost:5174' CREDENTIALS = true
- Build and deploy
cd backend && npm i && cd controllers && node apiserver.js && cd ../ # running our API server cd frontend/ui && yarn && yarn dev --port 5174 && cd ../../ # running our frontend cd services/core && npm i && npm run dev
Distributed under the MIT License. See LICENSE.txt
for more information.
Sahil Gill
Twitter: @SahilGill24
Email: gursahilgill24@gmail.com