aleth icon indicating copy to clipboard operation
aleth copied to clipboard

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

Open XuDafang opened this issue 5 years ago • 1 comments
trafficstars

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.

XuDafang avatar Dec 23 '19 21:12 XuDafang

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

moneroexamples avatar Jan 20 '20 00:01 moneroexamples