https://github.com/nethermindeth/starknetbyexample
A collection of examples of Cairo smart contracts for Starknet.
https://github.com/nethermindeth/starknetbyexample
cairo cairo-lang ethereum nubia smart-contracts starknet
Last synced: about 2 months ago
JSON representation
A collection of examples of Cairo smart contracts for Starknet.
- Host: GitHub
- URL: https://github.com/nethermindeth/starknetbyexample
- Owner: NethermindEth
- License: mit
- Created: 2023-05-30T15:41:42.000Z (about 2 years ago)
- Default Branch: dev
- Last Pushed: 2025-04-10T05:36:05.000Z (2 months ago)
- Last Synced: 2025-04-10T06:35:10.371Z (2 months ago)
- Topics: cairo, cairo-lang, ethereum, nubia, smart-contracts, starknet
- Language: Solidity
- Homepage: https://starknet-by-example.voyager.online/
- Size: 2.22 MB
- Stars: 145
- Watchers: 16
- Forks: 100
- Open Issues: 13
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
Awesome Lists containing this project
README
# Starknet by Example
Dev preview at: https://starknet-by-example-dev.voyager.online/
## Description
Starknet by Example is a collection of examples of how to use the [Cairo](https://github.com/starkware-libs/cairo) programming language to create smart contracts on Starknet.
## Contribute
Please refer to the Contribution Guidelines page:
- [Contributing](CONTRIBUTING.md#contributing)
- [Table of Contents](CONTRIBUTING.md#table-of-contents)
- [Setup](CONTRIBUTING.md#setup)
- [Working with Markdown Files](CONTRIBUTING.md#working-with-markdown-files)
- [Adding a new chapter](CONTRIBUTING.md#adding-a-new-chapter)
- [Adding a new Cairo program](CONTRIBUTING.md#adding-a-new-cairo-program)
- [Tests](CONTRIBUTING.md#tests)
- [Use of region](CONTRIBUTING.md#use-of-region)
- [Code of Conduct](CONTRIBUTING.md#code-of-conduct)
- [Our Pledge](CONTRIBUTING.md#our-pledge)
- [Our Standards](CONTRIBUTING.md#our-standards)
- [Our Responsibilities](CONTRIBUTING.md#our-responsibilities)
- [Scope](CONTRIBUTING.md#scope)
- [Enforcement](CONTRIBUTING.md#enforcement)
- [Attribution](CONTRIBUTING.md#attribution)