Files
nutshell/cashu/mint/__init__.py
callebtc 001b5e24a0 refactor
2022-09-28 17:42:48 +02:00

7 lines
149 B
Python

from cashu.core.settings import MINT_PRIVATE_KEY
from cashu.mint.ledger import Ledger
print("init")
ledger = Ledger(MINT_PRIVATE_KEY, "data/mint")