Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Question: Open Source + etherscan = ? #31

Open
skywinder opened this issue Dec 22, 2017 · 1 comment
Open

Question: Open Source + etherscan = ? #31

skywinder opened this issue Dec 22, 2017 · 1 comment

Comments

@skywinder
Copy link
Contributor

The question and the homework: why do you need to share the code of the Smart contract at https://etherscan.io/? What advantages and benefits we achieve by linking the code?
Who will give the most relevant and correct answer - will receive a bonus from BankEx - 2 BKX! 🚀
Good luck!


[RU]
Вопрос и домашнее задание: изучить, зачем нужно выкладывать полный код Смарт контракта на https://etherscan.io/ ?
Какие это нам даёт преимущества и возможности?
Кто даст наиболее релевантный и правильный ответ - получит бонус от БанкЭкс - 2 BKX! 🚀
Удачи!

@deniskulakov
Copy link
Contributor

Выкладывать полный код Смарт контракта на https://etherscan.io/ нужно для его верификации. Это дает следующие преимущества:

  1. Повышается прозрачность и увеличивается доверие к контракту;
  2. Упрощается работа с контратом за счет открытого исходного кода;
  3. Можно прочитать состояние переменных контракта в блоке Read Smart Contract;
  4. Можно получить ABI верифицированного контракта по API Etherscan.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants