aeternity / aepp-sdk-go

Golang SDK to interact with the Æternity blockchain
ISC License
18 stars 10 forks source link

refactor/CLIMockNetwork, feature/AENSLookup #101

Closed randomshinichi closed 5 years ago

randomshinichi commented 5 years ago

This refactor enables CLI unit tests to run without a connection to a node. The code is now more Go-ish.

One can also lookup AENS names. Directly spending to a name/contract call can come later once we are sure it belongs in the helpers level and not in userland code.