Skip to content

Commit

Permalink
update readme for deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
tomjohn1028 committed Feb 28, 2024
1 parent c129b5e commit f3d1b6c
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -137,3 +137,11 @@ claimed_amounts: Vec<u128>
- 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
```

0 comments on commit f3d1b6c

Please sign in to comment.