neo-go/examples/token-sale
Evgeniy Stratonikov ad65d1fa1f compiler: implement custom logic for go1.15
For some reason `foo.go` is interpreted as an http URL, and even if we
replace it with `./foo.go` there is an errors with file missing on disk.
Because `CompileWithOptions` should be able to compile file under any
circumstances, we allocate temporary directory base on version used to
compile a binary.

Signed-off-by: Evgeniy Stratonikov <evgeniy@nspcc.ru>
2022-01-21 17:43:28 +03:00
..
go.mod compiler: implement custom logic for go1.15 2022-01-21 17:43:28 +03:00
go.sum examples: use a separate go.mod for each contract 2022-01-21 10:22:29 +03:00
token_sale.go examples: adjust NEP17 and token-sale examples 2021-11-08 14:00:57 +03:00
token_sale.yml nef: add Source field 2021-09-24 00:19:37 +03:00