neoneo-go/pkg/vm/tests
Anthony De Meulemeester 35551282b0
Porting the NEX ICO template to neo-go as first class smart contract example (#78)
* Initial draft of the ICO template ported from NEX.

* filled in token configuration

* added kyc storage prefix

* fixed byte array conversion + added tests

* fixed broken test + made 1 file for the token sale example.

* implemented the NEP5 handlers

* bumped version
2018-05-06 08:03:26 +02:00
..
bar Compiler (#73) 2018-04-22 20:11:37 +02:00
foo Compiler (#73) 2018-04-22 20:11:37 +02:00
foobar Porting the NEX ICO template to neo-go as first class smart contract example (#78) 2018-05-06 08:03:26 +02:00
assign_test.go VM and compiler update (#63) 2018-04-04 21:41:19 +02:00
binary_expr_test.go VM and compiler update (#63) 2018-04-04 21:41:19 +02:00
byte_conversion_test.go Porting the NEX ICO template to neo-go as first class smart contract example (#78) 2018-05-06 08:03:26 +02:00
contant_test.go Optimisations and API changes for smart contracts (#67) 2018-04-10 11:45:31 +02:00
for_test.go Compiler (#73) 2018-04-22 20:11:37 +02:00
function_call_test.go Optimisations and API changes for smart contracts (#67) 2018-04-10 11:45:31 +02:00
if_test.go Compiler (#73) 2018-04-22 20:11:37 +02:00
import_test.go Porting the NEX ICO template to neo-go as first class smart contract example (#78) 2018-05-06 08:03:26 +02:00
numeric_test.go VM and compiler update (#63) 2018-04-04 21:41:19 +02:00
struct_test.go VM and compiler update (#63) 2018-04-04 21:41:19 +02:00
syscall_test.go Porting the NEX ICO template to neo-go as first class smart contract example (#78) 2018-05-06 08:03:26 +02:00
type_test.go Compiler (#73) 2018-04-22 20:11:37 +02:00
util_test.go Compiler (#73) 2018-04-22 20:11:37 +02:00
vm_test.go Porting the NEX ICO template to neo-go as first class smart contract example (#78) 2018-05-06 08:03:26 +02:00