Skip to content

Commit

Permalink
add zeronet-conservancy.nix
Browse files Browse the repository at this point in the history
  • Loading branch information
Tanvir1337x committed Dec 7, 2024
1 parent 1da00a0 commit 444a952
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions nix/shell/zeronet-conservancy.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{pkgs ? import <nixpkgs> {}}:
pkgs.mkShell {
buildInputs = with pkgs; [
openssl
python3
python3Packages.requests
python3Packages.gevent
python3Packages.msgpack
python3Packages.base58
python3Packages.merkletools
python3Packages.rsa
python3Packages.pysocks
python3Packages.pyasn1
python3Packages.websocket-client
python3Packages.gevent-websocket
python3Packages.rencode
python3Packages.python-bitcoinlib
python3Packages.maxminddb
python3Packages.pyopenssl
python3Packages.rich
python3Packages.defusedxml
python3Packages.pyaes
python3Packages.coincurve
];
# Run: python3 zeronet.py -ui_ip "*"
}

0 comments on commit 444a952

Please sign in to comment.