NEWTON
Asked
3 months ago
32
views
0
Hi, I was deploying contracts with Contract.deploy
, but since the last version this method is gone :/
What should I do to deploy contracts now?
0xa483...6765fa
asked
3 months ago
0
Accepted answer
Hey, just read the docs! There are a few ways of deploying a contract in StarkNet.py:
Contract.deploy_contract
(class_hash must be known)Contract.declare
and then deploy
on the resultDeployer
Docs are providing code examples, so just read them :)
war-in
answered
3 months ago
Which account does protostar deploy command from?
StarknetErrorCode.DEPRECATED_TRANSACTION while deploying StarkNet contract
Trying to deploy contract with Argent guide but got error Unitialized Contract
How can I verify a contract on starkscan or voyager after deploying the contract
If I want to use starkex do I have to deploy my custom starkex contracts?
How to submit a StarkNet contract?
Status “received” while deploying starknet transaction. Is it ok?
CairoLang error: `GatewayError: {'contract_address': ['Expected hex string, got:
Is it possible to transpile contracts that use openzeppelin libraries?
How does a full node like pathfinder work
ApeWorX: Using ape starknet accounts list
How do I get started with starknetjs?
What are the efficiency gains of direct Cairo vs. transpiling with warp?
How to calculate the minimum decimal number that can store 20 chars long string as a field element?