Skip to content

Megawatts-Enterprises/orb

 
 

Repository files navigation

⚡🔮 is now Free & Open Source

🤗We're pleased to announce that Orb is now fully free 💸 and open source🎊 under the GNU GENERAL PUBLIC LICENSE.🍾🚀💥

orb

Downloading the Desktop builds ⬇️

Windows and OSX binary builds can be found in the repo's releases page. Please install on your 💻📱 not your node.

Downloading the Mobile builds ⬇️

Android

Android users please download the latest APK in the releases page. The Google Play listing is probably out of date.

IOS

You can get Orb IOS using TestFlight (Please consider donating to our Apple dev license fund).

Running Orb from source 🐍

If you have Python3 & git on a unix-like device:

git clone https://github.com/lightningorb/orb.git
cd orb
pip3 install -r requirements.txt
python3 main.py

With venv

Consider installing Orb's dependencies in a virtual 📦 to keep things clean:

git clone https://github.com/lightningorb/orb.git
cd orb
python3 -m venv venv
. venv/bin/activate
pip3 install -r requirements.txt
python3 main.py

Don't trust: verify🕵️

It's prudent to 🔎 code before running it on a mainnet node:

Documentation

🤓Every inch 📏 of 🔮 is documented: Read the docs.

Call to action💪

Non-devs

Do you believe in ₿ and ⚡ and want to help? 👊 Then pick any one of these at random:

  • Bookmark 🔖 this repo.
  • Use Orb.
  • ⭐ this repo.
  • Tweet / Note about trying out 🔮.
  • Write a blog post.
  • Create Youtube 🔮 tutorial.
  • Find bugs & Log issues.
  • Triage issues.
  • Contribute to the docs.

Devs

  • ➡️ Fork ➡️ Use ➡️ PR 🚀

Releases

No releases published

Packages

No packages published

Languages

  • Python 83.6%
  • CSS 4.9%
  • kvlang 4.6%
  • Svelte 4.0%
  • JavaScript 1.1%
  • SCSS 1.0%
  • Other 0.8%