unpackdev / solgo

Solidity parser in Go, designed to transform Solidity code into a structured format for enhanced analysis, particularly beneficial for developers using Go to analyze Solidity smart contracts.
https://unpack.dev
Apache License 2.0
1 stars 0 forks source link

Simulator package #143

Open 0x19 opened 9 months ago

0x19 commented 9 months ago

Ability to simulate transactions on local network as well as on the main net.

0x19 commented 9 months ago

Working playground is found at #140