Skip to content

starkware-libs/starknet-staking

Your logo

License: Apache2.0

Starknet Staking

Table of contents

About

This repo holds the implementation of Staknet's staking mechanism.
Following Starknet SNIP 18.

Disclaimer

Staking is a work in progress.

Dependencies

The project is build with Turbo repo and pnpm.
Turbo's installation process will also install the cairo dependencies such as Scarb and Starknet foundry.

Installation

Clone the repo and from within the projects root folder run:

curl -o- https://github.com/nvm-sh/nvm/v0.39.7/install.sh | bash
nvm install 20
curl -fsSL https://get.pnpm.io/install.sh | sh -
pnpm install turbo --global
pnpm install

Implementation specification

Specs document found here

Getting help

Reach out to the maintainer at any of the following:

Help make Staking better!

If you want to say thank you or support the active development of Starknet Staking:

  • Add a GitHub Star to the project.
  • Tweet about Starknet Staking.
  • Write interesting articles about the project on Dev.to, Medium, or your personal blog.

Contributing

Thanks for taking the time to contribute! Contributions are what make the open-source community such an amazing place to learn, inspire, and create. Any contributions you make benefit everybody else and are greatly appreciated.

Please read our contribution guidelines, and thank you for being involved!

Security

Starknet Staking follows good practices of security, but 100% security cannot be assured. Starknet Staking is provided "as is" without any warranty. Use at your own risk.

For more information and to report security issues, please refer to our security documentation.