Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cicadalabs/cicada-release
Cicada Wallet: Take Control Of Your Business Payments In Bitcoin and Monero. Cicada Wallet provides the freedom and infrastructure to make payments according to your business needs.
https://github.com/cicadalabs/cicada-release
bitcoin bitcoin-wallet monero monero-wallet non-custodial-crypto-wallet self-hosted
Last synced: 4 days ago
JSON representation
Cicada Wallet: Take Control Of Your Business Payments In Bitcoin and Monero. Cicada Wallet provides the freedom and infrastructure to make payments according to your business needs.
- Host: GitHub
- URL: https://github.com/cicadalabs/cicada-release
- Owner: CicadaLabs
- Created: 2024-06-13T17:48:56.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2024-06-14T07:06:36.000Z (5 months ago)
- Last Synced: 2024-11-15T04:06:35.836Z (4 days ago)
- Topics: bitcoin, bitcoin-wallet, monero, monero-wallet, non-custodial-crypto-wallet, self-hosted
- Language: Shell
- Homepage: https://cicadawallet.io/
- Size: 6.84 KB
- Stars: 1
- Watchers: 4
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Cicada Wallet
Hello! This is an early-alpha version (v0.2).
It is connected to testnet (Bitcoin) / stagenet (Monero) networks,
and allows to accept the coins there and basic concepts used in Cicada.This demo may require a little bit tinkering or technical skills to run.
Feel free to ask questions or report issues at [[email protected]](mailto:[email protected]).
## Requirements
- Docker (https://docs.docker.com/get-docker/)
We have tested the stack on Linux (Debian) and macOS.
## How to run
1. Clone the repository (or download the zip file and extract it)
2. Create the `ENCRYPTION_KEY` for the wallet
3. Run the wallet```shell
git clone https://github.com/CicadaLabs/cicada-release.git
cd cicada-release
docker compose up -d cli
echo "ENCRYPTION_KEY=$(docker compose exec cli /app/infra/scripts/generate-encryption-key.sh)" >> .env
docker compose up -d# wait about 30 seconds and run it again
docker compose up -d
```Wait few minutes so all services are started!
Open [http://localhost:8080](http://localhost:8080)