Skip to content
@Stabolut

Stabolut

At Stabolut, our mission is anchored in leveraging blockchain's decentralization to democratize access to financial services

Stabolut — Decentralized Stablecoin Ecosystem

Welcome to the official GitHub organization of Stabolut, a dual-stablecoin and gasless payment ecosystem powered by the USB Stablecoin and SBL Governance Token.

Google Play Website Telegram Twitter


🏛️ Ecosystem Architecture & Repositories

                               ┌───────────────────────────┐
                               │   STABOLUT ECOSYSTEM      │
                               └─────────────┬─────────────┘
                                             │
      ┌──────────────────┬───────────────────┼───────────────────┬──────────────────┐
      ▼                  ▼                   ▼                   ▼                  ▼
┌───────────┐      ┌───────────┐       ┌───────────┐       ┌───────────┐      ┌───────────┐
│  mobile   │      │  backend  │       │ frontend  │       │smartcontr.│      │   Audit   │
│React Native│     │NodeJS API │       │ React Web │       │Solidity   │      │ Contracts │
│Wallet App │      │& Relayer  │       │Buy Portal │       │ ERC-865   │      │ & Reports │
└───────────┘      └───────────┘       └───────────┘       └───────────┘      └───────────┘

📦 Public Repositories & Tools

Repository Description Tech Stack Status
mobile Non-custodial mobile wallet with biometric security, staking, and gasless transfers (Google Play) React Native, Redux, Ethers 🟢 Active
backend REST API, WebSockets, and EIP-712 gasless transaction relayer for Arbitrum & XDC Node.js, Express, MongoDB, Web3 🟢 Active
frontend Web purchase portal enabling users to buy USB tokens with ETH and BTC React 18, MetaMask, UniSat 🟢 Active
smartcontracts Core ERC-865 USB Token smart contracts with pre-signed off-chain gasless transfers Solidity ^0.8.20, Hardhat 🟢 Active
Audit Full smart contract audit suite, Foundry unit tests, treasury engine, and architecture Solidity, Foundry, Python 🟢 Active
Whitepaper LaTeX source and compiled PDF for the core Stabolut USB and SBL tokenomics LaTeX, PDF 🟢 Active
Whitepaper-Mica LaTeX source and regulatory documentation for European MiCA compliance (ESB Token) LaTeX, Markdown 🟢 Active
BMEX_YieldCalc Zero-dependency Python engine for auditing BitMEX delta-neutral funding yields and APY Python 3.10+ (Stdlib) 🟢 Active
Sbl_executor High-performance real-time BitMEX orderbook depth visualizer (CLI + Desktop GUI) Python, WebSockets, Tkinter 🟢 Active

📱 Stabolut Mobile Wallet on Google Play

The official Android mobile wallet is available on the Google Play Store:

Get it on Google Play

👉 Download on Google Play Store


⚡ Quick Start: Running the Ecosystem Locally

1. Start Backend & MongoDB

git clone https://github.com/Stabolut/backend.git
cd backend
cp .env.example .env
docker compose up --build

API available at http://localhost:8003 with Swagger docs at http://localhost:8003/api-docs.

2. Run the Mobile Wallet

git clone https://github.com/Stabolut/mobile.git
cd mobile
npm install
npm start
# In a new terminal: npm run android (or npm run ios)

3. Run the Web Purchase Portal

git clone https://github.com/Stabolut/frontend.git
cd frontend
npm install && npm start

📄 License & Community

All code across the Stabolut ecosystem is open-sourced under the MIT License (and GPL-3.0 for Whitepapers/Audit specifications).

Popular repositories Loading

  1. backend backend Public

    Node.js backend API facilitating gasless transactions for USB Token on the blockchain. Seamlessly integrates with USB Token smart contracts for secure and efficient transactions.

    JavaScript

  2. frontend frontend Public

    React web app enabling users to purchase USB tokens using Ethereum or Bitcoin. Seamlessly integrates with blockchain wallets for secure and convenient transactions.

    CSS

  3. mobile mobile Public

    Mobile app empowering users to transfer USB tokens securely between wallets with gasless transactions. Features include built-in secure wallet functionality and seamless integration with USB Token …

    JavaScript

  4. smartcontracts smartcontracts Public

    Smart contract repository for USB Token, designed to enable gasless transactions and secure transfers between wallets. Implements robust functionality to ensure efficient and reliable transactions …

    Solidity

  5. .github .github Public

  6. Audit Audit Public

    Python

Repositories

Showing 9 of 9 repositories

People

This organization has no public members. You must be a member to see who’s a part of this organization.

Top languages

Loading…

Most used topics

Loading…