An open API service indexing awesome lists of open source software.

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

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)