Inspiration
After the creation of my NFT, there was a suggestion to create a collection where I would be able to create my own token. I didn't go through with that option, but was curious to have my own token. Through this challenge, I was able to accomplish just that!
What it does
Essentially a token is a digital asset that represents ownership over a collection of assets.
How we built it
I followed Solana's step-by-step tutorial.
Challenges we ran into
I ran into this error: "Error: Client(Error { request: Some(SendTransaction), kind: RpcError(RpcResponseError { code: -32002, message: "Transaction simulation failed: Attempt to load a program that does not exist", data: SendTransactionPreflightFailure(RpcSimulateTransactionResult { err: Some(ProgramAccountNotFound), logs: Some([]), accounts: None, units_consumed: Some(0), return_data: None }) }) })"
It seems Solana is undergoing an audit and the ZK Token Proof program is not enabled.
Accomplishments that we're proud of
I made a key-pair and deployed 5 Solana Tokens on my network address.
What we learned
I learned how to create a token on Solana
What's next for Create a Token on Solana
Expand the token to represent more assets.
Built With
- solana
- terminal
- token
Log in or sign up for Devpost to join the conversation.