DA0-DA0 / dao-contracts

CosmWasm smart contracts for Interchain DAOs.
https://docs.daodao.zone
BSD 3-Clause "New" or "Revised" License
202 stars 132 forks source link

Clean up staking rewards #805

Open NoahSaso opened 4 months ago

NoahSaso commented 4 months ago

DAOs want to distribute staking rewards to members at a continuous rate.

They likely will want to support multi-token staking rewards. This may be possible at the contract level, or the UI can abstract over multiple single-token staking reward contracts.

This work has been started in #792.