Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

763 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gleec Wallet & DEX

style: very good analysis

web_app

Open in GitHub Codespaces

Runs on:

  • Web
  • Desktop
    • Windows
    • MacOS
    • Linux
  • Mobile
    • Android
    • iOS

Web Deployment

The web wallet is deployed automatically via GitHub Actions to GitHub Pages at alrighttt.github.io/atomicDEX-Desktop. Pushes to main trigger a build and deploy. See .github/workflows/github-pages.yml for details.

Self-host the web wallet

A pre-built static site is available on the static-web branch. No Flutter install or build step required — just clone and serve.

Run locally

# Clone only the static-web branch (small, no source code)
git clone --single-branch --branch static-web https://github.com/GLEECBTC/gleec-wallet.git gleec-wallet-web
cd gleec-wallet-web

# Serve locally (pick one)
python3 -m http.server 8080
# or
npx serve -s . -l 8080

Then open http://localhost:8080.

Host on Cloudflare Pages or GitHub Pages

  1. Fork this repo (or push to your own)
  2. Point your hosting provider at the static-web branch
  3. Set build command to (leave empty) — the branch already contains the built site
  4. Set output directory to / (the branch root is the site root)

Cloudflare Pages is recommended because it supports custom response headers (_headers file) needed for the WASM build. GitHub Pages works too but requires the non-WASM fallback build.

Rebuild the static site

To rebuild the static-web branch from source:

git clone --recurse-submodules https://github.com/GLEECBTC/gleec-wallet.git
cd gleec-wallet
./scripts/deploy.sh

This requires Flutter 3.41.4+. The script builds the web app and force-pushes build/web/ to the static-web branch.


Developer guide.

Index

About

atomicDEX Desktop app - project codename "Dextop"

Resources

Code of conduct

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages