ethereum / aleth

Aleth – Ethereum C++ client, tools and libraries
GNU General Public License v3.0
3.96k stars 2.18k forks source link

Is there a way to execute simple smart contract using Aleth source code? #5876

Open XuDafang opened 4 years ago

XuDafang commented 4 years ago

In go-ethereum, there's a way to simulate the blockchain where I can send transaction(such as deploying a smart contract) to the blockchain and get a result from it(such as getting a result from a contract). See details here. I wonder if Aleth provides a similar way or not.

moneroexamples commented 4 years ago

aleth has a tool called aleth-vm . Maybe this is what would be useful for you?