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

https://github.com/berzanorg/starknet_counter_contract

Counter smart contract for StarkNet.
https://github.com/berzanorg/starknet_counter_contract

cairo smart-contracts starknet

Last synced: about 2 months ago
JSON representation

Counter smart contract for StarkNet.

Awesome Lists containing this project

README

        

# starknet_counter_contract
This project is created to learn more about StarkNet.

It is a counter smart contract.

## Setting Up A Development Environment
You can use [Dev Containers](https://containers.dev/) to easily set up a development environment.

When you clone the repository and open the folder in [VS Code](https://code.visualstudio.com/), it will notify you to reopen the project in a container.

However you need [Docker](https://www.docker.com/) and [Dev Containers](https://marketplace.visualstudio.com/items?itemName=ms-vscode-remote.remote-containers) extension for [VS Code](https://code.visualstudio.com/) installed to use [Dev Containers](https://containers.dev/).

If you prefer a more traditional way to setup a development environment, you can manually install [Scarb](https://docs.swmansion.com/scarb/).

## Building The Project
You can run the command below to build the project.
```sh
scarb build
```