-
set PYTHONIOENCODING=UTF-8 python -m pip install --upgrade pip python -m pip install --upgrade setuptools python -m pip install --upgrade wheel python -m pip install --upgrade virtualenv python -m virtualenv "%temp%\slip10" cd "%temp%\slip10" .\Scripts\activate.bat python -m pip install ecdsa ed25519 base58 git clone https://github.com/satoshilabs/slips.git cd .\slips\slip-0010 python testvectors.py
-
Civic Auth
Auth in Less Than 5 Minutes. Civic Auth comes with multiple SSO options, optional embedded wallets, and user management — all implemented with just a few lines of code. Start building today.
-
Here's the rationale. Monero uses ed25519, so that is the only curve we need to test. The default Monero Derivation is m/44'/128'/0' for the first account, then increasing the last number for subsequent accounts, so the final list shown [...] generates that derivation. And the Seed we retrieved from Ian is the one we use in the testvector.
-