NEWTON
Asked
3 months ago
15
views
0
0x98e3...a56442
asked
3 months ago
0
Accepted answer
If you run into errors using ape plugins install cairo starknet
(if you are installing both the cairo and starknet plugins at the same time) please make sure that you are on the current version of ape.
If you still have problems, you may have to set up your virtual environment and install the pip packages: ecdsa, fastecdsa, and sympy. This can be done in Ubuntu using sudo apt install -y libgmp3-dev
or on Mac using brew install gmp
. More information can be found in the Starknet Quickstart guide here
0x98e3...a56442
answered
3 months ago
ApeWorX: Why am I getting the error message "ArgumentsLengthError"?
ApeWorX: Using ape starknet accounts list
Why am I having trouble deploying my Cairo contract?
How do I check that my Solidity compiler version is >= 0.8.0 ?
How to submit a StarkNet contract?
What is the difference between tempvar/let in Cairo Lang? How to use allow_locals and local?
How do I get started with starknetjs?
Does anybody have an idea what is `get_caller_address` returning on an L1 handler call?
Do you have any idea on how much is starknetJS request limit?
How do I create AX (ArgentX) contract using starknetjs?
How to deploy a contract through starknet.py?
How do I transform data from javascript to Cairo?
Does Account Abstraction work on Mobile?
How can I read contract memory with starknetjs?