Hi Everyone! I've spent an hour to convert the good work that the EOS team has done on the token interface sale to a simple page that just lets you generate EOS key pairs. You can youse this if you don't want to have MetaMask dependency installed on your browser and want to participate to the sale in a different way. You will need the EOS key to claim the tokens once the EOS platform is live. The page is here: https://nadejde.github.io/eos-token-sale/ And the code is here: https://github.com/Nadejde/eos-token-sale This is basically a fork of https://github.com/EOSIO/eos-token-distribution from before they removed the test interface. I removed all the the web3 dependencies and kept only the key generation part. Hope this helps! If you are a developer and plan to get into EOS hit me up to exchange ideas and opinions. I am Andrei Nadejde (@93773717 (Andrei)) on Telegram and @nadejde on slack. See you on the flipside!
author | nadejde |
---|---|
permlink | eos-key-generator |
category | eos |
json_metadata | {"tags":["eos"],"users":["nadejde"],"links":["https://nadejde.github.io/eos-token-sale/","https://github.com/Nadejde/eos-token-sale","https://github.com/EOSIO/eos-token-distribution"],"app":"steemit/0.1","format":"markdown"} |
created | 2017-06-23 19:37:42 |
last_update | 2017-06-23 19:37:42 |
depth | 0 |
children | 22 |
last_payout | 2017-06-30 19:37:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 75.838 HBD |
curator_payout_value | 22.054 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 936 |
author_reputation | 794,352,858,143 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,814,119 |
net_rshares | 8,328,514,824,619 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
dan | 0 | 6,887,121,190,207 | 4% | ||
boy | 0 | 1,936,352,092 | 100% | ||
bue-witness | 0 | 2,361,054,373 | 100% | ||
bunny | 0 | 322,008,690 | 100% | ||
bue | 0 | 39,716,335,030 | 100% | ||
mini | 0 | 1,034,948,054 | 100% | ||
moon | 0 | 175,448,853 | 100% | ||
healthcare | 0 | 385,693,638 | 100% | ||
daniel.pan | 0 | 610,176,378 | 100% | ||
helen.tan | 0 | 163,088,970 | 100% | ||
chryspano | 0 | 971,420,966,809 | 100% | ||
sandwich | 0 | 11,522,648,042 | 100% | ||
max-infeld | 0 | 8,235,312,880 | 100% | ||
tyler-fletcher | 0 | 8,160,694,513 | 20% | ||
razvanelulmarin | 0 | 98,684,358,805 | 100% | ||
nadejde | 0 | 2,818,988,222 | 100% | ||
robrigo | 0 | 106,979,984,970 | 100% | ||
computer256 | 0 | 0 | 100% | ||
granin | 0 | 2,800,436,849 | 100% | ||
craigslist | 0 | 260,978,669 | 100% | ||
cryptomancer | 0 | 105,366,281,211 | 10% | ||
hql2016 | 0 | 15,996,992,150 | 100% | ||
garvofe | 0 | 12,329,033,756 | 100% | ||
adrianscott | 0 | 1,474,247,514 | 100% | ||
roshania | 0 | 5,997,615,681 | 100% | ||
gindor | 0 | 31,596,166,905 | 85% | ||
brucebrownftw | 0 | 7,209,590,627 | 100% | ||
recreator | 0 | 970,453,632 | 100% | ||
joechiappetta | 0 | 0 | 6% | ||
chaka321 | 0 | 612,019,900 | 100% | ||
leeview | 0 | 1,160,702,952 | 100% | ||
cryptoman01 | 0 | 1,091,054,247 | 100% | ||
jakeryan | 0 | 0 | 100% | ||
cain342 | 0 | 0 | 100% | ||
tinh | 0 | 0 | 100% | ||
martinjurca | 0 | 0 | 100% | ||
apehandclock | 0 | 0 | 100% | ||
scottisatthepool | 0 | 0 | 100% | ||
dalexx | 0 | 0 | 100% | ||
ridertiger | 0 | 0 | 100% | ||
briew | 0 | 0 | 100% | ||
alexzorgo | 0 | 0 | 100% | ||
julienlucca | 0 | 0 | 100% |
What is the point of generating key pairs pre mainnet launch? Is this for registration?
author | austinhopper |
---|---|
permlink | re-nadejde-eos-key-generator-20180530t192702755z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-30 19:27:03 |
last_update | 2018-05-30 19:27:03 |
depth | 1 |
children | 0 |
last_payout | 2018-06-06 19:27:03 |
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 | 87 |
author_reputation | 1,404,909,557,440 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 58,486,062 |
net_rshares | 0 |
What assurances are there that the code is safe and free from any bugs in the private key generation? I don't mean to cast doubts but personally do not have the knowledge to audit the code. It would be re-assuring if some members of the EOS community could vouch for the code. Also, thank you for making this as I prefer to avoid the MetaMask dependency.
author | computer256 |
---|---|
permlink | re-nadejde-eos-key-generator-20170706t031837444z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-06 03:18:39 |
last_update | 2017-07-06 03:18:39 |
depth | 1 |
children | 4 |
last_payout | 2017-07-13 03:18:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.540 HBD |
curator_payout_value | 0.180 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 355 |
author_reputation | 4,005,563,092 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,471,001 |
net_rshares | 145,505,962,938 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
james212 | 0 | 0 | 100% | ||
gentlebot | 0 | 145,505,962,938 | 100% | ||
tansan | 0 | 0 | 100% | ||
briew | 0 | 0 | 100% |
You're welcome. Can't give any assurances. You can look into the github repository history and you can see its directly forked from eos repository. Ive not added anything to the code just removed bits that were not needed for address generation.
author | nadejde |
---|---|
permlink | re-computer256-re-nadejde-eos-key-generator-20170706t052216164z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-06 05:22:15 |
last_update | 2017-07-06 05:22:15 |
depth | 2 |
children | 3 |
last_payout | 2017-07-13 05:22:15 |
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 | 247 |
author_reputation | 794,352,858,143 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 7,479,721 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nextgen11 | 0 | 0 | -100% | ||
nextgen10 | 0 | 0 | -100% | ||
nextgen1 | 0 | 0 | -100% | ||
nextgen12 | 0 | 0 | -100% | ||
nextgen6 | 0 | 0 | -100% | ||
nextgen2 | 0 | 0 | -100% | ||
nextgen13 | 0 | 0 | -100% | ||
nextgen7 | 0 | 0 | -100% | ||
nextgen3 | 0 | 0 | -100% | ||
nextgen16 | 0 | 0 | -100% | ||
yomamasofat | 0 | 0 | -100% | ||
charlesmanson | 0 | 0 | -100% | ||
jacktheripper | 0 | 0 | -100% | ||
jeffreydahmer | 0 | 0 | -100% | ||
berniesanders | 0 | 0 | -3% | ||
nxtgencrpto10 | 0 | 0 | -100% | ||
chatterbox | 0 | 0 | -100% | ||
nextgencrypto100 | 0 | 0 | -100% | ||
nextgencrypto | 0 | 0 | -3% | ||
nextgencrypto120 | 0 | 0 | -100% | ||
nextgencrypto110 | 0 | 0 | -100% | ||
nextgencrypto111 | 0 | 0 | -100% | ||
nextgencrypto101 | 0 | 0 | -100% | ||
nextgencrypto121 | 0 | 0 | -100% | ||
theterrorist | 0 | 0 | -100% | ||
steemittroll | 0 | 0 | -100% | ||
theghost | 0 | 0 | -100% | ||
sockpuppet | 0 | 0 | -100% | ||
danknugs | 0 | 0 | -3% | ||
elchapo | 0 | 0 | -100% | ||
steemservices | 0 | 0 | -100% | ||
steemservices1 | 0 | 0 | -100% | ||
muhammad | 0 | 0 | -100% | ||
steemservices3 | 0 | 0 | -100% | ||
steemservices5 | 0 | 0 | -100% | ||
sativa | 0 | 0 | -100% | ||
indica | 0 | 0 | -100% | ||
kimjongun | 0 | 0 | -100% | ||
liquidity | 0 | 0 | -100% | ||
the.bot | 0 | 0 | -3% | ||
ozchartart | 0 | 0 | -3% | ||
thebotkiller | 0 | 0 | -100% | ||
theconnoisseur | 0 | 0 | -100% | ||
thecurator | 0 | 0 | -100% | ||
thecyclist | 0 | 0 | -3% | ||
illbeyourfriend | 0 | 0 | -100% | ||
engagement | 0 | 0 | -3% | ||
iflagtrash | 0 | 0 | -3% | ||
theyeti | 0 | 0 | -3% | ||
thedumpster | 0 | 0 | -100% | ||
yougotflagged | 0 | 0 | -100% | ||
randomthoughts | 0 | 0 | -3% | ||
thedelegator | 0 | 0 | -3% | ||
rewardkiller | 0 | 0 | -100% | ||
thesloth | 0 | 0 | -3% | ||
nogalert | 0 | 0 | -100% | ||
ghettodweller | 0 | 0 | -100% | ||
ngcrep | 0 | 0 | -100% | ||
ngc | 0 | 0 | -3% | ||
cryptohawk1 | 0 | 0 | 100% |
can i generate EOS public and master key using EOS.io site? why not just use EOS.io instead of using your private generation key?
author | mahajian |
---|---|
permlink | re-nadejde-re-computer256-re-nadejde-eos-key-generator-20171205t064415897z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-12-05 06:44:15 |
last_update | 2017-12-05 06:44:15 |
depth | 3 |
children | 2 |
last_payout | 2017-12-12 06:44:15 |
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 | 129 |
author_reputation | 303,102,034 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 22,434,125 |
net_rshares | 1,160,622,795 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nadejde | 0 | 0 | 100% | ||
mahajian | 0 | 1,160,622,795 | 100% | ||
cryptohawk1 | 0 | 0 | 100% |
Hi, i registered an EOS key, was asked to send gas, but nothing happened afterwards. And i claimed EOS tokens, was asked to send gas, and nothing happened also, tokens remained unclaimed. Can you help please?
author | djohan |
---|---|
permlink | re-nadejde-eos-key-generator-20170823t231731317z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-23 23:17:33 |
last_update | 2017-08-23 23:17:33 |
depth | 1 |
children | 2 |
last_payout | 2017-08-30 23:17:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.196 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 208 |
author_reputation | 44,001,646,810,322 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,684,309 |
net_rshares | 48,874,340,456 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
djohan | 0 | 48,874,340,456 | 19% |
This link should help: https://steemit.com/eos/@thimom/how-to-use-myetherwallet-for-the-eos-ico
author | shareme |
---|---|
permlink | re-djohan-re-nadejde-eos-key-generator-20170826t125442344z |
category | eos |
json_metadata | {"tags":["eos"],"links":["https://steemit.com/eos/@thimom/how-to-use-myetherwallet-for-the-eos-ico"],"app":"steemit/0.1"} |
created | 2017-08-26 12:54:42 |
last_update | 2017-08-26 12:54:42 |
depth | 2 |
children | 1 |
last_payout | 2017-09-02 12:54:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.106 HBD |
curator_payout_value | 0.035 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 95 |
author_reputation | 2,000,226,178 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,931,693 |
net_rshares | 34,954,381,729 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
djohan | 0 | 34,954,381,729 | 15% |
i have been helped by the EOS customer service, but thanks
author | djohan |
---|---|
permlink | re-shareme-re-djohan-re-nadejde-eos-key-generator-20170826t211941141z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-08-26 21:19:42 |
last_update | 2017-08-26 21:19:42 |
depth | 3 |
children | 0 |
last_payout | 2017-09-02 21:19:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.139 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 58 |
author_reputation | 44,001,646,810,322 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 12,969,583 |
net_rshares | 34,954,381,729 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
djohan | 0 | 34,954,381,729 | 15% |
I am looking into this service that you have made. Thanks for doing it. Has anyone from the EOS official team made any public comments about your fork?
author | joechiappetta |
---|---|
permlink | re-nadejde-eos-key-generator-20180314t195155496z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-03-14 19:51:57 |
last_update | 2018-03-14 19:51:57 |
depth | 1 |
children | 0 |
last_payout | 2018-03-21 19:51:57 |
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 | 151 |
author_reputation | 12,466,554,989,334 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 44,442,623 |
net_rshares | 0 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
briew | 0 | 0 | 100% |
What is the difference between this and eos.newaccount() method?
author | kodmanyagha |
---|---|
permlink | re-nadejde-eos-key-generator-20180211t125352841z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-02-11 12:53:54 |
last_update | 2018-02-11 12:53:54 |
depth | 1 |
children | 0 |
last_payout | 2018-02-18 12:53:54 |
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 | 64 |
author_reputation | 0 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 36,664,088 |
net_rshares | 0 |
Does anyone know why a regular person might need the private or public keys for eos? I’ve been told to get my keys but I’m not sure why.
author | leggy23 |
---|---|
permlink | re-nadejde-eos-key-generator-20180626t223848971z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-06-26 22:38:48 |
last_update | 2018-06-26 22:39:33 |
depth | 1 |
children | 1 |
last_payout | 2018-07-03 22:38:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.310 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 136 |
author_reputation | 32,285,845,390,112 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,405,582 |
net_rshares | 126,154,209,701 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
leggy23 | 0 | 126,154,209,701 | 100% |
You need the keys to hold your eos tokens outside of an exchange. I.e. under your control.
author | jaro |
---|---|
permlink | re-leggy23-re-nadejde-eos-key-generator-20180627t032619643z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-06-27 03:26:24 |
last_update | 2018-06-27 03:26:24 |
depth | 2 |
children | 0 |
last_payout | 2018-07-04 03:26:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.085 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 90 |
author_reputation | 211,599,945,285 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 62,427,966 |
net_rshares | 37,523,084,997 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
leggy23 | 0 | 37,523,084,997 | 34% |
I've crated EOS keys and registered my wallet using your site. I just want to make sure the master key works. How can i make sure this key is same as EOS site?
author | mahajian |
---|---|
permlink | re-nadejde-eos-key-generator-20171026t223914122z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-10-26 22:39:12 |
last_update | 2017-10-26 22:39:12 |
depth | 1 |
children | 0 |
last_payout | 2017-11-02 22:39:12 |
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 | 161 |
author_reputation | 303,102,034 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,646,461 |
net_rshares | 0 |
I've crated EOS keys and registered my wallet using your site. I just want to make sure the master key works. How can i make sure this key is same as EOS site?
author | mahajian |
---|---|
permlink | re-nadejde-eos-key-generator-20171026t224054568z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-10-26 22:40:54 |
last_update | 2017-10-26 22:40:54 |
depth | 1 |
children | 0 |
last_payout | 2017-11-02 22:40:54 |
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 | 161 |
author_reputation | 303,102,034 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 18,646,518 |
net_rshares | 0 |
author | razvanelulmarin |
---|---|
permlink | re-nadejde-eos-key-generator-20170623t194401491z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-06-23 19:44:09 |
last_update | 2017-06-23 19:44:09 |
depth | 1 |
children | 0 |
last_payout | 2017-06-30 19:44:09 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.029 HBD |
curator_payout_value | 0.008 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 54 |
author_reputation | 176,753,416,199,361 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,814,867 |
net_rshares | 3,357,229,571 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
nadejde | 0 | 3,357,229,571 | 100% | ||
bitshark | 0 | 0 | 100% |
Thank you for the post and for working on the code.
author | ridertiger |
---|---|
permlink | re-nadejde-eos-key-generator-20180917t085147036z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-09-17 08:51:48 |
last_update | 2018-09-17 08:51:48 |
depth | 1 |
children | 0 |
last_payout | 2018-09-24 08:51:48 |
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 | 51 |
author_reputation | 58,846,253,976 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 71,520,103 |
net_rshares | 0 |
Thank you sir, we are putting allot of trust in you!
author | shareme |
---|---|
permlink | re-nadejde-eos-key-generator-20170724t225207144z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-07-24 22:52:06 |
last_update | 2017-07-24 22:52:06 |
depth | 1 |
children | 0 |
last_payout | 2017-07-31 22:52:06 |
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 | 52 |
author_reputation | 2,000,226,178 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 9,594,602 |
net_rshares | 0 |
Awesome work! As I am a developer, I am trying to understand the source code level. I git cloned your project, and I don't know what steps I need to take. It is probably because I haven't work with React a lot. Isn't there supposed to have package.json file? Could you guide me a bit more after git cloning your project?
author | thinker711 |
---|---|
permlink | re-nadejde-eos-key-generator-20180509t084349244z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2018-05-09 08:43:51 |
last_update | 2018-05-09 08:43:51 |
depth | 1 |
children | 0 |
last_payout | 2018-05-16 08:43:51 |
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 | 322 |
author_reputation | 0 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 54,715,221 |
net_rshares | 0 |
Excellent work. Is already shared in the EOS Telegram chat.
author | wekkel |
---|---|
permlink | re-nadejde-eos-key-generator-20170623t194258978z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-06-23 19:43:00 |
last_update | 2017-06-23 19:43:00 |
depth | 1 |
children | 1 |
last_payout | 2017-06-30 19:43:00 |
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 | 59 |
author_reputation | 793,854,297,842 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,814,732 |
net_rshares | 0 |
Thanks
author | nadejde |
---|---|
permlink | re-wekkel-re-nadejde-eos-key-generator-20170623t194347162z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-06-23 19:43:48 |
last_update | 2017-06-23 19:43:48 |
depth | 2 |
children | 0 |
last_payout | 2017-06-30 19:43:48 |
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 | 6 |
author_reputation | 794,352,858,143 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,814,826 |
net_rshares | 0 |
Great , thanks so much
author | yvonnebraaf |
---|---|
permlink | re-nadejde-eos-key-generator-20170623t195336431z |
category | eos |
json_metadata | {"tags":["eos"],"app":"steemit/0.1"} |
created | 2017-06-23 19:51:33 |
last_update | 2017-06-23 19:51:33 |
depth | 1 |
children | 0 |
last_payout | 2017-06-30 19:51:33 |
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 | 22 |
author_reputation | 25,090,656,326 |
root_title | "EOS key generator" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 5,815,720 |
net_rshares | 0 |