CityOfZion / neo-lux

.NET SDK to interact with the NEO blockchain and invoke smart contracts
MIT License
37 stars 24 forks source link

NPC JSON Entity Deserialization added to ParseStack() (second attempt) #11

Closed mwherman2000 closed 6 years ago

mwherman2000 commented 6 years ago

...essentially a re-write of ParseStack(). Fully supports C#.NEO scalars, class objects and arrays of class objects being returned from Main() as an object[].

neo-lux-demo-npc test client app project added.