This commit is contained in:
callebtc
2022-09-28 17:42:48 +02:00
parent a723417eef
commit 001b5e24a0
31 changed files with 2535 additions and 0 deletions

6
cashu/mint/__init__.py Normal file
View File

@@ -0,0 +1,6 @@
from cashu.core.settings import MINT_PRIVATE_KEY
from cashu.mint.ledger import Ledger
print("init")
ledger = Ledger(MINT_PRIVATE_KEY, "data/mint")