Skip to content
This repository has been archived by the owner on Oct 30, 2023. It is now read-only.
/ mint.onsui.gg Public archive

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

Notifications You must be signed in to change notification settings

porkbrain/mint.onsui.gg

Repository files navigation

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.

About

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

Topics

Resources

Stars

Watchers

Forks