diff --git a/README.md b/README.md index ad86820..bb7c2f1 100644 --- a/README.md +++ b/README.md @@ -137,3 +137,11 @@ claimed_amounts: Vec - Set max number of RewardPools when setting up StakePool. An optimization for organizations that know they will only ever want to distribute a single SPL Token as rewards to stakers. - Allow for locking rewards based on duration. This is another incentive mechanism for getting wallets to stake for longer durations. - Early withdraw penalties. Some % of locked tokens get sent to DAO for withdrawing. + +## Development + +### Release + +``` +anchor build -p spl_token_staking -e GIT_SHA=$(git rev-parse HEAD) -e GIT_REF_NAME=$(git describe --tags) --verifiable +```