btb-finance / BTBBackendV1

0 stars 0 forks source link

create btb token on testnet #14

Closed ShahbazBaloch515 closed 1 week ago

ShahbazBaloch515 commented 1 week ago

zubair will create a btb token on the solana testnet. this is a basic task to help zubair become familiar with creating tokens on the blockchain.

requirements:

  1. create btb token:

    • use the solana cli or anchor framework to create a new btb token on the solana testnet.
    • specify the token supply and decimals.
  2. deploy on testnet:

    • deploy the newly created btb token on the solana testnet.
    • test the creation by verifying the token’s existence and supply.
  3. task scope:

    • this is a beginner-level task to introduce zubair to token creation on the testnet.
ShahbazBaloch515 commented 1 week ago

Follow-Up Task: