- Популярные видео
- Авто
- Видео-блоги
- ДТП, аварии
- Для маленьких
- Еда, напитки
- Животные
- Закон и право
- Знаменитости
- Игры
- Искусство
- Комедии
- Красота, мода
- Кулинария, рецепты
- Люди
- Мото
- Музыка
- Мультфильмы
- Наука, технологии
- Новости
- Образование
- Политика
- Праздники
- Приколы
- Природа
- Происшествия
- Путешествия
- Развлечения
- Ржач
- Семья
- Сериалы
- Спорт
- Стиль жизни
- ТВ передачи
- Танцы
- Технологии
- Товары
- Ужасы
- Фильмы
- Шоу-бизнес
- Юмор
How I create my first every meme coin on kali Linux and here is how you can also create it .
This is my first every video about how to create a Solana memecoin in kali Linux . And you can also make it by easily create your first every memecoin by following my instruction .
my telegram if you want to make your first ever meme coin
telegram contact : https://t.me/buerl3i
CODE :
apt update && apt upgrade -y
mkdir tokenname
cd tokenname
sh -c "$(curl -sSfL https://release.solana.com/v1.18.18/install)"
wget https://github.com/solana-labs/solana/releases/download/v1.18.26/solana-release-x86_64-unknown-linux-gnu.tar.bz2
tar jxf solana-release-x86_64-unknown-linux-gnu.tar.bz2
mv solana-release ~/.local/share/solana
echo 'export PATH="$HOME/.local/share/solana/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source ~/.cargo/env
apt-get install \
build-essential \
pkg-config \
libudev-dev llvm libclang-dev \
protobuf-compiler
rustc --version
cargo install spl-token-cli
solana --version
for devnet
solana config set --url devnet
//go to this website to get free solana devnet
//https://faucet.solana.com
for mainnet
solana config set --url mainnet-beta
solana address
solana balance
solana-keygen grind --starts-with :1
solana config set --keypair tokenaccout.json
solana-keygen grind --starts-with :1
spl-token create-token \
--program-id TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb \
--enable-metadata \
--decimals 9 \
mnt-your-mint-address.json
## to this web for uploading your file
https://app.pinata.cloud/
## Create the file
nano metadata.json
## Copy and paste the metadata stuff
{
"name": "Your coin name",
"symbol": "3 or 4 word symbol of your coin",
"description": " write what ever you like ",
"image": "your pinata image url "
}
spl-token initialize-metadata \
your mint address \
"your coin name" \
"your coin symbol" \
your metadata url link of pinata
##https://explorer.solana.com
spl-token create-account mint address
spl-token mint yourmint-adress amount
spl-token balance mint-adress
spl-token transfer mint-adress amount yourwalletaddress --fund-recipient --allow-unfunded-recipient
spl-token authorize mint-adress freeze --disable
spl-token authorize mint-adress mint --disable
##optional
spl-token update-metadata mint-adress url metadataurl
Видео How I create my first every meme coin on kali Linux and here is how you can also create it . канала Buer
my telegram if you want to make your first ever meme coin
telegram contact : https://t.me/buerl3i
CODE :
apt update && apt upgrade -y
mkdir tokenname
cd tokenname
sh -c "$(curl -sSfL https://release.solana.com/v1.18.18/install)"
wget https://github.com/solana-labs/solana/releases/download/v1.18.26/solana-release-x86_64-unknown-linux-gnu.tar.bz2
tar jxf solana-release-x86_64-unknown-linux-gnu.tar.bz2
mv solana-release ~/.local/share/solana
echo 'export PATH="$HOME/.local/share/solana/bin:$PATH"' >> ~/.bashrc
source ~/.bashrc
curl --proto '=https' --tlsv1.2 -sSf https://sh.rustup.rs | sh
source ~/.cargo/env
apt-get install \
build-essential \
pkg-config \
libudev-dev llvm libclang-dev \
protobuf-compiler
rustc --version
cargo install spl-token-cli
solana --version
for devnet
solana config set --url devnet
//go to this website to get free solana devnet
//https://faucet.solana.com
for mainnet
solana config set --url mainnet-beta
solana address
solana balance
solana-keygen grind --starts-with :1
solana config set --keypair tokenaccout.json
solana-keygen grind --starts-with :1
spl-token create-token \
--program-id TokenzQdBNbLqP5VEhdkAS6EPFLC1PHnBqCXEpPxuEb \
--enable-metadata \
--decimals 9 \
mnt-your-mint-address.json
## to this web for uploading your file
https://app.pinata.cloud/
## Create the file
nano metadata.json
## Copy and paste the metadata stuff
{
"name": "Your coin name",
"symbol": "3 or 4 word symbol of your coin",
"description": " write what ever you like ",
"image": "your pinata image url "
}
spl-token initialize-metadata \
your mint address \
"your coin name" \
"your coin symbol" \
your metadata url link of pinata
##https://explorer.solana.com
spl-token create-account mint address
spl-token mint yourmint-adress amount
spl-token balance mint-adress
spl-token transfer mint-adress amount yourwalletaddress --fund-recipient --allow-unfunded-recipient
spl-token authorize mint-adress freeze --disable
spl-token authorize mint-adress mint --disable
##optional
spl-token update-metadata mint-adress url metadataurl
Видео How I create my first every meme coin on kali Linux and here is how you can also create it . канала Buer
Комментарии отсутствуют
Информация о видео
12 декабря 2025 г. 15:11:18
00:08:35
Другие видео канала
