https://github.com/ronanyeah/time-locked-balance
https://github.com/ronanyeah/time-locked-balance
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/ronanyeah/time-locked-balance
- Owner: ronanyeah
- Created: 2024-05-08T23:05:42.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-05-12T01:05:58.000Z (about 2 years ago)
- Last Synced: 2025-01-28T17:22:18.871Z (over 1 year ago)
- Language: Move
- Size: 9.77 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Time Locked Balance
A Sui module for depositing and protecting a `Balance` to be vested over time.
Adapted from [here](https://github.com/kunalabs-io/sui-smart-contracts/tree/master/token-distribution#time-locked-balance).
| Env | Address |
| --- | ----------- |
| Mainnet | [0xbafd431cc9362367d02dc2752216782a265216af069d70a7679de5f38c0d62ca](https://suivision.xyz/package/0xbafd431cc9362367d02dc2752216782a265216af069d70a7679de5f38c0d62ca) |
| Testnet | [0x04f451eb5cf59598059452e80e9d5ebe74d88f23f72735597089d3e5ea82a1f7](https://testnet.suivision.xyz/package/0x04f451eb5cf59598059452e80e9d5ebe74d88f23f72735597089d3e5ea82a1f7) |
---
#### Usage
```toml
# Move.toml
[dependencies]
TimeLockedBalance = { git = "https://github.com/ronanyeah/time-locked-balance.git", rev = "master" }
```