Travis
Travis
I've created 2 very simple smart contract to illustrate and replicate the issue I run into: * All steps were executed programmatically with `zilliqa-js` * A simple smart contract `JohnnyGood`...
Starting from `0.12.0` you may opt-in to generate 'block metadata'. Example document: ```js { "_id" : ObjectId("5c21d3ec771dd33c54792344"), "createdBy" : "NEO-JS:0.14.0-dev", "height" : 6, "time" : 1476647478, "size" : 686, "generationTime"...
I have previously attempted to poke around `*.localstorage` files in Chrome extension directory and treat it as SQLite file. I can reach `ItemTable` and find usernames as `key`, but unable...