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

epic: native SN protocol integration #1264

Open
1 of 4 tasks
ClementWalter opened this issue Jul 12, 2024 · 1 comment
Open
1 of 4 tasks

epic: native SN protocol integration #1264

ClementWalter opened this issue Jul 12, 2024 · 1 comment
Assignees

Comments

@ClementWalter
Copy link
Member

ClementWalter commented Jul 12, 2024

Feature Request

Describe the Feature Request

As we plan to eventually land on SN mainnet, we shall leverage the existing dapp as much as we can and help them create their EVM interface.

Tasks

  1. enitrat
@ClementWalter ClementWalter changed the title feat: native SN protocol integration epic: native SN protocol integration Sep 10, 2024
@ClementWalter
Copy link
Member Author

for the record, since it's possible to make transaction to precompiles, we can leverage this to integrate any starknet app where instead of making the regular account.invoke(calls), they'd do something like evm_account.invoke({to: 0x75001, data:calls})

to enable muliticalls the same way, we could add a new precompile at with the exact same signature as the execute.

We would need to consider that EOA (account with no bytecode) are authorized caller

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

No branches or pull requests

2 participants