RE: Write EOS contracts in Rust instead of C++

You are viewing a single comment's thread from:

Write EOS contracts in Rust instead of C++

in crypto •  7 years ago 

Hi, What do you think about Eos ABI generation with Rust? eoscpp cmd can do it but I have no idea about it

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

Sorry, I didn’t get what you are asking here.

I'm wondering the same thing. Is anyone working on a contract ABI generator for Rust? It's great to see that we can use Rust to compile to WASM, but that's only 1/2 of the smart contract equation in EOS. Without the ABI, how are developers expected to interact with deployed contract?