├── .github └── ISSUE_TEMPLATE │ └── custom.md ├── BrainXTrx.py ├── INSTALL_PACKAGE.bat ├── INSTALL_PACKAGE.sh ├── README.md ├── trx_brain_t.gif └── words.txt /.github/ISSUE_TEMPLATE/custom.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/BrainXTRXWallet/HEAD/.github/ISSUE_TEMPLATE/custom.md -------------------------------------------------------------------------------- /BrainXTrx.py: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/BrainXTRXWallet/HEAD/BrainXTrx.py -------------------------------------------------------------------------------- /INSTALL_PACKAGE.bat: -------------------------------------------------------------------------------- 1 | pip install base58 colorama ecdsa requests 2 | -------------------------------------------------------------------------------- /INSTALL_PACKAGE.sh: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/BrainXTRXWallet/HEAD/INSTALL_PACKAGE.sh -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/BrainXTRXWallet/HEAD/README.md -------------------------------------------------------------------------------- /trx_brain_t.gif: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/BrainXTRXWallet/HEAD/trx_brain_t.gif -------------------------------------------------------------------------------- /words.txt: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/Pymmdrza/BrainXTRXWallet/HEAD/words.txt --------------------------------------------------------------------------------