└── README.md /README.md: -------------------------------------------------------------------------------- 1 | awesome-cairo 2 | ============= 3 | 4 | My strongly-opinionated curated list of awesome Cairo/STARK projects. 5 | 6 | For more general lists - see [cairo-goldmine](https://github.com/beautyisourbusiness/cairo-goldmine) and [awesome-starknet](https://github.com/gakonst/awesome-starknet). 7 | 8 | ## Cross-chain. 9 | 10 | * [starknet-attestations](https://github.com/maxgillett/starknet-attestations) - generate non-transferable attestations for specific EVM state ("badges") and link them to their Starknet account 11 | * [fossil](https://github.com/OilerNetwork/fossil) - Eth L1 light node in Cairo. 12 | * [starknet-btc-lightclient](https://github.com/samlaf/starknet-btc-lightclient) - Bitcoin light client implemented in Cairo 13 | 14 | ## Applications. 15 | 16 | * [tiny-dnn-on-starknet](https://github.com/guiltygyoza/tiny-dnn-on-starknet) - an MNIST digit classifier built in Cairo. 17 | * [cairo-chain](https://github.com/liamzebedee/cairo-chain) - horizontally scalable blockchain using STARK's and partitioned memory. 18 | 19 | ## Tooling - verifiers, provers, VM's. 20 | 21 | * [giza](https://github.com/maxgillett/giza) - open-source Cairo prover/verifier. 22 | * [Cairo_Verifier](https://github.com/patrickbiel01/Cairo_Verifier) - open-source Cairo verifier. 23 | * [cleopatra-cairo](https://github.com/lambdaclass/cleopatra_cairo) - open-source Cairo VM. 24 | * [warp](https://github.com/NethermindEth/warp) - Solidity to Cairo transpiler. 25 | --------------------------------------------------------------------------------