CashScript / cashscript

⚖️ Easily write and interact with Bitcoin Cash smart contracts
https://cashscript.org
MIT License
115 stars 80 forks source link

Transaction evaluation using libauth #72

Closed rkalis closed 3 weeks ago

rkalis commented 4 years ago

Libauth has a builtin VM implementation that can be used to locally evaluate a transaction before sending it to the network. We use this in the automated tests for AnyHedge and it would be great to include that functionality in the CashScript SDK.

mr-zwets commented 3 weeks ago

We can close this issue as we now use Libauth for local transaction evaultion for the CashScript debugging tooling. This was merged today and released in v0.10.0 🥳