Skip to content

dimalit/sew

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 

Repository files navigation

SEW - Simple Ethereum Wallet

Installation

1 Clone this repo and cd to it:

git clone http://github.com/dimalit/sew
cd sew

2 Create and activate Python virtual environment:

python3 -m venv venv
source ./venv/bin/activate

3 Install fbs and dependencies:

pip install fbs PyQt5==5.13.2 web3

4 Run the app:

fbs run

Releases

No releases published

Packages

No packages published

Languages