Skip to content

Token builder support

Pre-release
Pre-release
Compare
Choose a tag to compare
@ensrationis ensrationis released this 23 Nov 17:52
· 206 commits to master since this release

[EN]
From release 0.3.0 user can create three types of smart contract tokens on Ethereum Blockchain via chat with Telegram bot @AiraEthBot, without compile and deploy process. Scope:

  • user can create ERC20 token with limited amounts of tokens.
  • user can create ERC20 token with emission function for token owner.
  • user can create Ether vault contract for organize ether accounting with approving limits of funds for third person.

Changelog:

  • Added new @AiraEthBot chat command: /create - create new contract by Factory.
  • @AiraEthBot chat commands /balance, /balance, /send and /transfer ask user about token who will be using.

Сhat command: /create have service fee: 0.1 Ether for each transaction. You need have service fee approved to @AiraEthBot for success complete /create command.

Demo "Creating ERC20 token via Telegram bot" on Youtube


[RU]
Начиная с релиза 0.3.0 пользователь может создать один из трёх видов умных контрактов токенов на Ethereum Blockchain с помощью чата с Телеграм ботом @AiraEthBot. Это не потребует компиляции исходного кода контракта локально на машине и процесса отправки скомпилированного кода в сеть. Данный релиз позволит пользователю:

  • создать ERC20 токен с ограниченным лимитом токенов.
  • создать ERC20 токен с функцией эмиссии, доступной владельцу контракта.
  • создать Ether vault contract для организации управления эфирами с возможностью разрешения лимитов снятия третьим лицам.

Журнал изменений:

  • Добавлена новая чат команда для Телеграм бота @AiraEthBot: /create - create new contract by Factory.
  • Чат команды бота @AiraEthBot /balance, /balance, /send и /transfer теперь запрашивают данные токена, для которого необходимо выполнить транзакцию в сеть .

Чат команда: /create имеет сервисный сбор: 0.1 Ether за отправку каждой транзакции на создание токена в сеть. Вам необходимо иметь доступной эту сумму Телеграм боту @AiraEthBotдля успешного выполнения команды /create.

Демо "Creating ERC20 token via Telegram bot" на Youtube