Anand's Crypto Coin is a custom, private cryptocurrency created on the Solana blockchain (Devnet). It is designed to explore blockchain technology, tokenomics, and self-managed finance in a decentralized and secure way.
You can verify the token using the Solana Explorer:
Mint Address:
mntQDgEQB1NnuC1KZq8jdAGpcmMy1oVgGLVCJtY4Td7
- Decentralized: The token is hosted on Solana's distributed ledger — no central authority.
- Fast & Low-Cost: Solana’s network allows near-instant transactions at a fraction of a cent.
- Secure: Based on Solana's robust infrastructure and cryptographic protection.
- Customizable: Ideal for experimental, educational, or private project use cases.
Open your terminal and navigate to the script location.
Make the script executable:
chmod +x create_token.shRun the script:
./create_token.shThis script operates on the Solana Devnet, a public test network meant for experimentation. Tokens created here have no real-world value.
Never expose or commit wallet keys (such as ~/.config/solana/id.json) or any file containing private credentials to version control (e.g., GitHub).
Always double-check mint and transfer commands before running them on mainnet.
- OS: WSL-Ubuntu
- Blockchain: Solana (Devnet)
- CLI Tools:
solanaspl-token
If using an AI assistant to manage or automate tasks:
You are a blockchain assistant helping Anand manage his private Solana-based token. Help with querying mint info, checking balances, and using Solana CLI inside a WSL-Ubuntu environment.
This project is licensed under the MIT License.
