Last active
March 29, 2018 08:36
-
-
Save sponnet/510432b9d4ad0bdd617d3dd144b720ea to your computer and use it in GitHub Desktop.
Swarm City Boardwalk Datasets
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"hashtagData": { | |
"address":"0x3f0189a1647d091d111c78aacfbbddbd6b2c86b5", | |
"name":"Settler", | |
"description":"The first marketplace in Swarm City was #pioneer. This is the second. Post and answer requests for goods and services in this marketplace, and earn reputation as one of the earliest adopters.", | |
"contact": | |
[{"name":"[email protected]", | |
"link":"mailto:[email protected]" | |
},{ | |
"name":"@SwarmCityHelp (Twitter)", | |
"link":"http://twitter.com/@SwarmCityHelp"}] | |
}, | |
"hashtagItems":[ | |
{ | |
"dealHash": "123abc", | |
"name": "Tester X", | |
"avatar" : "<IPFSHASH>", | |
"publicKey" : "123....abc", | |
"balance": "25000000000000000000", | |
"repBalance": "25000000000000000000", | |
"description": "Translate my 1 page manifesto from English to Dutch", | |
"dateTime": "1519846041301", | |
"value": "15000000000000000000", | |
"hashtag" : "0xfa12...", | |
"hashtagFee": "123992", | |
"replies" : [ | |
{ | |
"dateTime": 12345, | |
"name": "Tester Y", | |
"avatar": "<IPFSHASH>", | |
"balance": "<String>", | |
"publicKey": "abc1234...", | |
"repBalance": "<String>", | |
"description": "<String>" | |
} | |
], | |
}] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment