rosa 0.2.1.0 → 0.2.2.0
raw patch · 2 files changed
+4/−4 lines, 2 files
Files
- README.md +2/−2
- rosa.cabal +2/−2
README.md view
@@ -1,7 +1,7 @@ # Rosa ## Query the namecoin blockchain -Rosa is a commmand line tool to query the namecoin blockhain.+Rosa is a commmand line tool to query the namecoin blockchain. It gets the JSON value of a name and other data using namecoind local server or the dnschain REST api and displays it in a pretty format. @@ -21,7 +21,7 @@ namecoin: N3zSdWjXJwtnZHYdRXymSzVzgooDMpAvEw name: Michele Guerini Rocco -Connect to namecoind server for blockhain data+Connect to namecoind server for blockchain data $ rosa d/namechain -b ip: 83.96.168.183
rosa.cabal view
@@ -1,5 +1,5 @@ name: rosa-version: 0.2.1.0+version: 0.2.2.0 synopsis: Query the namecoin blockchain description: @@ -10,7 +10,7 @@ license: MIT license-file: LICENSE-author: Rnhmjoj+author: rnhmjoj maintainer: micheleguerinirocco@me.com copyright: (C) Michele Guerini Rocco 2015 category: Utility