LearnWeb3 Logo

28 min read

·

4 years ago

+7,000 XP
439
135
17
*You must be signed in to submit quiz
You must be signed in to post comments
User avatar

ThematicConglomerate

·

8 months ago

help me: forge create --rpc-url $QUICKNODE_RPC_URL --private-key $PRIVATE_KEY --constructor-args 0x1B7dD25D19d6Cb03F7BCcadBA83465CD1E08787b 0x5A0977cd12757c7f62E7e356Fd33Cf6a403E2Ad7 --etherscan-api-key $ETHERSCAN_API_KEY --verify --value 1ether src/CryptoDevsDAO.sol:CryptoDevsDAO error: the following required arguments were not provided: <CONTRACT> Usage: forge create --rpc-url <URL> --private-key <RAW_PRIVATE_KEY> --constructor-args <ARGS>... --etherscan-api-key <KEY> <CONTRACT> For more information, try '--help'.

0
User avatar

FlatteringHerder

·

7 months ago

bro do you got soloution

0
User avatar

FlatteringHerder

·

7 months ago

if it wont work use scrips to deploy it and verify it

0
User avatar

KoraWu

·

5 months ago

“the --constructor-args <adrdress of the marketplace contract> is eating up the last bit of the command. So, put it at the end and not in the middle, it will work. Cheers”,said by RaggedSymmetry 👇🏻

0
User avatar

andidelouise

·

9 months ago

Please take a look at my issue. When creating proposal on react page, an error occurs : TypeError: Cannot destructure property 'account' of 'parameters' as it is undefined. Thanx

2
User avatar

0xaarondnvn

·

8 months ago

Having this same issue as well

0
User avatar

NeelBareja

·

last year

Here is the somewhat working stage that I have created after learning this much https://crypto-devs-dao-nu.vercel.app There needs to be improvements which I will be doing in the future. !! I Know UI is soo Bad!!

1
User avatar

ScrawnyMixture

·

last year

can you share this project

0
User avatar

SuitableStakeout

·

last year

When attempting to deploy my DAO contract, forge create --rpc-url $RPC_URL --private-key $PRIVATE_KEY --constructor-args <address of the Marketplace contract> <address of the NFT contract> --etherscan-api-key $ETHERSCAN_API_KEY --verify --value 1ether src/CryptoDevsDAO.sol:CryptoDevsDAO I keep getting the following error. error: the following required arguments were not provided: <CONTRACT> Usage: forge create --rpc-url <URL> --private-key <RAW_PRIVATE_KEY> --constructor-args <ARGS>... --etherscan-api-key <KEY> <CONTRACT> For more information, try '--help'. Did anyone run into this issue?

0
User avatar

UnsettledRapist

·

10 months ago

I used a deploy script for this. The create function is not taking the contract or it is not taking the --broadcast param. I created new file for deployment and used forge script in that. Next i verified my contract with the address of the deployed contrac.

0
User avatar

DiagnosticArtery

·

9 months ago

yea same for me whats the solution?

0
User avatar

RaggedSymmetry

·

8 months ago

the --constructor-args <adrdress of the marketplace contract> is eating up the last bit of the command. So, put it at the end and not in the middle, it will work. Cheers

1
User avatar

PrecedingCenterpiece

·

7 months ago

I placed it to the last of the command but it require gass for 1 ETH while I only have 0.2 ETH have 199995605292762178 want 1000000000000000000

0
User avatar

Self-indulgentNub

·

last year

Please take a look at my issue. When creating proposal on react page, an error occurs : TypeError: Cannot destructure property 'account' of 'parameters' as it is undefined. Thanx

0