moonshotcollective / id-staking

https://staking.passport.gitcoin.co
MIT License
5 stars 1 forks source link

[FEATURE]: Modular Staking Contract #1

Open farque65 opened 2 years ago

farque65 commented 2 years ago

Create a smart contract with staking and unstaking functionality that can be imported to other projects. Identity staking should import this smart contract

brentmartin commented 2 years ago

@farque65 take a second look, if good move this to complete

farque65 commented 2 years ago

There is a modular staking contract on the "week4" branch that has a staking and unstaking function. One factor to consider is that the user implementing the staking contract might not have the same on chain data structure so we should make the point that is to be assigned the new staking amount a parameter.

farque65 commented 2 years ago

After discussing in standup July 28 we came to the decision that the Modular staking smart contract will be further modified when used by other projects.