Deejay's Scripts Documentation
  • Getting started
    • Introduction
    • Environment Set-up
    • Import and install our Scripts
    • Scripts overview
    • Setting .env
  • Scripts
    • â„šī¸Get Token Info
    • ✅Check Ownership
    • 🔗Associate / Dissociate Tokens
    • đŸĒ™Create Fungible Token
    • âš’ī¸Mint Additional Fungible Tokens
    • 🎆Burn Fungible Tokens
    • 🔨Create Non-Fungible Token
    • đŸ”ĨBurn Non-Fungible Tokens
    • â„ī¸Freeze Non-Fungible Tokens
    • 🤝NFT Transfer between two owned accounts
    • 🔑Update Private Key
    • 🔍Track Hedera NFTs
    • â˜ ī¸Token Graveyard
Powered by GitBook
On this page
  1. Getting started

Scripts overview

An overview of the scripts.

Get Token Info: Get Token Info Used to get basic information about a token [and can pull metadata]

Check Ownership: Check Ownership Used to query ownership of tokens and produce audit snapshots.

Associate / Dissociate Tokens: Allows multiple association / disassociation of tokens in a single transaction form the command line

Create Fungible Token: Used to create a new Fungible Token.

Mint Additional Fungible Tokens: Used to add supply to an existing Fungible Token.

Burn Fungible Tokens: Used to burn supply from an existing Fungible Token.

Create Non-Fungible Token: Used to create a new Non-Fungible Token (NFT)

Burn Non-Fungible Tokens: Used to burn NFTs.

Freeze Non-Fungible Tokens: Used to freeze NFT and so, create soulbound tokens

NFT Transfer between two owned accounts: Used to easily transfer all NFTs between two accounts you own.

Update Private Key: Used to update your private key.

Track Hedera NFTs: Track ALL Hedera NFTs.

Token Graveyard: Interaction script to use a Token Graveyard Smartcontract (when the Burn is not possible but needed)

PreviousImport and install our ScriptsNextSetting .env

Last updated 2 years ago