I
I
Igor Samokhin2018-10-04 19:58:05
Cryptocurrency
Igor Samokhin, 2018-10-04 19:58:05

Is it possible to write a smart contract for EOS in js?

Hello,
we looked at the EOS git and it seems like there is an api in JS for writing smart contracts. But I would like to hear answers from people with experience.
Is it possible to write a smart contract for EOS in js?

Answer the question

In order to leave comments, you need to log in

1 answer(s)
S
Sergey, 2019-03-09
@grigor007

EOS smart contracts work on the basis of the WebAssembly stack virtual machine (WASM), which compiles high-level C/C++, Rust, Go, D languages, providing translation into binary code.
Accordingly, writing smart contracts for EOS is possible using these languages.
In practice, C++ is most often used, the official documentation on creating smart contracts on it is also available on the website for EOS developers: https://eosio.github.io/eosio.cdt/1.5.0/
I heard about writing in JS, translators were used, but there were quite a lot of errors and these are extremely crude solutions that I do not recommend.
Write to me in the chat on the site: itstepster.com or in Telegram , I will consult for free)

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question