16 buildPythonPackage rec {
17 pname = "eth-account";
19 disabled = pythonOlder "3.7";
21 src = fetchFromGitHub {
25 hash = "sha256-Ps/vzJv0W1+wy1mSJaqRNNU6CoCMchReHIocB9kPrGs=";
28 propagatedBuildInputs = [
40 # require buildinga npm project
43 pythonImportsCheck = [ "eth_account" ];
46 description = "Account abstraction library for web3.py";
47 homepage = "https://github.com/ethereum/eth-account";
48 license = licenses.mit;
49 maintainers = with maintainers; [ ];