Base58 and Base58Check implementation compatible with what is used by the bitcoin network
Base58 and Base58Check implementation compatible with what is used by the bitcoin network. Any other alternative alphabet (like the XRP one) can be used.
Base58 and Base58Check implementation compatible with what is used by the bitcoin network. Any other alternative alphabet (like the XRP one) can be used.
To install py311-base58, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py311-base58
To see what files were installed by py311-base58, run:
port contents py311-base58
To later upgrade py311-base58, run:
sudo port selfupdate && sudo port upgrade py311-base58
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.