03. Выпуск токена на блокчейне Alephium

В этом видео вы выпустите свой собственный токен на блокчейне Alephium. 🔗 Links: ➖ Repository "alephium-create-token":
💬 Telegram: Channel:
Chat:
🌐 Social networks: Twitter:
Telegram:
⌨️ Commands 1️⃣ Execute the command: npm install typescript ts-node 2️⃣ Execute the command: npm install 3️⃣ Create a ".env" file and add: PRIVATE_KEYS=your_private_key 4️⃣ In 0_deploy_walking_cat_token.ts, you need to update: 1. Recipient address (variable receiver) 2. Token symbol 3. Token name 4. Token supply 5️⃣ To clear the terminal, you can execute the command: clear 6️⃣ Compile the smart contract code (skip this step, the code in the repository is already compiled): npx @alephium/cli@latest compile -n devnet 7️⃣ Deploy the smart contract to devnet: npx @alephium/cli@latest deploy -n devnet 8️⃣ Deploy the smart contract to mainnet: npx @alephium/cli@latest deploy -n mainnet

Смотрите также