Inspiration
One of the tasks for the MLH Hackathon. Tokens are a key component of any blockchain. You can use them for network operations, governance, and even staking on the Solana ecosystem.
What it does
Creates an SPL token on Solana with the Token Extensions program and its token metadata.
How we built it
I followed the tutorial on the Solana website: https://solana.com/developers/guides/getstarted/how-to-create-a-token
I first installed solana from my Linux terminal, made a new folder for the token. Then I created a keypair that would be the owner of the token. After that I configured the Solana CLI to use the keypair I created and created a nice account address where the token mint would be saved. Next, I created the token mint with the metadata extension enabled then I created the off-chain metadata for the token and uploaded it to Web3 Storage. Lastly I initialized the metadata for the token with the metadata I just created and uploaded.
Challenges we ran into
Figuring out what was the best way to upload the metadata.
Accomplishments that we're proud of
What we learned
What's next for Create Solana Token
Next I will airdrop SOL to my developer wallet.
Log in or sign up for Devpost to join the conversation.