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
Since Kakarot is a smart contract, deployed on Starknet, it cannot be called in the same way an EVM blockchain would: through nodes and remote procedure calls.
To enable smooth and seamless usage of Kakarot, we'll need to create an adapter layer in order to expose an RPC endpoint that has the same specification as an EVM endpoint.
The adapter will have the responsibility to translate these calls into Kakarot-understandable calls, i.e. Starknet language invokes towards the Kakarot smart contract.
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
Since Kakarot is a smart contract, deployed on Starknet, it cannot be called in the same way an EVM blockchain would: through nodes and remote procedure calls.
To enable smooth and seamless usage of Kakarot, we'll need to create an adapter layer in order to expose an RPC endpoint that has the same specification as an EVM endpoint.
The adapter will have the responsibility to translate these calls into Kakarot-understandable calls, i.e. Starknet language invokes towards the Kakarot smart contract.
So far we have an idea for:
What we need:
Beta Was this translation helpful? Give feedback.
All reactions