Глоссарий





Новости переводов

19 апреля, 2024

Translations in furniture production

07 февраля, 2024

Ghostwriting vs. Copywriting

30 января, 2024

Preparing a scientific article for publication in an electronic (online) journal

20 декабря, 2023

Translation and editing of drawings in CAD systems

10 декабря, 2023

About automatic speech recognition

30 ноября, 2023

Translation services for tunneling shields and tunnel construction technologies

22 ноября, 2023

Proofreading of English text



Глоссарии и словари бюро переводов Фларус

Поиск в глоссариях:  

Solidity, lll, serpent and viper

Глоссарий по криптовалютам и блокчейну
    Programming languages for writing contract code which can be compiled into evm code. serpent can also be compiled into lll. solidity is a c++-like language (and is the most widely used), serpent and viper are python-like languages (the developer of the two currently recommends viper more), and lll is an acronym for lisp-like language.




Programming, английский
  1. Программирование

  2. Constructing a program; usually in a high level language. the art of instructing computers how to store, retrieve, and process data automatically.

  3. Планирование


Data availability, английский
    The property of a state that any node connected to the network could download any specific part of the state that they wish to.


Evm code, английский
    Ethereum virtual machine code, the programming language in which accounts on the ethereum blockchain can contain code. the evm code associated with an account is executed every time a message is sent to that account, and has the ability to read/write storage and itself send messages.