callebtc 0116b59b8b readme
2022-09-11 17:22:54 +03:00
2022-09-11 04:31:37 +03:00
2022-09-11 16:57:53 +03:00
set
2022-09-11 15:36:37 +03:00
2022-09-11 04:31:37 +03:00
2022-09-11 04:26:19 +03:00
2022-09-11 16:50:09 +03:00
2022-09-11 16:29:06 +03:00
2022-09-11 16:29:06 +03:00
2022-09-11 17:22:54 +03:00
2022-09-11 14:46:23 +03:00
2022-09-11 16:50:09 +03:00

cashu

Install

git clone https://github.com/callebtc/cashu.git
sudo apt install -y build-essential pkg-config libffi-dev libpq-dev zlib1g-dev libssl-dev python3-dev
# on mac: brew install postgres

# install python using pyenv
curl https://pyenv.run | bash
echo export PYENV_ROOT="$HOME/.pyenv" >> .bashrc
echo command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH" >> .bashrc
echo eval "$(pyenv init -)" >> .bashrc
echo eval "$(pyenv virtualenv-init -)" >> .bashrc
source .bashrc
pyenv install 3.9.13

# install poetry
curl -sSL https://install.python-poetry.org | python3 -
echo export PATH="$HOME/.local/bin:$PATH" >> .bashrc
source .bashrc

# install cashu
cd cashu
pyenv local 3.9.13
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
No description provided
Readme 25 MiB
Languages
Python 99.7%
Shell 0.2%