- About
- Disclaimer
- Dependencies
- Installation
- Implementation specification
- Getting help
- Help make Staking better!
- Contributing
- Security
This repo holds the implementation of Staknet's staking mechanism.
Following Starknet SNIP 18.
Staking is a work in progress.
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.
Clone the repo and from within the projects root folder run:
curl -o- https://raw.githubusercontent.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
Specs document found here
Reach out to the maintainer at any of the following:
- GitHub Discussions
- Contact options listed on this GitHub profile
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.
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!
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.