I've wanted to honor my family dog ever since he passed. He was a purebred, Apple Head Chihuahua that I grew up with. His name was Bambino because he was the baby of my family. He went by Bam Bam for short. His middle name was Mighty because of his imposing figure. (; Once I discovered that all data on a blockchain is immutable, a lightbulb went on in my head! What better way to honor him than to keep his name alive forever? After some research, I decided to build on Solana because of its transaction speeds & low gas fees.
root@localhost:~# sh -c “$(curl -sSfL https://release.solana.com/v1.8.5/install)”
root@localhost:~# solana-keygen new
root@localhost:~# curl https://sh.rustup.rs -sSf | sh
root@localhost:~# sudo apt install libudev-dev
root@localhost:~# sudo apt install libssl-dev pkg-config -y
root@localhost:~# sudo apt install build-essential -y
root@localhost:~# cargo install spl-token-cli
root@localhost:~# spl-token create-token
root@localhost:~# spl-token create-account *token ID*
root@localhost:~# spl-token mint *token ID* *number to mint* *account ID*
In order for my token to be recognizable, I had to take a few steps.
Thankfully the Solana team accepted my request & made my BamBam Coin a reality!
root@localhost:~# spl-token transfer –fund-recipient –allow-unfunded-recipient *token ID* *number to send* *recipient address*
Sadly, these tokens are not for sale. If I wanted others to be able to buy MIGHTY tokens I'd have to follow an extremely convoluted process. If I wanted to do so, I'd have to:
I don't currently have the funds to set up liquidity pools nor do I have willing hodlers for this token. Though, one day, I'd love to create a token with functionality and financial efficacy. Actually, I have a few ideas for a new token. (;
This will require some effort on your part and you will not benefit from doing this. But, if you're interested in seeing whether this coin is real or not following these directions exactly.
Jyfwav pz wylaaf hdlzvtl!
If you'd like to make a new friend, here's one of my Solana addresses. 1 sol = 1 new friend. (:
pubkey: 6MXMMmtVRS9WuyqPYaR46tUC4ZGxjaYGzTju2EKjtUa6
By the way, you can check out the history of my token on Solscan.
Copyright © Lucas Thormann