-
Notifications
You must be signed in to change notification settings - Fork 147
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Interact with core contracts #1078
Comments
Actually we do have. See here https://github.com/iotaledger/wasp/tree/wasmdust/contracts/wasm/corecontracts |
Ok thanks @howjmay but how can I call the functions of a contract? Are there a way to call it from wasp-cli ? |
I haven't tried to call it with wasp-cli. May I know the scenario of your usage more detailed? |
I want to set the fees for calling or deploying EVM smart contract |
@Anas2001 that won't be possible. In the incoming release we actually re-designed the fee model and everything is gas-based, there won't be a way to set "contract-specific fees". If you have a contract that wants to charge for usage, the contract itself should do it. |
@jorgemmsilva waht about deploying contracts with fees ? and can we whiteliste EVM addresses for deplyoing contracts? |
@jorgemmsilva sorry but not nice to close the issue without solving the issue |
How it's possible to interact with core contracts https://wiki.iota.org/smart-contracts/guide/core_concepts/core_contracts/overview of wasp node for example gov-contract https://wiki.iota.org/smart-contracts/guide/core_concepts/core_contracts/governance? There are no exapmle about that
The text was updated successfully, but these errors were encountered: