An open API service indexing awesome lists of open source software.

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.

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)