title | description | sidebar_custom_props | ||||
---|---|---|---|---|---|---|
Timelock |
Lockup some token to be claimed by another user under set conditions. |
|
The timelock example demonstrates how to write a timelock and implements a greatly simplified claimable balance similar to the claimable balance feature available on Stellar.
[][oigp]
[oigp]: https://gitpod.io/#https://github.com/stellar/soroban-examples/tree/v20.0.0
The contract accepts deposits of an amount of a token, and allows other users to claim it before or after a time point.