🤗We're pleased to announce that Orb is now fully free 💸 and open source🎊 under the GNU GENERAL PUBLIC LICENSE.🍾🚀💥
Windows and OSX binary builds can be found in the repo's releases page. Please install on your 💻📱 not your node.
Android users please download the latest APK in the releases page. The Google Play listing is probably out of date.
You can get Orb IOS using TestFlight (Please consider donating to our Apple dev license fund).
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
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
It's prudent to 🔎 code before running it on a mainnet node:
- Fork the repo
- Enable actions for your fork
- Create a new branch called 'build_multi'
- 🔬 the code whilst it's building
- ⬇️ your build from your fork's 'releases' page
🤓Every inch 📏 of 🔮 is documented: Read the docs.
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.
- ➡️ Fork ➡️ Use ➡️ PR 🚀