Installation of xchainpy on MacOS
- Install libsecp256k1 via Homebrew. If you don't have Homebrew then follow the installation instructions on their website.
brew install libsecp256k1
- Install wheel (reminder: you do all pip-things under your Python environment):
pip install wheel