Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/guide/generating_key_pair.rst
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Reading key pair from keystore file
-----------------------------------

Using :meth:`~starknet_py.net.signer.stark_curve_signer.KeyPair.from_keystore` method there is possibility to import a key pair from a keystore file.
The keystore file should follow the `Ethereum keystore <https://github.com/ethereum/wiki/wiki/Web3-Secret-Storage-Definition#scrypt>`_ format.
The keystore file should follow the `Ethereum keystore <https://ethereum.org/en/developers/docs/data-structures-and-encoding/web3-secret-storage/>`_ format.

.. codesnippet:: ../../starknet_py/tests/e2e/docs/guide/test_key_pair.py
:language: python
Expand Down