mirror of
https://github.com/aljazceru/nutshell.git
synced 2026-01-09 19:54:20 +01:00
44db884f0acbf2c0a100cf5d48977974470d5b89
cashu
Install
git clone https://github.com/callebtc/cashu.git
sudo apt install pkg-config libffi-dev libpq-dev
# on mac: brew install postgres
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%