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
# Create a new DAO with the given parameters while having Full Access Key to the account (trusted, but useful in case of testing or upgrades)
near call $CONTRACT_ID create "{\"name\": \"test\", \"public_key\": \"<base58 of public key>\", \"args\": \"$ARGS\"}" --accountId $CONTRACT_ID --amount 30 --gas 100000000000000
The text was updated successfully, but these errors were encountered:
In https://github.com/near-daos/sputnik-dao-contract/blob/main/sputnikdao-factory2/README.md there's a documented option to supply a public_key parameter, but it does not seem to be implemented.
The text was updated successfully, but these errors were encountered: