https://github.com/interest-protocol/ipx-coin-standard
Better Treasury Cap for Coins
https://github.com/interest-protocol/ipx-coin-standard
Last synced: 5 months ago
JSON representation
Better Treasury Cap for Coins
- Host: GitHub
- URL: https://github.com/interest-protocol/ipx-coin-standard
- Owner: interest-protocol
- License: mit
- Created: 2024-10-15T23:18:29.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-24T04:53:34.000Z (over 1 year ago)
- Last Synced: 2025-02-24T05:30:06.056Z (over 1 year ago)
- Language: Move
- Homepage:
- Size: 48.8 KB
- Stars: 3
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# IPX Coin Standard
## It wraps `sui::coin::TreasuryCap` and adds capabilities to mint, burn and manage the metadata of coins.
### It adds the following capabilities:
- `MintCap` to mint the coins
- `BurnCap` to burn coins
- `MetadataCap` to manage the metadata of coins
The deployer can opt to not mint a `BurnCap` and instead allow anyone to burn his/her own coins.
## Immutable
[The package is immutable](https://suiscan.xyz/mainnet/tx/QMRqsukHnPxBn8ytDTVTdPvFj6Lz8CUXH1S3Tj9JSut)
## Mainnet Code
[Explorer](https://suiscan.xyz/mainnet/object/0x7ead93e49fe002193faec3d2e4a7b750e9e568b5d875cafe17fcb0dc672b075e/contracts)