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

Feat: cairo plugins #62

Merged
merged 2 commits into from
Jan 25, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 10 additions & 9 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,6 @@
- [Starknet Blog Posts](https://www.starknet.io/en/posts) - Official blog.
- [Developers Blog](https://www.starknet.io/en/posts/developers) - Official Developers Blog.
- [Starknet research hub](https://starknet-research.beehiiv.com/) - The place to learn more about the Starket ecosystem and stay-up-to-date with the latest news.
- [Starknet Edu Newsletter](https://starknet.substack.com/archive)
- [Cairopractice](https://cairopractice.com/) - Cairo blog.

#### Papers
Expand All @@ -108,9 +107,9 @@
#### Cryptography and maths

- Vitalik's STARKs series.
- [STARKs, Part I: Proofs with Polynomials](https://vitalik.ca/general/2017/11/09/starks_part_1.html)
- [STARKs, Part 2: Thank Goodness it’s FRI-day](https://vitalik.ca/general/2017/11/22/starks_part_2.html)
- [STARKs, Part 3: Into the Weeds](https://vitalik.ca/general/2018/07/21/starks_part_3.html)
- [STARKs, Part I: Proofs with Polynomials](https://vitalik.eth.limo/general/2017/11/09/starks_part_1.html)
- [STARKs, Part 2: Thank Goodness it’s FRI-day](https://vitalik.eth.limo/general/2017/11/22/starks_part_2.html)
- [STARKs, Part 3: Into the Weeds](https://vitalik.eth.limo/general/2018/07/21/starks_part_3.html)
- [Video: zk-STARKs Uncovered](https://www.youtube.com/watch?v=jg9KSNOO2XY) - Eli Ben-Sasson's Intense Masterclass, Basecamp Cohort.
- [Video: STARK 101 Workshop](https://www.youtube.com/playlist?list=PLcIyXLwiPilWoXrDbmwHPxaH8Gxk5I_fG)
- [Video: Stark @ Home](https://www.youtube.com/playlist?list=PLcIyXLwiPilUFGw7r2uyWerOkbx4GFMXq)
Expand Down Expand Up @@ -171,15 +170,13 @@
- [Starknet Governance](https://www.starknet.io/en/community/governance) - Official Governance page.
- [Snapshot proposals](https://snapshot.org/#/starknet.eth) - Snapshot proposals.
- [Community discussions](https://community.starknet.io/c/governance/15)
- [Delegate discovery](https://delegate.starknet.io/) - Finding delegates.
- [Starknet Foundation](https://www.starknet.io/en/posts/governance/welcome-to-the-world-starknet-foundationn) - Introduction to the Starknet Foundation.
- [Starknet Foundation](https://www.starknet.io/en/posts/governance/welcome-to-the-world-starknet-foundation) - Introduction to the Starknet Foundation.
- [Starknet Foundation committees](https://www.starknet.io/en/posts/foundation/the-starknet-foundation-meet-the-committees) - Introduction to the Starknet Foundation committees.

#### Events

- [Upcoming events](https://www.starknet.io/en/events) - List of upcoming events.
- [StarknetCC](https://www.starknet.cc/) - Starknet Community Conference.
- [Starkware Sessions](https://starkwaresessions.co/)
- [Starknet Summit](https://summit23.starknet.io/)

#### Open-source and jobs
Expand All @@ -204,7 +201,7 @@
- [Starknet Foundry Forge Template](https://github.com/foundry-rs/starknet_forge_template)
- [Starknet Remix](https://remix.ethereum.org/?#activate=Starknet) - The official Starknet plugin for Remix, a browser-based IDE without the need for any installation.
- [Starknet Devnet](https://github.com/0xSpaceShard/starknet-devnet-rs) - Local testnet.
- [Katana](https://book.dojoengine.org/toolchain/katana/overview.html) - High performance sequencer that can be used as a local testnet.
- [Katana](https://book.dojoengine.org/toolchain/katana/overview) - High performance sequencer that can be used as a local testnet.
- [Starknet Hardhat plugin](https://github.com/Shard-Labs/starknet-hardhat-plugin) - The Starknet Hardhat plugin.
- [starknet-hardhat-example](https://github.com/0xSpaceShard/starknet-hardhat-example)
- [docker-cairo](https://github.com/xJonathanLEI/docker-cairo) - Multi-arch Docker images with Cairo binaries.
Expand Down Expand Up @@ -251,6 +248,10 @@
- [graffiti](https://github.com/milancermak/graffiti) - Library for building XML based documents (SVG, HTML, RSS).
- [Origami](https://github.com/dojoengine/origami) - Dojo's gaming library.

#### Cairo plugins

- [hello-cairo-plugin](https://github.com/piwonskp/hello-cairo-plugin) - Example Cairo plugin.

#### Dapps libraries

- [Starknet React](https://github.com/auclantis/starknet-react) - React hooks library.
Expand Down Expand Up @@ -377,5 +378,5 @@
[![CC0](https://mirrors.creativecommons.org/presskit/buttons/88x31/svg/cc-zero.svg)](https://creativecommons.org/publicdomain/zero/1.0/)

To the extent possible under law,
[Keep Starknet Strange](https://github.com/keep-starknet-strange) has waived all copyright
Keep Starknet Strange has waived all copyright
and related or neighboring rights to this work.
Loading