|
34 | 34 |
|
35 | 35 |
|
36 | 36 | <section class="info">
|
| 37 | + <h1>Updating Scatter</h1> |
| 38 | + <br> |
| 39 | + <p> |
| 40 | + Since Scatter is still in development you will have to manually update it. Sorry for the inconvenience. |
| 41 | + <br> |
| 42 | + <br> |
| 43 | + To check your current Scatter version go to <u><b>chrome://extensions/</b></u> and look at the number next |
| 44 | + to the <b>Scatter</b> title. |
| 45 | + If it is not <b style="font-size:13px">2.1</b> you need to update your Scatter. |
| 46 | + <br> |
| 47 | + <br> |
| 48 | + To do so first click the trash icon next to the Scatter plugin from the Chrome extensions page. |
| 49 | + Then delete you Scatter folder, and follow the installation instructions again. |
| 50 | + <br> |
| 51 | + <br> |
| 52 | + <b> |
| 53 | + Once you have version 2.1 you will no longer need to manually check your Scatter version as that version included |
| 54 | + a way to require a minimum Scatter version and notify the user in the case that it doesn't match. |
| 55 | + </b> |
| 56 | + |
| 57 | + </p> |
| 58 | + |
| 59 | + <hr> |
| 60 | + |
37 | 61 | <h1>Installing Scatter</h1>
|
38 | 62 | <br>
|
39 | 63 | <p>
|
|
122 | 146 | <hr>
|
123 | 147 |
|
124 | 148 |
|
125 |
| - <!------------ ACCOUNT ------------> |
126 |
| - <h2>Generate an EOS Account</h2> |
127 |
| - <br> |
128 |
| - <p> |
129 |
| - In the pursuit of making this as easy as possible, we won't make you generate any keys |
130 |
| - or set any account names. We're simply going to randomly generate both for you and then give you the private key |
131 |
| - so that you can import it into your Scatter. |
132 |
| - |
133 |
| - <br><br> |
134 |
| - |
135 |
| - Click the <b>Generate Account</b> button to left before continuing. |
136 |
| - </p> |
137 |
| - <hr> |
138 |
| - |
139 |
| - |
140 | 149 |
|
141 | 150 |
|
142 | 151 | <!------------ NETWORK ------------>
|
|
190 | 199 | serve as your <i>username</i> on applications to give you some added security to the account name you are currently using within your Identity and
|
191 | 200 | allowing you to switch the underlying account without changing your username.
|
192 | 201 | </p>
|
| 202 | + <hr> |
| 203 | + |
| 204 | + |
| 205 | + <!------------ ACCOUNT ------------> |
| 206 | + <h2>Generate an EOS Account</h2> |
| 207 | + <br> |
| 208 | + <p> |
| 209 | + In the pursuit of making this as easy as possible, we won't make you generate any keys |
| 210 | + or set any account names. We're simply going to randomly generate both for you and then give you the private key |
| 211 | + so that you can import it into your Scatter. |
| 212 | + |
| 213 | + <br><br> |
| 214 | + |
| 215 | + Click the <b>Generate Account</b> button to left before continuing. |
| 216 | + </p> |
193 | 217 | </section>
|
194 | 218 | </section>
|
195 | 219 |
|
|
257 | 281 | recovery: stakerName,
|
258 | 282 | deposit: `1 EOS`
|
259 | 283 | }).then(account => {
|
| 284 | + console.log(account); |
260 | 285 | setTimeout(() => {
|
261 | 286 | eos.transfer(stakerName, accountName, 1000000, '').then(trx => {
|
262 | 287 | this.privateKey = privateKey;
|
|
0 commit comments