<div class="text-justify"> I was playing with <a href="https://webmakerapp.com">Web Maker App</a> as an alternative to codepen , and have been meaning to actually do something with the chain. I remember I have this obsession with custom_json and how useful it can be but wanted to do it in vanilla js. I also completely over-engineered what I would do etc. Today I just did not. I just hacked together some pieces and went for it. This is the horrifying tale of that. <br><hr> <center><img src="https://steemitimages.com/p/6VvuHGsoU2QBt9MXeXNdDuyd4Bmd63j7zJymDTWgdcJjo1YLnsw35v16X3zH6qovKA3C6CTLj7mXJtG1nuAhjfpbi4oSe66jCfCDoG4EbnfMExcXM5U36rvhdLg5Gi"></center> <br><hr> Imagine the most simple, horrible html form you can then beat it with a brick. The html I added was just to have a semblance to a DOM instead of hardcoding everything. Which I did anyway with the message I sent, F the man. <br> <pre><code>//HTML <form> <input id="account" type="text" placeholder="account name" name="account"> <input id="key" type="password" placeholder="posting Key" name="key"> <button id="doshit">Do Shit</button> <button id="domoreshit">Send that shit</button> </form> </code></pre> <br> Since <a href="https://webmakerapp.com">Web Maker App</a> links the libraries for us there is no need for a local file and script hassles. It is simple enough to actually take the data and put it in the required structure even by just getting the info from a direct call to the api without using any libraries. I sooooooo wanted to try it vanilla, these libraries are hard. Then I looked at the authentication helpers to broadcast the transaction to the chain and pissed myself a little. In the app you may proceed and link the <a href="https://github.com/jnordberg/dsteem">Dsteem library</a> , use a version below 0.11.0 else shit is just fucked up. So that is from version ^0.8.0 - ^0.10.0 Now, this is not pretty, I promise you it is not a tutorial or anything. It is just something that had to be done. <br> <pre><code>//JAVASCRIPT //set up steem client. const client = new dsteem.Client('https://api.steemit.com'); <br> //stuff to send in transaction //use account name as unique prefix and because I like my name ok. let transactionBody = { id: "penderis_sos", json: "", required_auths: [], required_posting_auths: [] } //When is the party, is clothing optional? This is the data we care about let jsonBody = { call: "penderis", why: "for a good time", when: "horny" } //it is a funny word no idea wtf it means I actually hate it //just say private key you prick let wif <br> let doshit = document.getElementById('doshit'); //make it if we clicky it then it speaky to the thingy doshit.addEventListener('click', function(event){ event.preventDefault(); //trigger get the shitty info and doing stuff via the event listener //because I am not going to build out form inputs fuck that shit. //ok maybe I will. fuckit let accountName = document.getElementById('account').value; let accountKey = document.getElementById('key').value; //dsteem will take your text and make it special or you get a useless error wif = dsteem.PrivateKey.from(accountKey); <br> //probably should not use push, but tell me when will I ever in //my fucking in life require multiple names to sign this shit. //But probably should not use push or it will be wrong transactionBody.required_posting_auths.push(accountName); transactionBody.json = JSON.stringify(jsonBody); //shall we see if this updates the variables. console.log(transactionBody); }) <br> let domoreshit = document.getElementById("domoreshit"); //make it so when we clicky it then it listens to the speaky and tattles domoreshit.addEventListener('click',function(event){ event.preventDefault(); <br> //Sign, seal and hopefully deliver everything we heard. client.broadcast.json(transactionBody,wif).then( function(result){ console.log(result); }, function(error){ console.log(error); } ) }) </code></pre> <br><hr> <center><img src="https://steemitimages.com/p/gPCasciUWmEwHnsXKML7xF4NE4zxEVyvENsPKp9LmDaFuyySbc17LP9pnrVXFtesJFRxbBC8o7xCFK9ttQeHkAVz8bLmAx5UkX2n4cQmAftmEB5mB5xr3BDjZJXjpHTVA4fzEE4UaoRb38Q3iE"></center> <br><hr> Now I looked before posting but I don't actually think I can just go and index these things without streaming blocks or some shit. Which begs the question. Ok not a question just a random thought. Nah, this typing thing is getting boring and I think I just realized that the only use for the chain is to monetize. I do feel better posting a few words also though, not a complete gold digger. I will whisper sweet nothings also. </div>
author | penderis |
---|---|
permlink | but-is-it-useful-custom-json-on-the-chain |
category | code |
json_metadata | {"tags":["code","learning","writing","steem","likejesusbutbetter"],"image":["https://steemitimages.com/p/6VvuHGsoU2QBt9MXeXNdDuyd4Bmd63j7zJymDTWgdcJjo1YLnsw35v16X3zH6qovKA3C6CTLj7mXJtG1nuAhjfpbi4oSe66jCfCDoG4EbnfMExcXM5U36rvhdLg5Gi","https://steemitimages.com/p/gPCasciUWmEwHnsXKML7xF4NE4zxEVyvENsPKp9LmDaFuyySbc17LP9pnrVXFtesJFRxbBC8o7xCFK9ttQeHkAVz8bLmAx5UkX2n4cQmAftmEB5mB5xr3BDjZJXjpHTVA4fzEE4UaoRb38Q3iE"],"links":["https://webmakerapp.com","https://github.com/jnordberg/dsteem"],"app":"steemit/0.1","format":"markdown"} |
created | 2019-01-02 22:13:15 |
last_update | 2019-01-02 22:13:15 |
depth | 0 |
children | 2 |
last_payout | 2019-01-09 22:13:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.080 HBD |
curator_payout_value | 0.277 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 4,759 |
author_reputation | 153,480,448,063,664 |
root_title | "But is it useful. Custom Json on the chain." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 77,777,287 |
net_rshares | 2,585,236,511,566 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
tombstone | 0 | 266,909,647,553 | 1.2% | ||
pairmike | 0 | 2,297,313,607 | 100% | ||
kevinwong | 0 | 235,193,316,741 | 3% | ||
mammasitta | 0 | 251,756,811 | 0.05% | ||
dailyfeed | 0 | 3,290,205,387 | 100% | ||
daan | 0 | 2,744,080,146 | 3% | ||
animus | 0 | 2,207,550,323 | 100% | ||
arconite | 0 | 860,125,588 | 1.5% | ||
ingaaa | 0 | 3,509,505,605 | 100% | ||
gonzo | 0 | 1,888,749,271 | 100% | ||
elamental | 0 | 249,830,414 | 1% | ||
anarcho-andrei | 0 | 158,821,573 | 0.9% | ||
marohf | 0 | 3,501,114,460 | 100% | ||
clayboyn | 0 | 5,543,178,499 | 7% | ||
bukiland | 0 | 1,111,967,155 | 0.5% | ||
ethandsmith | 0 | 57,954,350,726 | 15% | ||
dreemsteem | 0 | 15,468,466,311 | 100% | ||
quirky.countess | 0 | 157,862,248 | 12.5% | ||
marcoafsousa | 0 | 3,508,335,799 | 100% | ||
goldzeus | 0 | 2,872,303,138 | 100% | ||
andy4475 | 0 | 3,159,522,804 | 100% | ||
flyingcam | 0 | 3,445,898,408 | 100% | ||
momogrow | 0 | 1,943,683,872 | 3% | ||
flowerpowerart | 0 | 4,951,958,605 | 100% | ||
erkj03 | 0 | 3,072,592,103 | 100% | ||
boricuapr | 0 | 2,510,769,086 | 100% | ||
nyh | 0 | 2,214,411,421 | 100% | ||
isaria | 0 | 42,926,075,867 | 10% | ||
asena | 0 | 5,191,944,422 | 100% | ||
mathemandy | 0 | 3,541,374,753 | 100% | ||
crimsonclad | 0 | 27,171,169,090 | 6% | ||
paulag | 0 | 14,959,126,367 | 5% | ||
jonmagnusson | 0 | 139,141,531 | 0.5% | ||
jayna | 0 | 151,968,301 | 0.45% | ||
cessarespinozaa | 0 | 2,472,865,714 | 100% | ||
olegnator | 0 | 3,104,891,947 | 100% | ||
eturnerx | 0 | 718,809,703,164 | 100% | ||
discordiant | 0 | 1,563,419,106 | 6% | ||
paphatchaya | 0 | 4,535,714,763 | 100% | ||
massive-pop | 0 | 3,605,378,917 | 100% | ||
ishaq | 0 | 4,265,082,536 | 100% | ||
tkfloridagolf | 0 | 3,389,492,000 | 100% | ||
amymya | 0 | 89,583,773 | 0.3% | ||
momar | 0 | 2,448,622,443 | 100% | ||
ivanic | 0 | 4,454,975,625 | 100% | ||
pyroken | 0 | 2,344,716,905 | 100% | ||
bugaev | 0 | 2,471,243,751 | 100% | ||
ralph-rennoldson | 0 | 332,895,674 | 0.22% | ||
faowna | 0 | 2,873,297,027 | 100% | ||
redrica | 0 | 357,089,773 | 0.66% | ||
maintain4real-eu | 0 | 3,626,666,833 | 100% | ||
binjeeclick | 0 | 4,069,065,786 | 100% | ||
dobroman | 0 | 2,171,793,998 | 100% | ||
overmybrain | 0 | 2,394,826,110 | 100% | ||
naysayer | 0 | 3,666,744,224 | 100% | ||
debraycodes | 0 | 3,488,192,250 | 100% | ||
ukrainian.trail | 0 | 4,550,300,996 | 100% | ||
evernoticethat | 0 | 4,979,206,153 | 25% | ||
ross-early | 0 | 4,366,849,362 | 100% | ||
nurhayati | 0 | 89,170,769 | 3% | ||
trevorpetrie | 0 | 303,928,335 | 3% | ||
chillinph | 0 | 2,882,051,726 | 100% | ||
melissa-mccarthy | 0 | 4,166,972,591 | 100% | ||
carrieallen | 0 | 1,561,419,435 | 5% | ||
boatsports90 | 0 | 2,640,761,774 | 100% | ||
jordanx2 | 0 | 2,829,768,914 | 100% | ||
derekcowan | 0 | 2,410,255,157 | 100% | ||
thaiprincess | 0 | 3,154,093,084 | 100% | ||
ajremy | 0 | 2,337,726,078 | 100% | ||
yoonicorn30 | 0 | 2,475,570,804 | 100% | ||
ahmadnayan | 0 | 2,169,986,525 | 100% | ||
tazbaz | 0 | 2,205,700,843 | 100% | ||
sakibarifin | 0 | 4,229,958,950 | 100% | ||
jaredlang | 0 | 2,368,311,038 | 100% | ||
cryptotradingfr | 0 | 4,031,492,622 | 100% | ||
panamapilgrim | 0 | 377,104,107 | 100% | ||
socent | 0 | 612,217,120 | 15% | ||
tarikhakan55 | 0 | 2,365,924,659 | 100% | ||
adexola | 0 | 3,934,479,185 | 100% | ||
kadjar | 0 | 4,443,384,299 | 100% | ||
edmundang | 0 | 2,336,756,439 | 100% | ||
eonwarped | 0 | 36,565,764,565 | 8% | ||
arnavlavan | 0 | 3,829,904,015 | 100% | ||
craigahamilton | 0 | 2,219,175,541 | 100% | ||
jibspark | 0 | 2,973,472,781 | 100% | ||
pechichemena | 0 | 175,658,622 | 0.6% | ||
lowlylutfur | 0 | 2,946,352,305 | 100% | ||
ludevielucero | 0 | 2,921,453,662 | 100% | ||
grake | 0 | 4,919,516,903 | 100% | ||
thisisethanlau | 0 | 2,641,985,493 | 100% | ||
helpie | 0 | 48,528,158,498 | 3% | ||
starsima | 0 | 2,691,145,286 | 100% | ||
johngreenfield | 0 | 7,176,557,173 | 100% | ||
dreamdev | 0 | 5,288,515,032 | 100% | ||
manyasli | 0 | 2,947,268,448 | 100% | ||
markaustin | 0 | 344,143,454 | 5% | ||
onyemacourage | 0 | 3,387,698,317 | 100% | ||
luisferchav | 0 | 70,780,741 | 1.5% | ||
mkam | 0 | 3,171,647,956 | 100% | ||
foureagles | 0 | 3,105,152,049 | 100% | ||
dethclad | 0 | 4,063,380,300 | 100% | ||
tante.emmas.weed | 0 | 3,716,700,542 | 100% | ||
raphaelhuber | 0 | 3,220,076,555 | 100% | ||
holybranches | 0 | 12,386,865,019 | 51% | ||
steemitgirl11 | 0 | 2,312,477,527 | 100% | ||
ottto | 0 | 4,606,054,292 | 100% | ||
ehmkannde | 0 | 2,389,678,965 | 100% | ||
jackie2017 | 0 | 3,197,022,600 | 100% | ||
carpedimus | 0 | 3,333,211,825 | 100% | ||
gamsam | 0 | 240,503,856 | 0.09% | ||
biffybirdcam | 0 | 5,716,834,498 | 100% | ||
world-traveler | 0 | 2,520,277,542 | 100% | ||
chino-miguel | 0 | 2,411,495,699 | 100% | ||
pinkertonrya | 0 | 4,548,054,208 | 100% | ||
cannarek | 0 | 3,129,193,757 | 100% | ||
theuxyeti | 0 | 3,590,930,833 | 100% | ||
m1alsan | 0 | 3,302,802,105 | 100% | ||
ricardoquintero | 0 | 3,812,105,487 | 100% | ||
initial.bid | 0 | 3,564,421,850 | 100% | ||
adhinita | 0 | 2,657,918,852 | 100% | ||
trasric | 0 | 4,007,655,387 | 100% | ||
fredfettmeister | 0 | 4,124,932,432 | 100% | ||
pcusine | 0 | 796,266,420 | 10% | ||
dedyrendra | 0 | 2,394,268,057 | 100% | ||
bodyscape | 0 | 2,475,581,261 | 100% | ||
grizzle | 0 | 209,414,789 | 1% | ||
reviles | 0 | 3,052,527,394 | 100% | ||
lunaticpandora | 0 | 528,034,555 | 1.2% | ||
minsoo.kim | 0 | 3,027,776,349 | 100% | ||
silentscreamer | 0 | 347,025,853 | 1.5% | ||
gothika47 | 0 | 2,623,855,962 | 100% | ||
bybrawe | 0 | 3,900,796,558 | 100% | ||
ttalk | 0 | 3,015,204,127 | 100% | ||
arnulfo | 0 | 2,533,531,285 | 100% | ||
tadeu | 0 | 4,262,015,253 | 100% | ||
verhp11 | 0 | 141,970,691 | 1% | ||
adip | 0 | 5,308,448,778 | 100% | ||
pacxiu | 0 | 2,467,046,669 | 100% | ||
cryptoking3 | 0 | 2,156,597,881 | 100% | ||
atomcollector | 0 | 5,315,348,039 | 20% | ||
jacks35 | 0 | 2,219,235,029 | 100% | ||
darryljonesjr | 0 | 2,323,700,560 | 100% | ||
ruth-elise | 0 | 322,309,310 | 20% | ||
steem3 | 0 | 2,742,580,272 | 100% | ||
napa | 0 | 3,511,428,943 | 100% | ||
whitewarlike | 0 | 3,214,029,918 | 100% | ||
tamala | 0 | 18,541,706,623 | 100% | ||
outofperspective | 0 | 4,282,781,469 | 100% | ||
zipporah | 0 | 983,636,843 | 0.6% | ||
enja18 | 0 | 3,633,921,848 | 100% | ||
siomarasalmeron | 0 | 126,292,951 | 1.5% | ||
inspiredgideon1 | 0 | 2,681,936,741 | 100% | ||
dabird | 0 | 4,287,416,785 | 100% | ||
joe.backpacker | 0 | 3,580,550,068 | 100% | ||
jannatulferdaus | 0 | 5,408,726,842 | 100% | ||
mmaarrttiinn11 | 0 | 2,283,341,965 | 100% | ||
tegansteems | 0 | 3,239,832,928 | 100% | ||
foxyspirit | 0 | 92,830,962 | 0.6% | ||
intisar | 0 | 3,789,525,371 | 100% | ||
tifaong | 0 | 4,104,385,400 | 100% | ||
jeronimorubio | 0 | 281,217,282 | 0.6% | ||
zenifar | 0 | 2,220,626,566 | 100% | ||
otac | 0 | 3,422,709,623 | 100% | ||
bitswami | 0 | 3,211,345,394 | 100% | ||
drjj | 0 | 3,012,319,535 | 100% | ||
a-0-mita | 0 | 3,335,368,032 | 100% | ||
ezravandi | 0 | 404,359,964 | 1% | ||
jan23com | 0 | 1,589,785,357 | 100% | ||
derangedvisions | 0 | 101,151,956 | 0.75% | ||
kennethtks | 0 | 3,673,460,027 | 100% | ||
streetsmart | 0 | 3,335,768,698 | 100% | ||
alcidsmujica | 0 | 2,434,050,394 | 100% | ||
pretty.dorky | 0 | 2,412,779,048 | 100% | ||
choco11oreo11 | 0 | 70,740,764 | 20% | ||
milchtropfen | 0 | 2,251,276,617 | 100% | ||
safwan12 | 0 | 2,702,002,002 | 100% | ||
adamdo | 0 | 1,123,717,677 | 100% | ||
zockerlounge | 0 | 2,508,207,109 | 100% | ||
hiddenblade | 0 | 121,887,306 | 1.5% | ||
arkhamknight | 0 | 5,144,550,883 | 100% | ||
joannereid | 0 | 2,190,573,378 | 100% | ||
michaelcamilleri | 0 | 3,263,661,526 | 100% | ||
monchhichi23 | 0 | 8,073,964,892 | 100% | ||
we-are | 0 | 50,553,306,091 | 10.24% | ||
misscassy | 0 | 5,084,876,336 | 100% | ||
photomatic | 0 | 3,916,679,586 | 100% | ||
canadianbacon | 0 | 5,346,013,492 | 100% | ||
jiay | 0 | 3,536,555,511 | 100% | ||
zakaria14 | 0 | 162,312,599 | 50% | ||
recordpool | 0 | 121,000,759 | 5% | ||
solominer | 0 | 461,762,914 | 1.5% | ||
archaimusic | 0 | 117,885,321 | 10% | ||
we-are-nz | 0 | 20,497,170,524 | 25% | ||
goatman | 0 | 3,529,276,442 | 100% | ||
branthebuilder | 0 | 2,264,907,263 | 100% | ||
charlieheart | 0 | 2,605,023,622 | 100% | ||
musicvoter | 0 | 3,410,989,618 | 1% | ||
cryptoprebz | 0 | 2,212,380,601 | 100% | ||
jufasan | 0 | 2,425,689,644 | 100% | ||
supercryptomum | 0 | 3,639,955,220 | 100% | ||
free-reign | 0 | 4,185,512,291 | 100% | ||
xoik | 0 | 2,203,338,521 | 100% | ||
insaneworks | 0 | 40,939,564,752 | 100% | ||
timhau21 | 0 | 3,953,202,896 | 100% | ||
nyuntwin | 0 | 3,738,857,173 | 100% | ||
cnandofer | 0 | 3,534,945,393 | 100% | ||
brighttux | 0 | 2,286,842,827 | 100% | ||
bernardtjames | 0 | 5,156,536,381 | 100% | ||
w00tl00t | 0 | 3,877,306,936 | 100% | ||
marysemciver | 0 | 2,994,527,220 | 100% | ||
worldwar3 | 0 | 3,292,948,626 | 100% | ||
joelsegovia | 0 | 3,997,607,614 | 100% | ||
kchitrah | 0 | 3,094,312,145 | 50% | ||
blckwhtx | 0 | 2,517,511,706 | 100% | ||
blewitt | 0 | 1,246,996,430 | 0.3% | ||
jaklassen | 0 | 4,277,401,503 | 100% | ||
nattybongo | 0 | 2,346,706,708 | 100% | ||
dariuska2008 | 0 | 2,683,334,014 | 100% | ||
satishdenish | 0 | 2,857,054,466 | 100% | ||
maxgunchenko | 0 | 3,984,352,219 | 100% | ||
esteliopadilla | 0 | 8,337,008,841 | 100% | ||
bukuem | 0 | 2,032,707,192 | 100% | ||
anigaver | 0 | 2,708,565,060 | 100% | ||
lillywilton | 0 | 645,937,851 | 20% | ||
anyonecan | 0 | 5,288,017,555 | 100% | ||
preventsuicide | 0 | 4,227,072,184 | 100% | ||
welcomewagon | 0 | 10,445,776,132 | 25% | ||
andypalacios | 0 | 451,509,925 | 100% | ||
sbi7 | 0 | 112,687,755,097 | 32.87% | ||
mimismartypants | 0 | 3,218,265,058 | 50% | ||
littleshadow | 0 | 70,855,145 | 20% | ||
nayhlaingsoe | 0 | 5,170,063,210 | 100% | ||
joseph6232 | 0 | 70,847,093 | 20% | ||
rayshiuimages | 0 | 3,622,177,651 | 100% | ||
emaillisahere | 0 | 71,096,718 | 20% | ||
buzzbee | 0 | 326,223,079 | 30% | ||
marcos1245 | 0 | 4,267,890,658 | 100% | ||
kriptonik | 0 | 18,317,895,307 | 100% | ||
batavia | 0 | 2,604,906,328 | 100% | ||
kelerill | 0 | 4,156,809,101 | 100% | ||
thesummoner | 0 | 2,317,685,440 | 100% | ||
caoimhin | 0 | 70,847,093 | 20% | ||
smartsupport | 0 | 4,796,718,268 | 100% | ||
djtrucker | 0 | 70,792,054 | 20% | ||
eveningart | 0 | 3,492,177,577 | 18.75% | ||
marshalmugi | 0 | 668,175,575 | 20% | ||
swollness | 0 | 2,306,610,719 | 100% | ||
podg3 | 0 | 70,839,049 | 20% | ||
sahelmakrani | 0 | 3,092,836,100 | 100% | ||
mihmandar | 0 | 3,228,600,163 | 100% | ||
arpello | 0 | 2,704,118,928 | 100% | ||
misstaken | 0 | 71,277,977 | 20% | ||
gamer0815 | 0 | 4,096,697,171 | 100% | ||
hyperbole | 0 | 5,695,750,362 | 100% | ||
jmjolivet | 0 | 3,756,519,144 | 100% | ||
granddad | 0 | 70,839,049 | 20% | ||
roki112 | 0 | 2,486,618,847 | 100% | ||
proshaqal | 0 | 3,916,649,298 | 100% | ||
e-arch | 0 | 2,877,959,755 | 100% | ||
satrun | 0 | 3,703,869,213 | 100% | ||
kamo.munshi | 0 | 3,978,026,421 | 100% | ||
carbodexkim | 0 | 2,873,540,021 | 100% | ||
maxi01 | 0 | 4,928,614,988 | 100% | ||
sirisky | 0 | 4,517,878,947 | 100% | ||
daisybuzz | 0 | 70,839,049 | 20% | ||
starbooks | 0 | 4,304,137,191 | 100% | ||
lordfirewire | 0 | 1,483,973,174 | 100% | ||
incinboost | 0 | 29,227,877,312 | 11.78% | ||
kamisake | 0 | 5,067,060,010 | 100% | ||
pandapuzzles | 0 | 2,378,620,860 | 100% | ||
fastio | 0 | 2,481,331,054 | 100% | ||
southern-misfit | 0 | 420,012,261 | 100% | ||
bit4bit | 0 | 4,459,589,509 | 100% | ||
consciousanjel3 | 0 | 2,599,138,857 | 100% | ||
tankadiary | 0 | 2,076,530,073 | 20% | ||
juliamulcahy | 0 | 2,884,278,480 | 50% | ||
phatima | 0 | 2,131,086,247 | 2.4% | ||
we-are-nepal | 0 | 3,185,041,952 | 80% | ||
grut | 0 | 2,694,214,181 | 100% | ||
unclepit | 0 | 3,421,359,309 | 100% | ||
shs1 | 0 | 2,196,813,542 | 100% | ||
hatefenev | 0 | 2,378,151,083 | 100% | ||
paanyuvba | 0 | 3,411,569,984 | 100% | ||
naetbemna | 0 | 3,418,464,255 | 100% | ||
tahuna | 0 | 4,070,276,884 | 100% | ||
ponger | 0 | 5,141,192,293 | 100% | ||
practicespace | 0 | 4,579,128,197 | 100% | ||
lovter | 0 | 3,483,337,373 | 100% | ||
wormswillfeed | 0 | 4,613,625,082 | 100% | ||
olgert | 0 | 3,517,087,440 | 100% | ||
odrin | 0 | 3,517,326,473 | 100% | ||
sm-trader | 0 | 4,022,271,215 | 100% | ||
tuirseach | 0 | 5,301,777,954 | 100% | ||
we-are-steemians | 0 | 20,382,451,066 | 5.2% | ||
eredin | 0 | 2,215,246,162 | 100% | ||
breacc | 0 | 2,172,096,298 | 100% | ||
glas | 0 | 2,217,978,876 | 100% | ||
we-are-welcoming | 0 | 8,218,934,724 | 50% | ||
awesomevolcano | 0 | 2,937,905,418 | 100% |
I like that you've put comments in your code. Way to go!
author | free-reign |
---|---|
permlink | re-penderis-but-is-it-useful-custom-json-on-the-chain-20190103t121501971z |
category | code |
json_metadata | {"tags":["code"],"app":"steemit/0.1"} |
created | 2019-01-03 12:15:21 |
last_update | 2019-01-03 12:15:21 |
depth | 1 |
children | 0 |
last_payout | 2019-01-10 12:15:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 45,562,832,914,797 |
root_title | "But is it useful. Custom Json on the chain." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 77,806,393 |
net_rshares | 0 |
So funny
author | utopiaeducators |
---|---|
permlink | qfip9k |
category | code |
json_metadata | {"app":"hiveblog/0.1"} |
created | 2020-08-23 12:56:09 |
last_update | 2020-08-23 12:56:09 |
depth | 1 |
children | 0 |
last_payout | 2020-08-30 12:56:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 8 |
author_reputation | -4,088,797,786,952 |
root_title | "But is it useful. Custom Json on the chain." |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 99,227,699 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
goodcontentbot2 | 0 | 0 | 0.08% | ||
hivewatcher | 0 | 0 | -0.08% |