Skip to content

Commit

Permalink
Removed old git history.
Browse files Browse the repository at this point in the history
  • Loading branch information
Bosch-0 committed May 30, 2022
0 parents commit c445e85
Show file tree
Hide file tree
Showing 35 changed files with 22,993 additions and 0 deletions.
20 changes: 20 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# Dependencies
/node_modules

# Production
/build

# Generated files
.docusaurus
.cache-loader

# Misc
.DS_Store
.env.local
.env.development.local
.env.test.local
.env.production.local

npm-debug.log*
yarn-debug.log*
yarn-error.log*
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
# # [Zeus official documentation](https://docs.zeusln.app/)

This repo contains the code that powers the [docs.zeusln.app website](https://docs.zeusln.app/).

## Contents


## Getting started
3 changes: 3 additions & 0 deletions babel.config.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
module.exports = {
presets: [require.resolve('@docusaurus/core/lib/babel/preset')],
};
5 changes: 5 additions & 0 deletions docs/Contribute/Design.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

---

# Design
4 changes: 4 additions & 0 deletions docs/Contribute/Translate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
---
---

# Translate
21 changes: 21 additions & 0 deletions docs/Contribute/Write.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
---

---

# Write

Have a knack for writing? There is several ways in which you can contribute your writing skills to Zeus.

## Documentation

The first way you can contributing your writing skills is directly to this documentation website.

## Articles



## Requirements



##
5 changes: 5 additions & 0 deletions docs/Contribute/code.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

---

# Code
5 changes: 5 additions & 0 deletions docs/Contribute/community-call.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

---

# Community call
26 changes: 26 additions & 0 deletions docs/Contribute/donate.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
---

---

# Donate

If you would like to support Zeus financially and help us with general operation costs of running the project, you can contribute bitcoin directly to the team.

Some costs we have to regularly pay include:

- iOS developer account
- Google play developer account
- Hosting for various sites we maintain
- Bounties for new features

## Donation options

We have several ways you can donate bitcoin to the Zeus project. All our options have no middle-man so you can be sure 100% of your donation is going to Zeus.

- Our self hosted [BTCPay page](https://pay.zeusln.app/)
- PayNym ([+holymorning7d1](http://my.paynym.is/+holymorning7d1))
- Lightning address (tips@pay.zeusln.app)

## Sponsor Zeus

If you would like a more formal way to contribute to Zeus you can sponsor the project which will get you some sponsorship perks depending on your level of sponsorship.
19 changes: 19 additions & 0 deletions docs/Contribute/how-you-can-contribute.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
---

---

# Contribute to Zeus

Zeus is free and open-source software (FOSS) that is built by and for the bitcoin community. Zeus is entirely built by volunteer contributors from all around the world.

We welcome, appreciate, and encourage new contributions from anyone. No matter what your talent may be, we always have work that needs to be done to improve Zeus.

Below are some common ways contributors help out with the project. Contributions are not limited to this list and if you have a skill to offer outside that you think would be valuable to Zeus, feel free to message us on our [Telegram](https://t.me/ZeusLN), pop us an [email](zeusln@tutanota.com), or come join our [weekly community call](/contribute/community-call) at 01:00 UTC time every Wednesday to chat.

- [Code](/contribute/code)
- [Design](/contribute/design)
- [Write](/contribute/write)
- [Translate](/contribute/translate)
- [Community calls](/contribute/community-call)
- [Donate](/contribute/donate)
- [Other](/contribute/other)
16 changes: 16 additions & 0 deletions docs/Contribute/other.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
---

---

# Other

## Videos & graphics


## Discussions


## Report bugs


## Spread the word
77 changes: 77 additions & 0 deletions docs/about-zeus.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,77 @@
---
sidebar_position: 1
slug: /
---

# About Zeus

![Banner image](../static/img/banner.png)

Zeus is a mobile bitcoin wallet that makes bitcoin payments simple, gives users complete control of their finances, and allows more advanced users to manage their Lightning nodes from the palm of their hand.

Zeus is available to download on the [Google play store](https://play.google.com/store/apps/details?id=app.zeusln.zeus), [Apple app store](https://apps.apple.com/us/app/zeus-ln/id1456038895) and [F-Droid](https://f-droid.org/packages/app.zeusln.zeus/).

If you are having trouble using Zeus, would like to contribute to the project, or are just interested in learning more, you can read these docs, reach out to our community on [Telegram](https://t.me/zeusLN), keep up with us on [Twitter](https://twitter.com/ZeusLN), join our [developer slack](https://zeusln.slack.com/join/shared_invite/zt-qw205nqa-o4VJJC0zPI7HiSfToZGoVw#/) or open an issue on [GitHub](https://github.com/ZeusLN/zeus).

## Features

- Bitcoin only wallet
- Non-custodial
- No processing fees
- No KYC
- Fully open source (APGLv3)
- Lightning accounts
- On-chain accounts
- Easy to use activity menu
- NFC payments and requests
- PIN or passphrase encryption
- Privacy mode - hide your sensitive data
- Send to Lightning addresses
- Full LNURL support (Pay, withdraw, auth, channel)
- Connect over Tor
- Connect LNDHub instances
- Connect your own Lightning node(s) (LND, c-lightning (REST or Spark), Eclair, BTCPay)
- Lighting channel management
- Detailed routing reports
- Manage routing fees
- MPP/AMP support
- Keysend support
- Sign & verify messages
- Replace-by-fee (RBF) and Child-pays-for-parent (CPFP) support
- SegWit support
- Fiat currency integrations
- [Multiple languages](https://www.transifex.com/ZeusLN/zeus/)
- Multi-theme

## Work-in-progress features

- Non-custodial mobile node using Zeus our Lightning service provider (LSP)
- Multiple profile types (Payments, node, merchant)
- Contact lists
- Watch-only accounts
- Hidden profiles
- Coin control
- Taproot support
- External signer accounts
- Vault (multisig) accounts
- Generate your own name@zeusln.app Lightning address
- Zeus usernames - easily send between other Zeus users
- Connect a Lightning watchtower
- Advanced security centre
- Notifications
- Batch transactions
- Broadcast transactions
- Partially-signed-bitcoin-transaction (PSBT) Support
- PayJoin

## Who is Zeus for?

Currently Zeus is for people running [Lightning Network Daemon (LND)](https://lightning.engineering/), [Eclair](https://acinq.co/) or [Core lightning](https://blockstream.com/lightning/) (REST or Spark API) lightning nodes.

Merchants using [BTCPay](https://btcpayserver.org/) or [LNBits](https://lnbits.com/) can also connect to, use, and manage their nodes from Zeus. Users of [LNDHub](https://bluewallet.io/lndhub/) and [Nayuta Core](https://nayuta.co/core/) can also connect to and use Zeus.

Coming in 2022 Zeus will start catering to average users who just want a simple way to make fast, cheap bitcoin payments from their mobile device by having a built-in mobile Lightning node with an integrated [lightning service provider (LSP)](https://medium.com/breez-technology/introducing-lightning-service-providers-fe9fb1665d5f).

## Supporters

To see our supporters, or become one yourself, check out our about page on our [official website](https://zeusln.app/about). You can also contribute and support to Zeus in [many other ways](/contribute/how-you-can-contribute).
56 changes: 56 additions & 0 deletions docs/for-users/getting-started/lightning-node-connect.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,56 @@
---
title: Connecting to Zeus
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem';

# Connecting to Zeus

## Full node solutions

<Tabs>

<TabItem value="Umbrel">

> Android developers may be familiar with this concept.
</TabItem>
<TabItem value="Raspiblitz">

> iOS developers may be familiar with this concept.
</TabItem>
<TabItem value="Citadel">

> Web developers may be familiar with this concept.
</TabItem>
<TabItem value="MyNode">

> Web developers may be familiar with this concept.
</TabItem>
<TabItem value="Nodl">

> Web developers may be familiar with this concept.
</TabItem>
</Tabs>

## Payment platforms

<Tabs>

<TabItem value="BTCPay Server">

> Android developers may be familiar with this concept.
</TabItem>
<TabItem value="LNBits">

> Android developers may be familiar with this concept.
</TabItem>

</Tabs>
34 changes: 34 additions & 0 deletions docs/for-users/getting-started/lightning-node-setup.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,34 @@
---
title: Before using Zeus
---

import Tabs from '@theme/Tabs';
import TabItem from '@theme/TabItem'

# Before using Zeus

To start using Zeus you will need to be running your own lightning node.

## What is a lightning node?

<Tabs>

<TabItem value="LND">

> Android developers may be familiar with this concept.
</TabItem>

<TabItem value="Core Lightning">

> Android developers may be familiar with this concept.
</TabItem>

<TabItem value="Eclair">

> Android developers may be familiar with this concept.
</TabItem>

</Tabs>
5 changes: 5 additions & 0 deletions docs/for-users/support-and-community/support.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 1
---

# Support
5 changes: 5 additions & 0 deletions docs/for-users/support-and-community/troubleshooting.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 2
---

# Troubleshooting
5 changes: 5 additions & 0 deletions docs/for-users/using-zeus/accounts.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 3
---

# Accounts
5 changes: 5 additions & 0 deletions docs/for-users/using-zeus/channels.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 4
---

# Channels
5 changes: 5 additions & 0 deletions docs/for-users/using-zeus/home.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
sidebar_position: 2
---

# Home
5 changes: 5 additions & 0 deletions docs/for-users/using-zeus/overview.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

---

# Overview
5 changes: 5 additions & 0 deletions docs/for-users/using-zeus/profiles.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---

---

# Profiles
Loading

0 comments on commit c445e85

Please sign in to comment.