nanode
nanode copied to clipboard
Dead simple, promise-based client for interacting and building services with the NANO network.
[https://www.nanode.co/node-api](https://www.nanode.co/node-api) I read that: > Node API will permanently shut down on June 15, 2018. So this will only be intended to work with our own instance of a node?...
See issue #22. Note: I've never used typescript before. It works, but may need some changes.
There is no security issue when the node is local: `const nano = new Nano({url: 'http://localhost:7076'})` But when the node is not local, such as when the Nanode API is...