thanhlmm / mint.onsui.gg

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

Home Page:https://mint-onsui-gg.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

https://mint-onsui-gg.vercel.app


Languages

Language:TypeScript 85.1%Language:JavaScript 8.7%Language:Move 3.9%Language:HTML 2.0%Language:Shell 0.3%