You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Thank you very much for explaining step by step how we can deploy the dao contract.
However, I have followed the read-me explanation and I am stuck on Defining the parameters of the new DAO, and its council, and creating it.
I use to have an error when ever I executed
near call $CONTRACT_ID create "{"name": "genesis", "args": "$ARGS"}" --accountId $CONTRACT_ID --amount 10 --gas 150000000000000
to create a new DAO.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Thank you very much for explaining step by step how we can deploy the dao contract.
However, I have followed the read-me explanation and I am stuck on Defining the parameters of the new DAO, and its council, and creating it.
I use to have an error when ever I executed
near call $CONTRACT_ID create "{"name": "genesis", "args": "$ARGS"}" --accountId $CONTRACT_ID --amount 10 --gas 150000000000000
to create a new DAO.
Beta Was this translation helpful? Give feedback.
All reactions