neo-go/cli
Anthony De Meulemeester 931388b687
Cross platform virtual machine implementation (#60)
* Virtual machine for the NEO blockhain.

* fixed big.Int numeric operation pointer issue.

* added appcall

* Added README for vm package.

* removed main.go

* started VM cli (prompt) integration

* added support for printing the stack.

* moved cli to vm package

* fixed vet errors

* updated readme

* added more test for VM and fixed some edge cases.

* bumped version -> 0.37.0
2018-03-30 18:15:06 +02:00
..
server Persistance (#53) 2018-03-25 12:45:54 +02:00
smartcontract Compiler arrays (#49) 2018-03-25 18:21:00 +02:00
vm Cross platform virtual machine implementation (#60) 2018-03-30 18:15:06 +02:00
wallet Base wallet implementation (#35) 2018-03-02 16:24:09 +01:00
.gitignore Better error messages (#24) 2018-02-24 10:10:45 +01:00
main.go Cross platform virtual machine implementation (#60) 2018-03-30 18:15:06 +02:00