Background
The rate limit package was designed to provide
cooldown functionality on-chain. This works great for:
- Daily Rewards
- Tower Defense Games
- Simulation Games
- Minting Applications
Rate limit is great for when you want to ensure that
functions are being called only once per period.
Installation
Using Rate Limit
API
Solidity API
RateLimit
cooldown
limits
checkLimit
constructor