Git Product home page Git Product logo

stablestore's Introduction

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: [email protected]

stablestore's People

Contributors

sahilgill24 avatar

Stargazers

 avatar Garv Makkar avatar Pratham Agarwal avatar Utkarsh Sharma avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.