Skip to content

webduno/Solana22

Repository files navigation

How to make a token in the solana blockchain

Create your own crypto currency from scratch for web3 using solana cli & metaplex. This repository contains resources for the Solana Token22 Program & the Metaplex Protocol that allow you to create and manage your tokens on the Solana blockchain.

Main Page:

Links:

Commands:

solana-keygen new --no-bip39-passphrase

cat C:\Users\Equipo\.config\solana\

spl-token create-token --enable-metadata --program-id TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb

spl-token create-token  --program-id TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb

spl-token create-account TOKEN_ADDRESS

spl-token initialize-metadata TOKEN_ADDRESS "FUN coin" FUN https://solana22.vercel.app/gen/F/metadata_FUN.json

spl-token mint TOKEN_ADDRESS 10000  

spl-token authorize TOKEN_ADDRESS  mint --disable

spl-token authorize TOKEN_ADDRESS  freeze --disable

Metadata Structure:

{
    "name": "Newest Coin Token",
    "symbol": "NEWCOIN",
    "description": "This is a token program on the Solana blockchain, defining a common implementation for fungible tokens",
    "image": "https://solana22.vercel.app/image.png"
}    

Example Metadata Files:

Generated Folders:

About

How to make a token in the solana blockchain. Create your own crypto currency from scratch for web3 using solana cli & metaplex

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors