StarknetCC 2022
Paris 2022
Opening ceremony - Only Dust
- tokenomics have been revealed - reward people who are building for the ecosystem
- want to be the number one go to platform for contribution in the starknet ecosystem
Uri Kolodny - Starknet: scaling Ethereum by devs, for devs
- Starks hit mainnet June 2020. Starknet announced on Jan 2021.
- Phases:
- 1 - feature completeness e.g. cairo 1.0
- 2 - scale, recursion.
- 3 - decentralisation e.g. token
- L3: hyper scale control: exploring features, data solutions, and verifiable VMs. Test experiments and then come to the community.
Eli Ben Sasson - Starks ecosystem: StarkNet next steps
- Starks prove integrity
- Scalable proofs of integrity
- privacy
- scalability: size of the proof and running time is exponentially smaller than running the computation itself
- Magic Theorem: any proof of false statements must make 99% of constraints unsatisfied.
- The reason for the token is not a fund raise - starknet needs the token for decentralisation.
- Token allocation: smart contract developers will get a portion of fees.
WARP Transpiler: Write solidity code, deploy to starknet
- Write solidity, transpile to Cairo, deploy to Starknet.
- handling addresses and function names.
- target: delegate call transpilation and contract factories.