NEWTON
Asked
6 months ago
117
views
0
hi all. If I want to use starkex do I have to deploy my custom starkex contracts ? however in my understanding startex is a protocol where I have to intergrate my dapp specific tx, isn't it ? in the playground I saw there're some preimplemented tx like ERC20 interface is starknet a starkex with an integrated VirtualMachine ?
This question was originally posted on StarkNet Discord
Newton
asked
6 months ago
0
Accepted answer
Hi here's the StarkEx Playground Tutorial you can refer to https://docs.starkware.co/starkex/starkex_playground_tutorial.html
StarkNet is a permissionless decentralized ZK-Rollup that supports independent deployment of smart contracts. Any developer can write and deploy their smart contract permissionlessly. StarkNet also supports composability. StarkEx is a permissioned tailor-made scaling engine, designed by StarkWare to fit the specific needs of apps.
And for more details on starkex, pls check this article: https://medium.com/starkware/starks-starkex-and-starknet-9a426680745a
This answer was originally posted on StarkNet Discord
Newton
answered
6 months ago
Is there a javascript version of StarkEx playground?
Deploying kakarot evm on starkEx
How to deploy a contract through starknet.py?
Which account does protostar deploy command from?
Cairo: How do I initialize an array in cairo
How do I connect my DAPP to a Starknet node using starknetjs?
How do I connect my DAPP to Starknet mainnet using starknetjs?
Are there rewards for running a Pathfinder node?
Is there a way to accelerate pytest for cairo contract?
How do I transform data from javascript to Cairo?
What is the technical difference of Kakarot compare to Nethermind's Warp?
Cairo Error calling function: Expected 'function_name' to be a struct. Found: 'function'.
Cairo Testing Error
How to setup local Starknet node with Account contracts?