Skip to content

Implement EVM create operations. #3757

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

Open
Tracked by #3173
MathieuDutSik opened this issue Apr 14, 2025 · 0 comments
Open
Tracked by #3173

Implement EVM create operations. #3757

MathieuDutSik opened this issue Apr 14, 2025 · 0 comments
Assignees

Comments

@MathieuDutSik
Copy link
Contributor

The fn create and fn create2 are functions of Ethereum smart contracts that allow to creating new smart contracts.

This is possible to do since the Inspector trait gives a way to catch the create operations, and so they can be sent to the Linera runtime.

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

1 participant