Post
Topic
Board Project Development
Re: [ANN] Open Source - Bitcoin Wallet as a Service
by
btc_enigma
on 13/07/2022, 13:14:55 UTC
3. Mentioning exact/tested version of Python library used would be great. Who knows if the library suddenly change their API.
3. It needs python3. As mentioned it internally uses Electrum-4.2.1 library so all dependencies of electrum apply. Thanks for the suggestion, we will mention that as well

I can see it needs Python 3.8 and Electrum 4.2.1 from installation guide. But to be specific, i mean dependency of Wallet Service. For example,

Code:
pip install sqlalchemy==1.4.39 requests==2.28.1 ...


Yes its inside the Installation section
Quote
pip install sqlalchemy requests sanic cryptocode