Skip to content

Community Staking Module is the first ever permissionless staking module in Lido

License

Notifications You must be signed in to change notification settings

lidofinance/community-staking-module

Repository files navigation

CSM Logo

Lido Community Staking Module

Getting Started

just deps
  • Config environment variables
cp .env.sample .env

Fill vars in the .env file with your own values

  • Build and test contracts
just

Features

  • Run tests
just test # run all tests
# or run specific tests
just test-unit
just test-inegration
  • Install dependencies

Dependencies are managed using yarn. To install new dependencies, run:

yarn add <package-name>
  • Deploy to local fork
just deploy-local
  • Deploy to local fork of non-mainnet chain
CHAIN=holesky just deploy-local

Notes

Whenever you install new libraries using yarn, make sure to update your remappings.txt.

About

Community Staking Module is the first ever permissionless staking module in Lido

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages