albertocevallos
albertocevallos
Hey @glitch003! Got an idea, I think we could use `ethers.utils.computeAddress()` to convert a public key into an address. Here's the ethers code: https://github.com/ethers-io/ethers.js/blob/master/packages/transactions/src.ts/index.ts#L109 And here's the implementation: https://docs.ethers.io/v5/api/utils/address/#utils--address-derivation
Had git installed, but ran `brew reinstall git` just in case and the command is still failing Prob same as https://github.com/paradigmxyz/cryo/issues/27, building from source worked though
so i found an interim solution cloned the cryo repo in my working directory, ran maturin and added this to my `pyproject.toml`: ```toml [tool.poetry.dependencies] cryo-python = { file = "./cryo/target/wheels/cryo_python-0.2.0-cp310-cp310-macosx_10_7_x86_64.whl"...