/mint.onsui.gg

Mint tool for Sui blockchain. Create and update currency, mint new tokens.

Primary LanguageTypeScript

With this online tool you can

  • mint your own currency on Sui network;
  • mint tokens of your currency;
  • update metadata of your currency.

Development

Shoutout to VaclavDanek's react-skeleton-app.

To install dependencies:

yarn

To start a local dev server:

npm run start

To publish with aws CLI:

npm run publish

Notes

Publishing a package requires a Move bytecode. To avoid bundling a compiler with the package, we use a precompiled bytecode. User can select from different symbols which are used as module (snake_case) and witness (UPPER_CASE) names. Additionally, in the same publish tx we want to set the metadata of the currency.