28 min read
·4 years ago
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'.
FlatteringHerder
·7 months ago
bro do you got soloution
FlatteringHerder
·7 months ago
if it wont work use scrips to deploy it and verify it
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 👇🏻
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
0xaarondnvn
·8 months ago
Having this same issue as well
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!!
ScrawnyMixture
·last year
can you share this project
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?
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.
DiagnosticArtery
·9 months ago
yea same for me whats the solution?
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
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
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