Skip to content

Sahilgill24/StableStore

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributors Forks Stargazers Issues MIT License


Logo

StableStore

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

Get Started

Explore the docs »

  1. Clone the repo
    git clone https://github.com/Sahilgill24/StableStore.git && cd StableStore
  2. 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
    
  3. 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

License

Distributed under the MIT License. See LICENSE.txt for more information.

Contact

Sahil Gill
Twitter: @SahilGill24
Email: gursahilgill24@gmail.com

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published