Skip to content
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

Closed
Anas2001 opened this issue Jun 13, 2022 · 7 comments
Closed

Interact with core contracts #1078

Anas2001 opened this issue Jun 13, 2022 · 7 comments

Comments

@Anas2001
Copy link

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

@howjmay
Copy link
Member

howjmay commented Jun 14, 2022

@Anas2001
Copy link
Author

Ok thanks @howjmay but how can I call the functions of a contract? Are there a way to call it from wasp-cli ?

@howjmay
Copy link
Member

howjmay commented Jun 20, 2022

I haven't tried to call it with wasp-cli. May I know the scenario of your usage more detailed?

@Anas2001
Copy link
Author

I want to set the fees for calling or deploying EVM smart contract

@jorgemmsilva
Copy link
Contributor

@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.

@Anas2001
Copy link
Author

@jorgemmsilva waht about deploying contracts with fees ? and can we whiteliste EVM addresses for deplyoing contracts?

@Anas2001
Copy link
Author

@jorgemmsilva sorry but not nice to close the issue without solving the issue

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants