Skip to content
Dmitry edited this page Jan 15, 2018 · 8 revisions

English

Its own Crypto-currency on the Blockchain Ethereum.

To publish a contract, we need:

  1. Ethereum test network (How to setup the test network is written here
  2. Ethereum Wallet
  3. Online editor Solidity ethereum.github.io
  4. Source code of the contract TokenERC20

Russian

Своя собственная Крипто-валюта на Blockchain Ethereum.

Для публикации контракта нам необходимо:

  1. Тестовая сеть Ethereum (Как настроить тестовую сеть написано здесь)
  2. Ethereum Wallet
  3. Онлайн редактор Solidity ethereum.github.io
  4. Исходный код контракта TokenERC20

Clone this wiki locally