mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-07 10:54:20 +01:00
c750856a7251033d30ff566bdad09661a78cd9e0
cashu
Install
git clone https://github.com/callebtc/cashu.git
sudo apt install build-essential pkg-config libffi-dev libpq-dev
# on mac: brew install postgres
# follow the instructions after installing pyenv
curl https://pyenv.run | bash
pyenv install 3.9.13
cd cashu
poetry install
Run mint
cd mint/
poetry run flask run --host 0.0.0.0 --port 3338
Run wallet
poetry run ./cashu --wallet=wallet --mint=420
Description
Languages
Python
99.7%
Shell
0.2%