chore: move token example to nep5 as package name (CityOfZion/neo-storm#19)

* feat: add token example

* feat: code splitted package

* feat: use updated apis

* chore: change token namespace to nep5

* chore: add transfer event and readme updates

Imported from CityOfZion/neo-storm (63ec2d7dc23a60f128a8b383ceda1eaa15d919c1).
This commit is contained in:
Jeroen Peeters 2018-08-22 18:49:30 +02:00 committed by Roman Khimov
parent b3037cd598
commit 1f8ccdba16
4 changed files with 118 additions and 6 deletions

View file

@ -23,7 +23,7 @@ func TestExamplesFolder(t *testing.T) {
t.Fatal(err)
}
if len(infos) > 1 {
t.Fatal("detected smart contract folder with more then 1 contract file")
t.Fatal("detected smart contract folder with more than 1 contract file")
}
if len(infos) == 0 {
t.Fatal("detected smart contract folder with no contract in it")