Download Node.js. Run this followed commands:
# Just be sure that you've got ts-node on you system
npm install -g ts-node
# Install dependencies (only for first time)
npm i
# Mint Token 2022 with 1.5% tax fee
npx ts-node mint.ts
# Withdraw Fee Token
npx ts-node withdraw.ts
- install node.
- npm install -g ts-node
We can mint Token 2022 with 1.5% tax fee.
You can check the balances of source wallet and destination wallet. If you send 2000 tokens to destination wallet.
before after
source wallet balance X X-2000
destination wallet balance Y Y+1970
Tax (Fee 1.5%) 30
You can withdraw all tax tokens about your token account.
before after
source wallet balance X-2000 X-2000+30