diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 7bb988b..cd69195 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -1,6 +1,6 @@ # Please Read -Please read these instructions before submitting issues to the Steemit.com GitHub repository. The issue tracker is for bugs and specific implementation discussion **only**. It should not be used for other purposes, as described below. +Please read these instructions before submitting issues to the Smoke.com GitHub repository. The issue tracker is for bugs and specific implementation discussion **only**. It should not be used for other purposes, as described below. ## Bug Reports @@ -12,7 +12,7 @@ If you are having trouble using the website but it is not an error with the webs ## Enhancement Suggestions -Do **not** use the issue tracker to suggest enhancements or improvements to the platform. The best place for these discussions is on Steemit.com. If there is a well vetted idea that has the support of the community that you feel should be considered by the development team, please email it to [sneak@smoke.io](mailto:sneak@smoke.io) for review. +Do **not** use the issue tracker to suggest enhancements or improvements to the platform. The best place for these discussions is on Smoke.com. If there is a well vetted idea that has the support of the community that you feel should be considered by the development team, please email it to [sneak@smoke.io](mailto:sneak@smoke.io) for review. ## Implementation Discussion @@ -26,9 +26,9 @@ This is not the place to make suggestions for product improvement (please see th Please do a keyword search to see if there is already an existing issue before opening a new one. -## Steemit.com vs. Steem Blockchain +## Smoke.com vs. Smoke Blockchain -This issue tracker is only intended to track issues for the Steemit.com website. If the issue is with the Steem blockchain, please open an issue in the [Steem Repository](https://github.com/steemit/steem). +This issue tracker is only intended to track issues for the Smoke.com website. If the issue is with the Smoke blockchain, please open an issue in the [Smoke Repository](https://github.com/steemit/steem). ## Pull Requests diff --git a/config/default.json b/config/default.json index 689da99..0dbc623 100644 --- a/config/default.json +++ b/config/default.json @@ -61,7 +61,7 @@ }, "registrar": { "account": "-", - "fee": "0.5 STEEM", + "fee": "0.5 SMOKE", "delegation": "150250.000000 VESTS", "signing_key": "5J..." }, diff --git a/doc/CONTRIBUTORS.md b/doc/CONTRIBUTORS.md index 430f2ab..a34bf4c 100644 --- a/doc/CONTRIBUTORS.md +++ b/doc/CONTRIBUTORS.md @@ -1,5 +1,5 @@ This file contains a list of people who have made -large contributions to the Steemit.com codebase. +large contributions to the Smoke.com codebase. diff --git a/doc/LICENSE.md b/doc/LICENSE.md index c78b719..b5494d9 100644 --- a/doc/LICENSE.md +++ b/doc/LICENSE.md @@ -1,4 +1,4 @@ -Copyright (c) 2016 Steemit, Inc., and contributors. +Copyright (c) 2016 Smoke, Inc., and contributors. Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions: diff --git a/doc/release-notes.txt b/doc/release-notes.txt index 1f0aa3a..06bc6d3 100644 --- a/doc/release-notes.txt +++ b/doc/release-notes.txt @@ -8,7 +8,7 @@ New features - show order ops in wallet #1144 - switch to invisible recaptcha #1244 - votes icon refresh #1110 - - add busy to external links #1117 + - add busy to external links #1117 - simplified/refreshed post hero #1207 - add post json routes #1122 - markdown headings in sans #1184 @@ -59,7 +59,7 @@ Bug fixes - fetch more followers in batch #1097 - fall back to rshares sort for comments #1099 - adjust author heading #1101 - - move the "Steemit Chat" link higher in the main menu #1102 + - move the "Smoke Chat" link higher in the main menu #1102 - adjust graying and post collapsing rules #1124 - move witness proxy to bottom of page #1104 - restore page title when closing modal with ESC #1123 @@ -323,7 +323,7 @@ New features and improvements - New confirmation dialog for resteeming action #572 - New Profile display user join steem date #582 - New hyperlink on post timestamp for content -- Inclusive of Steemit API docs sub menu +- Inclusive of Smoke API docs sub menu - Youtube preview improvements #588 Bug fixes diff --git a/package.json b/package.json index a7d0ae2..c31ae8c 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "webpush": "./node_modules/babel-cli/bin/babel-node.js ./scripts/webpush_notify.js", "checktranslations": "node scripts/check_translations.js" }, - "author": "Steemit, Inc.", + "author": "Smoke, Inc.", "license": "MIT", "dependencies": { "@sendgrid/mail": "^6.2.1", @@ -70,7 +70,6 @@ "koa-conditional-get": "^1.0.3", "koa-csrf": "^2.5.0", "koa-etag": "^2.0.0", - "koa-favicon": "^1.2.0", "koa-flash": "^1.0.0", "koa-helmet": "^1.0.0", "koa-isbot": "^0.1.1", diff --git a/src/app/assets/icons/logo.svg b/src/app/assets/icons/logo.svg index 646570d..61deadf 100644 --- a/src/app/assets/icons/logo.svg +++ b/src/app/assets/icons/logo.svg @@ -1,8 +1,8 @@ -Steemit Logo +Smoke Logo - \ No newline at end of file + diff --git a/src/app/assets/icons/logotype.svg b/src/app/assets/icons/logotype.svg index 421e7d5..c61d5c7 100644 --- a/src/app/assets/icons/logotype.svg +++ b/src/app/assets/icons/logotype.svg @@ -1,9 +1,9 @@ -Steemit Logo +Smoke Logo - \ No newline at end of file + diff --git a/src/app/assets/icons/rolling.svg b/src/app/assets/icons/rolling.svg new file mode 100644 index 0000000..2b9f6bd --- /dev/null +++ b/src/app/assets/icons/rolling.svg @@ -0,0 +1,2 @@ + + \ No newline at end of file diff --git a/src/app/assets/icons/steem.svg b/src/app/assets/icons/steem.svg index c76eb79..d69953b 100644 --- a/src/app/assets/icons/steem.svg +++ b/src/app/assets/icons/steem.svg @@ -7,10 +7,10 @@ - - \ No newline at end of file + diff --git a/src/app/assets/static/manifest.json b/src/app/assets/static/manifest.json index 52cf1fa..534b2aa 100644 --- a/src/app/assets/static/manifest.json +++ b/src/app/assets/static/manifest.json @@ -1,6 +1,6 @@ { - "name": "Steemit", - "short_name": "Steemit", + "name": "Smoke", + "short_name": "Smoke", "start_url": "/", "display": "standalone", "gcm_sender_id": "724829305784", diff --git a/src/app/assets/stylesheets/_variables.scss b/src/app/assets/stylesheets/_variables.scss index b8525f1..3de7024 100755 --- a/src/app/assets/stylesheets/_variables.scss +++ b/src/app/assets/stylesheets/_variables.scss @@ -1,9 +1,9 @@ $color-white: #fff; $color-red: #ff0264; $color-blue: #004EFF; -$color-blue-black: #171F24; +$color-blue-black: #111; $color-blue-black-darkest: #11161A; -$color-blue-dark: #2C3A45; +$color-blue-dark: #111; $primary-brand-color: #5db536; $primary-brand-color-dark: #1e7e34; diff --git a/src/app/components/App.jsx b/src/app/components/App.jsx index b0990ac..cd4708d 100644 --- a/src/app/components/App.jsx +++ b/src/app/components/App.jsx @@ -126,7 +126,7 @@ class App extends React.Component { render() { const { location, params, children, flash, new_visitor, - depositSteem, signup_bonus, username, nightmodeEnabled + depositSmoke, signup_bonus, username, nightmodeEnabled } = this.props; const lp = false; //location.pathname === '/'; const miniHeader = location.pathname === '/create_account' || location.pathname === '/pick_account'; @@ -237,7 +237,7 @@ App.propTypes = { location: React.PropTypes.object, signup_bonus: React.PropTypes.string, loginUser: React.PropTypes.func.isRequired, - depositSteem: React.PropTypes.func.isRequired, + depositSmoke: React.PropTypes.func.isRequired, username: React.PropTypes.string, }; @@ -258,7 +258,7 @@ export default connect( dispatch => ({ loginUser: () => dispatch(user.actions.usernamePasswordLogin()), - depositSteem: (username) => { + depositSmoke: (username) => { const new_window = window.open(); new_window.opener = null; new_window.location = 'https://blocktrades.us/?input_coin_type=btc&output_coin_type=steem&receive_address=' + username; diff --git a/src/app/components/cards/PostFull.jsx b/src/app/components/cards/PostFull.jsx index 90cb741..0a138fa 100644 --- a/src/app/components/cards/PostFull.jsx +++ b/src/app/components/cards/PostFull.jsx @@ -171,7 +171,7 @@ class PostFull extends React.Component { const winTop = (screen.height / 2) - (winWidth / 2); const winLeft = (screen.width / 2) - (winHeight / 2); const s = this.share_params; - const q = 'title=' + encodeURIComponent(s.title) + '&url=' + encodeURIComponent(s.url) + '&source=Steemit&mini=true'; + const q = 'title=' + encodeURIComponent(s.title) + '&url=' + encodeURIComponent(s.url) + '&source=Smoke&mini=true'; window.open('https://www.linkedin.com/shareArticle?' + q, 'Share', 'top=' + winTop + ',left=' + winLeft + ',toolbar=0,status=0,width=' + winWidth + ',height=' + winHeight); } diff --git a/src/app/components/cards/TransferHistoryRow.jsx b/src/app/components/cards/TransferHistoryRow.jsx index bffe11c..51ec415 100644 --- a/src/app/components/cards/TransferHistoryRow.jsx +++ b/src/app/components/cards/TransferHistoryRow.jsx @@ -23,18 +23,18 @@ class TransferHistoryRow extends React.Component { if (type === 'transfer_to_vesting') { if (data.from === context) { if (data.to === "") { - description_start += tt('g.transfer') + data.amount.split(' ')[0] + tt('g.to') + "STEEM POWER"; + description_start += tt('g.transfer') + data.amount.split(' ')[0] + tt('g.to') + "SMOKE POWER"; } else { - description_start += tt('g.transfer') + data.amount.split(' ')[0] + " STEEM POWER" + tt('g.to'); + description_start += tt('g.transfer') + data.amount.split(' ')[0] + " SMOKE POWER" + tt('g.to'); other_account = data.to; } } else if (data.to === context) { - description_start += tt('g.receive') + data.amount.split(' ')[0] + " STEEM POWER" + tt('g.from'); + description_start += tt('g.receive') + data.amount.split(' ')[0] + " SMOKE POWER" + tt('g.from'); other_account = data.from; } else { - description_start += tt('g.transfer') + data.amount.split(' ')[0] + " STEEM POWER" + tt('g.from') + data.from + tt('g.to'); + description_start += tt('g.transfer') + data.amount.split(' ')[0] + " SMOKE POWER" + tt('g.from') + data.from + tt('g.to'); other_account = data.to; } } @@ -65,14 +65,14 @@ class TransferHistoryRow extends React.Component { if (data.vesting_shares === '0.000000 VESTS') description_start += tt('transferhistoryrow_jsx.stop_power_down'); else - description_start += tt('transferhistoryrow_jsx.start_power_down_of') + ' ' + powerdown_vests + " STEEM"; + description_start += tt('transferhistoryrow_jsx.start_power_down_of') + ' ' + powerdown_vests + " SMOKE"; } else if (type === 'curation_reward') { - description_start += `${curation_reward} STEEM POWER` + tt('g.for'); + description_start += `${curation_reward} SMOKE POWER` + tt('g.for'); other_account = data.comment_author + "/" + data.comment_permlink; } else if (type === 'author_reward') { let steem_payout = ""; - if (data.steem_payout !== '0.000 STEEM') steem_payout = ", " + data.steem_payout; - description_start += `${data.sbd_payout}${steem_payout}, ${tt('g.and')} ${author_reward} STEEM POWER ${tt('g.for')} ${data.author}/${data.permlink}`; + if (data.steem_payout !== '0.000 SMOKE') steem_payout = ", " + data.steem_payout; + description_start += `${data.sbd_payout}${steem_payout}, ${tt('g.and')} ${author_reward} SMOKE POWER ${tt('g.for')} ${data.author}/${data.permlink}`; // other_account = ``; description_end = ''; } else if (type === 'claim_reward_balance') { @@ -80,7 +80,7 @@ class TransferHistoryRow extends React.Component { let rewards = []; if (parseFloat(data.reward_steem.split(' ')[0]) > 0) rewards.push(data.reward_steem); if (parseFloat(data.reward_sbd.split(' ')[0]) > 0) rewards.push(data.reward_sbd); - if (parseFloat(data.reward_vests.split(' ')[0]) > 0) rewards.push(`${reward_vests} STEEM POWER`); + if (parseFloat(data.reward_vests.split(' ')[0]) > 0) rewards.push(`${reward_vests} SMOKE POWER`); let rewards_str; switch (rewards.length) { @@ -111,8 +111,8 @@ class TransferHistoryRow extends React.Component { } } else if (type === 'comment_benefactor_reward') { let steem_payout = ""; - if (data.steem_payout !== '0.000 STEEM') steem_payout = ", " + data.steem_payout; - description_start += `${benefactor_reward} STEEM POWER for ${data.author}/${data.permlink}`; + if (data.steem_payout !== '0.000 SMOKE') steem_payout = ", " + data.steem_payout; + description_start += `${benefactor_reward} SMOKE POWER for ${data.author}/${data.permlink}`; description_end = ''; } else { description_start += JSON.stringify({type, ...data}, null, 2); diff --git a/src/app/components/elements/ChangePassword.jsx b/src/app/components/elements/ChangePassword.jsx index c1465cc..8897471 100644 --- a/src/app/components/elements/ChangePassword.jsx +++ b/src/app/components/elements/ChangePassword.jsx @@ -223,14 +223,14 @@ class ChangePassword extends React.Component { ) // {enable2fa &&

- //

Enable Steemit Account Recovery

+ //

Enable Smoke Account Recovery

// // {twofa.touched && twofa.error &&
{twofa.error}
} //
//

- // This feature will add a Steemit account as an additional owner on your account. This is a service that can be used by yourself and Steemit to recover your account should it get compromised or you loose your password. + // This feature will add a Smoke account as an additional owner on your account. This is a service that can be used by yourself and Smoke to recover your account should it get compromised or you loose your password. //

- // @Steemit + // @Smoke //

} //
} diff --git a/src/app/components/elements/ConvertToSteem.jsx b/src/app/components/elements/ConvertToSmoke.jsx similarity index 97% rename from src/app/components/elements/ConvertToSteem.jsx rename to src/app/components/elements/ConvertToSmoke.jsx index 79181f6..34c126d 100644 --- a/src/app/components/elements/ConvertToSteem.jsx +++ b/src/app/components/elements/ConvertToSmoke.jsx @@ -10,7 +10,7 @@ import {cleanReduxInput} from '../../utils/ReduxForms' import tt from 'counterpart'; import {DEBT_TICKER, DEBT_TOKEN, LIQUID_TOKEN} from '../../client_config'; -class ConvertToSteem extends React.Component { +class ConvertToSmoke extends React.Component { constructor() { super() this.state = {} @@ -20,7 +20,7 @@ class ConvertToSteem extends React.Component { ReactDOM.findDOMNode(this.refs.amt).focus() } - shouldComponentUpdate = shouldComponentUpdate(this, 'ConvertToSteem') + shouldComponentUpdate = shouldComponentUpdate(this, 'ConvertToSmoke') dispatchSubmit = () => { const {convert, owner, onClose} = this.props const {amount} = this.props.fields @@ -88,7 +88,7 @@ class ConvertToSteem extends React.Component { } export default reduxForm( - {form: 'convertToSteem', fields: ['amount']}, + {form: 'convertToSmoke', fields: ['amount']}, // mapStateToProps (state, ownProps) => { const current = state.user.get('current') @@ -139,4 +139,4 @@ export default reduxForm( })) }, }) -)(ConvertToSteem) +)(ConvertToSmoke) diff --git a/src/app/components/elements/Icon.jsx b/src/app/components/elements/Icon.jsx index 8492ccd..cf56d6e 100644 --- a/src/app/components/elements/Icon.jsx +++ b/src/app/components/elements/Icon.jsx @@ -52,6 +52,7 @@ const icons = [ 'pencil2', 'heart', 'heart-o', + 'rolling', ]; const icons_map = {}; for (const i of icons) icons_map[i] = require(`assets/icons/${i}.svg`); diff --git a/src/app/components/elements/Icon.scss b/src/app/components/elements/Icon.scss index ebb7e86..a45215e 100644 --- a/src/app/components/elements/Icon.scss +++ b/src/app/components/elements/Icon.scss @@ -47,3 +47,38 @@ .Icon.dropdown-arrow polygon { fill: $dark-gray; } + +@keyframes rolling { + 0% { + -webkit-transform: translate(-50%, -50%) rotate(0deg); + transform: translate(-50%, -50%) rotate(0deg); + } + 100% { + -webkit-transform: translate(-50%, -50%) rotate(360deg); + transform: translate(-50%, -50%) rotate(360deg); + } +} +@-webkit-keyframes rolling { + 0% { + -webkit-transform: translate(-50%, -50%) rotate(0deg); + transform: translate(-50%, -50%) rotate(0deg); + } + 100% { + -webkit-transform: translate(-50%, -50%) rotate(360deg); + transform: translate(-50%, -50%) rotate(360deg); + } +} +.rolling { + position: relative; +} +.rolling svg { + -webkit-animation: rolling 1s linear infinite; + animation: rolling 1s linear infinite; + top: 8px; + left: 8px; + position: relative; +} +.rolling svg:after { + -webkit-transform: rotate(90deg); + transform: rotate(90deg); +} diff --git a/src/app/components/elements/OrderbookRow.jsx b/src/app/components/elements/OrderbookRow.jsx index be868ad..22645e6 100644 --- a/src/app/components/elements/OrderbookRow.jsx +++ b/src/app/components/elements/OrderbookRow.jsx @@ -65,7 +65,7 @@ export default class OrderRow extends React.Component { const totalTD = {total.toFixed(3)}; const sbd = {order.getStringSBD()}; - const steem = {order.getStringSteem()}; + const steem = {order.getStringSmoke()}; const price = {order.getStringPrice()}; return ( diff --git a/src/app/components/elements/OrderhistoryRow.jsx b/src/app/components/elements/OrderhistoryRow.jsx index e297d62..1855a71 100644 --- a/src/app/components/elements/OrderhistoryRow.jsx +++ b/src/app/components/elements/OrderhistoryRow.jsx @@ -35,7 +35,7 @@ export default class OrderhistoryRow extends React.Component { // if (this.props.index === 0) { // console.log("*******\n", nextProps.order.getSBDAmount(), this.props.order.getSBDAmount()); - // console.log(nextProps.order.getSteemAmount(), this.props.order.getSteemAmount()); + // console.log(nextProps.order.getSmokeAmount(), this.props.order.getSmokeAmount()); // console.log(nextProps.order.getPrice(), this.props.order.getPrice()); // } } @@ -67,7 +67,7 @@ export default class OrderhistoryRow extends React.Component { {order.getStringPrice()} - {order.getSteemAmount().toFixed(3)} + {order.getSmokeAmount().toFixed(3)} {order.getSBDAmount().toFixed(3)} ) diff --git a/src/app/components/elements/SidebarNewUsers.jsx b/src/app/components/elements/SidebarNewUsers.jsx index 936b57f..2f8fbcd 100644 --- a/src/app/components/elements/SidebarNewUsers.jsx +++ b/src/app/components/elements/SidebarNewUsers.jsx @@ -3,7 +3,7 @@ import React from 'react'; const SidebarNewUsers = () => (
-

New to Steemit?

+

New to Smoke?

    diff --git a/src/app/components/elements/SidebarStats.jsx b/src/app/components/elements/SidebarStats.jsx index 5fda49f..f3b522d 100644 --- a/src/app/components/elements/SidebarStats.jsx +++ b/src/app/components/elements/SidebarStats.jsx @@ -8,7 +8,7 @@ const SidebarStats = ({steemPower, followers, reputation}) => (
    • - Steem Power + Smoke Power {steemPower}
    • diff --git a/src/app/components/elements/Voting.jsx b/src/app/components/elements/Voting.jsx index 4c29ab0..436636e 100644 --- a/src/app/components/elements/Voting.jsx +++ b/src/app/components/elements/Voting.jsx @@ -181,7 +181,7 @@ class Voting extends React.Component { const payout_limit_hit = payout >= max_payout; // Show pending payout amount for declined payment posts if (max_payout === 0) payout = pending_payout; - const up = ; + const up = ; const classUp = 'Voting__button Voting__button-up' + (myVote > 0 ? ' Voting__button--upvoted' : '') + (votingUpActive ? ' votingUp' : ''); // There is an "active cashout" if: (a) there is a pending payout, OR (b) there is a valid cashout_time AND it's NOT a comment with 0 votes. diff --git a/src/app/components/elements/Voting.scss b/src/app/components/elements/Voting.scss index 2ea5c90..7636521 100644 --- a/src/app/components/elements/Voting.scss +++ b/src/app/components/elements/Voting.scss @@ -131,13 +131,13 @@ a.confirm_weight:hover { .Voting__button--upvoted circle, .Voting__button--upvoted path { fill: $primary-link-hover-color; - stroke: $primary-link-hover-color; + stroke: none; } .Voting__button--upvoted a:hover circle, .Voting__button--upvoted a:hover path { fill: $primary-link-color; - stroke: $primary-link-color; + stroke: none; } .Voting__button--downvoted path { diff --git a/src/app/components/modules/AuthorRewards.jsx b/src/app/components/modules/AuthorRewards.jsx index 9707d7c..1538cc2 100644 --- a/src/app/components/modules/AuthorRewards.jsx +++ b/src/app/components/modules/AuthorRewards.jsx @@ -13,7 +13,7 @@ class AuthorRewards extends React.Component { this.onShowDeposit = () => { this.setState({showDeposit: !this.state.showDeposit}) } - this.onShowDepositSteem = () => { + this.onShowDepositSmoke = () => { this.setState({showDeposit: !this.state.showDeposit, depositType: LIQUID_TICKER}) } this.onShowDepositPower = () => { @@ -39,7 +39,7 @@ class AuthorRewards extends React.Component { /// transfer log let rewards24Vests = 0, rewardsWeekVests = 0, totalRewardsVests = 0; - let rewards24Steem = 0, rewardsWeekSteem = 0, totalRewardsSteem = 0; + let rewards24Smoke = 0, rewardsWeekSmoke = 0, totalRewardsSmoke = 0; let rewards24SBD = 0, rewardsWeekSBD = 0, totalRewardsSBD = 0; const today = new Date(); const oneDay = 86400 * 1000; @@ -62,15 +62,15 @@ class AuthorRewards extends React.Component { if (new Date(item[1].timestamp).getTime() > lastWeek) { if (new Date(item[1].timestamp).getTime() > yesterday) { rewards24Vests += vest; - rewards24Steem += steem; + rewards24Smoke += steem; rewards24SBD += sbd; } rewardsWeekVests += vest; - rewardsWeekSteem += steem; + rewardsWeekSmoke += steem; rewardsWeekSBD += sbd; } totalRewardsVests += vest; - totalRewardsSteem += steem; + totalRewardsSmoke += steem; totalRewardsSBD += sbd; return @@ -82,7 +82,7 @@ class AuthorRewards extends React.Component { const curationLength = author_log.length; const daysOfCuration = (firstDate - finalDate) / oneDay || 1; const averageCurationVests = !daysOfCuration ? 0 : totalRewardsVests / daysOfCuration; - const averageCurationSteem = !daysOfCuration ? 0 : totalRewardsSteem / daysOfCuration; + const averageCurationSmoke = !daysOfCuration ? 0 : totalRewardsSmoke / daysOfCuration; const averageCurationSBD = !daysOfCuration ? 0 : totalRewardsSBD / daysOfCuration; const hasFullWeek = daysOfCuration >= 7; const limitedIndex = Math.min(historyIndex, curationLength - 10); @@ -124,7 +124,7 @@ class AuthorRewards extends React.Component {
      {numberWithCommas(vestsToSp(this.props.state, rewardsWeekVests + " " + VEST_TICKER)) + " " + VESTING_TOKEN}
      - {rewardsWeekSteem.toFixed(3) + " " + LIQUID_TICKER} + {rewardsWeekSmoke.toFixed(3) + " " + LIQUID_TICKER}
      {rewardsWeekSBD.toFixed(3) + " " + DEBT_TOKEN_SHORT}
      diff --git a/src/app/components/modules/ConfirmTransactionForm.jsx b/src/app/components/modules/ConfirmTransactionForm.jsx index 46da24b..c9a0b4b 100644 --- a/src/app/components/modules/ConfirmTransactionForm.jsx +++ b/src/app/components/modules/ConfirmTransactionForm.jsx @@ -7,7 +7,7 @@ import tt from 'counterpart'; class ConfirmTransactionForm extends Component { static propTypes = { - //Steemit + //Smoke onCancel: PropTypes.func, warning: PropTypes.string, checkbox: PropTypes.string, diff --git a/src/app/components/modules/CurationRewards.jsx b/src/app/components/modules/CurationRewards.jsx index 9367c4b..83a6186 100644 --- a/src/app/components/modules/CurationRewards.jsx +++ b/src/app/components/modules/CurationRewards.jsx @@ -13,7 +13,7 @@ class CurationRewards extends React.Component { this.onShowDeposit = () => { this.setState({showDeposit: !this.state.showDeposit}) } - this.onShowDepositSteem = () => { + this.onShowDepositSmoke = () => { this.setState({showDeposit: !this.state.showDeposit, depositType: LIQUID_TICKER}) } this.onShowDepositPower = () => { diff --git a/src/app/components/modules/Dialogs.jsx b/src/app/components/modules/Dialogs.jsx index 9f54235..ce05e85 100644 --- a/src/app/components/modules/Dialogs.jsx +++ b/src/app/components/modules/Dialogs.jsx @@ -6,7 +6,7 @@ import g from '../../redux/GlobalReducer' import {List, Map} from 'immutable' import shouldComponentUpdate from '../../utils/shouldComponentUpdate'; import QrReader from '../elements/QrReader' -import ConvertToSteem from '../elements/ConvertToSteem' +import ConvertToSmoke from '../elements/ConvertToSmoke' import SuggestPassword from '../elements/SuggestPassword' import ChangePassword from '../elements/ChangePassword' import CheckLoginOwner from '../elements/CheckLoginOwner' @@ -46,10 +46,10 @@ class Dialogs extends React.Component { : - k === 'convertToSteem' ? + k === 'convertToSmoke' ? - + : k === 'suggestPassword' ? diff --git a/src/app/components/modules/ExplorePost.jsx b/src/app/components/modules/ExplorePost.jsx index b82cdde..e4e13ed 100644 --- a/src/app/components/modules/ExplorePost.jsx +++ b/src/app/components/modules/ExplorePost.jsx @@ -17,18 +17,18 @@ class ExplorePost extends Component { copied: false }; this.onCopy = this.onCopy.bind(this); - this.Steemd = this.Steemd.bind(this); - this.Steemdb = this.Steemdb.bind(this); + this.Smoked = this.Smoked.bind(this); + this.Smokedb = this.Smokedb.bind(this); this.Busy = this.Busy.bind(this); this.Phist = this.Phist.bind(this); } - Steemd() { - serverApiRecordEvent('SteemdView', this.props.permlink); + Smoked() { + serverApiRecordEvent('SmokedView', this.props.permlink); } - Steemdb() { - serverApiRecordEvent('SteemdbView', this.props.permlink); + Smokedb() { + serverApiRecordEvent('SmokedbView', this.props.permlink); } Busy() { @@ -67,9 +67,9 @@ class ExplorePost extends Component {
    {tt('explorepost_jsx.alternative_sources')}
      -
    • steemd.com
    • -
    • steemdb.com
    • busy.org
    • diff --git a/src/app/components/modules/Header.jsx b/src/app/components/modules/Header.jsx index d6d5057..0e5e8f4 100644 --- a/src/app/components/modules/Header.jsx +++ b/src/app/components/modules/Header.jsx @@ -98,7 +98,7 @@ class Header extends React.Component { } else if (route.page == 'CreateAccount') { page_title = tt('header_jsx.create_account'); } else if (route.page == 'PickAccount') { - page_title = `Pick Your New Steemit Account`; + page_title = `Pick Your New Smoke Account`; this.state.subheader_hidden = true; } else if (route.page == 'Approval') { page_title = `Account Confirmation`; diff --git a/src/app/components/modules/LoginForm.jsx b/src/app/components/modules/LoginForm.jsx index 56e36c2..7c5179e 100644 --- a/src/app/components/modules/LoginForm.jsx +++ b/src/app/components/modules/LoginForm.jsx @@ -16,7 +16,7 @@ import {connect} from 'react-redux' class LoginForm extends Component { static propTypes = { - //Steemit + //Smoke login_error: PropTypes.string, onCancel: PropTypes.func, }; @@ -266,7 +266,7 @@ function urlAccountName() { } function checkPasswordChecksum(password) { - // A Steemit generated password is a WIF prefixed with a P .. + // A Smoke generated password is a WIF prefixed with a P .. // It is possible to login directly with a WIF const wif = /^P/.test(password) ? password.substring(1) : password diff --git a/src/app/components/modules/Powerdown.jsx b/src/app/components/modules/Powerdown.jsx index 7de48bb..fba2237 100644 --- a/src/app/components/modules/Powerdown.jsx +++ b/src/app/components/modules/Powerdown.jsx @@ -16,7 +16,7 @@ class Powerdown extends React.Component { if (props.to_withdraw - props.withdrawn > 0) { new_withdraw = props.to_withdraw - props.withdrawn } else { - // Set the default withrawal amount to (available - 5 STEEM) + // Set the default withrawal amount to (available - 5 SMOKE) // This should be removed post hf20 new_withdraw = Math.max(0, props.available_shares - spToVestsf(props.state, 5.001)) } diff --git a/src/app/components/modules/SignUp.jsx b/src/app/components/modules/SignUp.jsx index b1f4e0c..9233daf 100644 --- a/src/app/components/modules/SignUp.jsx +++ b/src/app/components/modules/SignUp.jsx @@ -23,7 +23,7 @@ class SignUp extends React.Component { if (this.props.serverBusy || $STM_Config.disable_signups) { return
      -

      Membership to Steemit.com is now under invitation only because of unexpectedly high sign up rate. +

      Membership to Smoke.com is now under invitation only because of unexpectedly high sign up rate. Submit your email to get on the waiting list.

      @@ -34,7 +34,7 @@ class SignUp extends React.Component {

      Sign Up

      -

      Steemit funds each account with over {this.props.signup_bonus} worth of Steem Power; to prevent +

      Smoke funds each account with over {this.props.signup_bonus} worth of Smoke Power; to prevent abuse, we require new users to login via social media.
      Your personal information will be kept private. @@ -74,7 +74,7 @@ class SignUp extends React.Component {


      -

      By verifying your account you agree to the Steemit By verifying your account you agree to the Smoke terms and conditions.

      diff --git a/src/app/components/modules/TermsAgree.jsx b/src/app/components/modules/TermsAgree.jsx index cf22dde..f548efb 100644 --- a/src/app/components/modules/TermsAgree.jsx +++ b/src/app/components/modules/TermsAgree.jsx @@ -38,47 +38,47 @@ class TermsAgree extends Component {
      -

      Steemit Terms of Service

      +

      Smoke Terms of Service

      Last Updated April 28, 2016

      Welcome to Steemit! These Terms of Service (“Terms”) apply to your access to and use of Steemit.com and any other products or services that link to these Terms (“Steemit”). Steemit is provided by Steemit, Inc. (“Steemit”, “Welcome to Smoke! These Terms of Service (“Terms”) apply to your access to and use of Smoke.com and any other products or services that link to these Terms (“Smoke”). Smoke is provided by Smoke, Inc. (“Smoke”, “we” - or “us”). By accessing or using Steemit, you agree to be bound by these Terms. If you do not agree to these Terms, including the mandatory arbitration provision and class action waiver in Section 14, do not access or use Steemit. If we make changes to these Terms, we will provide notice of those changes by updating the “Last Updated” date above or posting notice on Steemit. Your continued use of Steemit will confirm your acceptance of the changes. -

      You understand and agree that these Terms apply solely to your access to, and use of, Steemit and that, when you use other Steemit services such as Steemit.com or Steemitgifts.com, the terms and policies particular to those services apply. + or “us”). By accessing or using Smoke, you agree to be bound by these Terms. If you do not agree to these Terms, including the mandatory arbitration provision and class action waiver in Section 14, do not access or use Smoke. If we make changes to these Terms, we will provide notice of those changes by updating the “Last Updated” date above or posting notice on Smoke. Your continued use of Smoke will confirm your acceptance of the changes. +

      You understand and agree that these Terms apply solely to your access to, and use of, Smoke and that, when you use other Smoke services such as Smoke.com or Smokegifts.com, the terms and policies particular to those services apply.

      1. Privacy Policy

      Please refer to our Privacy Policy for information about how we collect, use and disclose information about you.

      2. Eligibility

      Steemit is not targeted towards, nor intended for use by, anyone under the age of 13. You must be at least 13 years of age to access or use Steemit. If you are between 13 and 18 years of age (or the age of legal majority where you reside), you may only access or use Steemit under the supervision of a parent or legal guardian who agrees to be bound by these Terms. + className="c0">Smoke is not targeted towards, nor intended for use by, anyone under the age of 13. You must be at least 13 years of age to access or use Smoke. If you are between 13 and 18 years of age (or the age of legal majority where you reside), you may only access or use Smoke under the supervision of a parent or legal guardian who agrees to be bound by these Terms.

      3. Copyright and Limited License

      Steemit contains data, text, photographs, images, video, audio, graphics, articles, comments, software, code, scripts and other content supplied by us, the Steem blockchain or our licensors, which we call “Steemit Content.” Steemit Content is protected by intellectual property laws, including copyright and other proprietary rights of the United States and foreign countries. Except as explicitly stated in these Terms, Steemit does not grant any express or implied rights to use Steemit Content. -

      You are granted a limited, nonexclusive, non-transferable, and non-sublicensable license to access and use Steemit and Steemit Content for your personal, non-commercial use. This license is subject to these Terms and does not include any right to: (a) distribute, publicly perform or publicly display any Steemit Content; (b) modify or otherwise make any derivative uses of Steemit or Steemit Content, or any portion thereof; (c) use any data mining, robots or similar data gathering or extraction methods; and (d) use Steemit or Steemit Content other than for their intended purposes. Any use of Steemit or Steemit Content other than as authorized in these Terms is strictly prohibited and will terminate the license granted herein. This license is revocable at any time. + className="c0">Smoke contains data, text, photographs, images, video, audio, graphics, articles, comments, software, code, scripts and other content supplied by us, the Smoke blockchain or our licensors, which we call “Smoke Content.” Smoke Content is protected by intellectual property laws, including copyright and other proprietary rights of the United States and foreign countries. Except as explicitly stated in these Terms, Smoke does not grant any express or implied rights to use Smoke Content. +

      You are granted a limited, nonexclusive, non-transferable, and non-sublicensable license to access and use Smoke and Smoke Content for your personal, non-commercial use. This license is subject to these Terms and does not include any right to: (a) distribute, publicly perform or publicly display any Smoke Content; (b) modify or otherwise make any derivative uses of Smoke or Smoke Content, or any portion thereof; (c) use any data mining, robots or similar data gathering or extraction methods; and (d) use Smoke or Smoke Content other than for their intended purposes. Any use of Smoke or Smoke Content other than as authorized in these Terms is strictly prohibited and will terminate the license granted herein. This license is revocable at any time.

      4. Adult-Oriented Content

      Steemit is intended for a general audience and, as a result, some Steemit Content may discuss or depict adult-oriented topics. We realize that this content may not be appropriate or desirable for some of our readers depending on their current location, age, background or personal views. As a result, we mark this content as Not Safe For Work (“Smoke is intended for a general audience and, as a result, some Smoke Content may discuss or depict adult-oriented topics. We realize that this content may not be appropriate or desirable for some of our readers depending on their current location, age, background or personal views. As a result, we mark this content as Not Safe For Work (“NSFW”).

      Marking Steemit Content as NSFW does not prevent you from being able to access this content but, instead, helps you make informed decisions about the type of content you view on Steemit. You understand and agree that you access content marked as NSFW at your own risk. + className="c0">Marking Smoke Content as NSFW does not prevent you from being able to access this content but, instead, helps you make informed decisions about the type of content you view on Smoke. You understand and agree that you access content marked as NSFW at your own risk.

      5. Trademarks

      “Steem,” “ - Steemit,” the Steemit logo and any other product or service names, logos or slogans that may appear on Steemit are trademarks of Steemit and may not be copied, imitated or used, in whole or in part, without our prior written permission. You may not use any metatags or other “ - hidden text” utilizing “Steemit” or any other name, trademark or product or service name of Steemit without our prior written permission. In addition, the look and feel of Steemit, including, without limitation, all page headers, custom graphics, button icons and scripts, constitute the service mark, trademark or trade dress of Steemit and may not be copied, imitated or used, in whole or in part, without our prior written permission. All other trademarks, registered trademarks, product names and company names or logos mentioned or used on Steemit are the property of their respective owners and may not be copied, imitated or used, in whole or in part, without the permission of the applicable trademark holder. Reference to any products, services, processes or other information by name, trademark, manufacturer, supplier or otherwise does not constitute or imply endorsement, sponsorship or recommendation by Steemit.                                         + className="c1">“Smoke,” “ + Smoke,” the Smoke logo and any other product or service names, logos or slogans that may appear on Smoke are trademarks of Smoke and may not be copied, imitated or used, in whole or in part, without our prior written permission. You may not use any metatags or other “ + hidden text” utilizing “Smoke” or any other name, trademark or product or service name of Smoke without our prior written permission. In addition, the look and feel of Smoke, including, without limitation, all page headers, custom graphics, button icons and scripts, constitute the service mark, trademark or trade dress of Smoke and may not be copied, imitated or used, in whole or in part, without our prior written permission. All other trademarks, registered trademarks, product names and company names or logos mentioned or used on Smoke are the property of their respective owners and may not be copied, imitated or used, in whole or in part, without the permission of the applicable trademark holder. Reference to any products, services, processes or other information by name, trademark, manufacturer, supplier or otherwise does not constitute or imply endorsement, sponsorship or recommendation by Smoke.                                        

      6. Assumption of Risk, Limitations on Liability & Indemnity

      6.1.   - You accept and acknowledge that there are risks associated with utilizing an Internet- based STEEM account service including, but not limited to, the risk of failure of hardware, software and Internet connections, the risk of malicious software introduction, and the risk that third parties may obtain unauthorized access to information stored within your Account, including, but not limited to your Private Key (as defined below at 10.2.). You accept and acknowledge that Steemit will not be responsible for any communication failures, disruptions, errors, distortions or delays you may experience when using the Services, however caused.         + You accept and acknowledge that there are risks associated with utilizing an Internet- based SMOKE account service including, but not limited to, the risk of failure of hardware, software and Internet connections, the risk of malicious software introduction, and the risk that third parties may obtain unauthorized access to information stored within your Account, including, but not limited to your Private Key (as defined below at 10.2.). You accept and acknowledge that Smoke will not be responsible for any communication failures, disruptions, errors, distortions or delays you may experience when using the Services, however caused.        

      6.2.  We will use reasonable endeavours to verify the accuracy of any information on the Service but we make no representation or warranty of any kind, express or implied, statutory or otherwise, regarding the contents of the Service, information and functions made accessible through the Service, any hyperlinks to third party websites, nor for any breach of security associated with the transmission of information through the Service or any website linked to by the Service.                                                 -

      6.3.  We will not be responsible or liable to you for any loss and take no responsibility for and will not be liable to you for any use of our Services, including but not limited to any losses, damages or claims arising from: (a) User error such as forgotten passwords, incorrectly constructed transactions, or mistyped STEEM addresses; (b) Server failure or data loss; (c) Corrupted Account files; (d) Unauthorized access to applications; (e) Any unauthorized third party activities, including without limitation the use of viruses, phishing, bruteforcing or other means of attack against the Service or Services.                                                                 +

      6.3.  We will not be responsible or liable to you for any loss and take no responsibility for and will not be liable to you for any use of our Services, including but not limited to any losses, damages or claims arising from: (a) User error such as forgotten passwords, incorrectly constructed transactions, or mistyped SMOKE addresses; (b) Server failure or data loss; (c) Corrupted Account files; (d) Unauthorized access to applications; (e) Any unauthorized third party activities, including without limitation the use of viruses, phishing, bruteforcing or other means of attack against the Service or Services.                                                                

      6.4.  We make no warranty that the Service or the server that makes it available, are free of viruses or errors, that its content is accurate, that it will be uninterrupted, or that defects will be corrected. We will not be responsible or liable to you for any loss of any kind, from action taken, or taken in reliance on material, or information, contained on the Service.                                        

      6.5.  Subject to 7.1 below, any and all indemnities, warranties, terms and conditions (whether express or implied) are hereby excluded to the fullest extent permitted under Luxembourg law.

      6.6.  We will not be liable, in contract, or tort (including, without limitation, negligence), other than where we have been fraudulent or made negligent misrepresentations.

      6.7.  Nothing in these Terms excludes or limits liability for death or personal injury caused by negligence, fraudulent misrepresentation, or any other liability which may not otherwise be limited or excluded under United States law.

      7. Agreement to Hold Steemit Harmless

      7.1.  You agree to hold harmless Steemit (and each of our officers, directors, members, employees, agents and affiliates) from any claim, demand, action, damage, loss, cost or expense, including without limitation reasonable legal fees, arising out or relating to:         + className="c1 h">7. Agreement to Hold Smoke Harmless

      7.1.  You agree to hold harmless Smoke (and each of our officers, directors, members, employees, agents and affiliates) from any claim, demand, action, damage, loss, cost or expense, including without limitation reasonable legal fees, arising out or relating to:        

      7.1.1.  Your use of, or conduct in connection with, our Services;

      7.1.2.  Any feedback or submissions you provide (see 19 below);

      9. Account Registration        

      9.1.  You need not use a Steemit Account. If you wish to use an Account, you must create an Account with Steemit to access the Services (“ + className="c1">9.1.  You need not use a Smoke Account. If you wish to use an Account, you must create an Account with Smoke to access the Services (“ Account”). When you create an Account, you are strongly advised to take the following precautions, as failure to do so may result in loss of access to, and/or control over, your Wallet: (a) Create a strong password that you do not use for any other website or online service; (b) Provide accurate and truthful information; (c) Maintain and promptly update your Account information; (d) maintain the security of your Account by protecting your Account password and access to your computer and your Account; (e) Promptly notify us if you discover or otherwise suspect any security breaches related to your Account.                

      9.2.  You hereby accept and acknowledge that you take responsibility for all activities that occur under your Account and accept all risks of any authorized or unauthorized access to your Account, to the maximum extent permitted by law.                                                                                                 

      10. The Steemit Services                 -

      10.1.  As described in more detail below, the Services, among other things, provide in-browser (or otherwise local) software that (a) generates and stores STEEM ACCOUNT Addresses and encrypted Private Keys (defined below), and (b) Facilitates the submission of STEEM transaction data to the Steem network without requiring you to access the STEEM command line interface.         -

      10.2.  Account Names and Private Keys. When you create an Account, the Services generate and store a cryptographic private and public key pair that you may use to send and receive STEEM and Steem Dollars via the Steem network.. The Private Key uniquely matches the Account Name and must be used in connection with the Account Name to authorize the transfer of STEEM and Steem Dollars from that Account. You are solely responsible for maintaining the security of your Private Key and any password phrase associated with your wallet. You must keep your Account, password phrase and Private Key access information secure. Failure to do so may result in the loss of control of Steem, Steem Power and Steem Dollars associated with the Wallet. -

      10.3.  No Password Retrieval. Steemit does not receive or store your Account password, nor the unencrypted keys and addresses. Therefore, we cannot assist you with Account password retrieval. Our Services provide you with tools to help you remember or recover your password, including by allowing you to set password hints, but the Services cannot generate a new password for your Account. You are solely responsible for remembering your Account password. If you have not safely stored a backup of any Account Names and password pairs maintained in your Account, you accept and acknowledge that any STEEM, Steem Dollars and Steem Power you have associated with such Account will become inaccessible if you do not have your Account password. -

      10.4.  Transactions. In order to be completed, all proposed Steem transactions must be confirmed and recorded in the Steem public ledger via the Steem distributed consensus network (a peer-to-peer economic network that operates on a cryptographic protocol), which is not owned, controlled or operated by Steemit. The Steem Network is operated by a decentralized network of independent third parties. Blockchain has no control over the Steem network and therefore cannot and does not ensure that any transaction details you submit via the Services will be confirmed via the Steem network. You acknowledge and agree that the transaction details you submit via the Services may not be completed, or may be substantially delayed, by the Steem network. You may use the Services to submit these details to the network.                                                          -

      10.5.  No Storage or Transmission of STEEM, Steem Dollars or Steem Power. Steem, in any of its forms (STEEM, Steem Dollars and Steem Power) is an intangible, digital asset. They exist only by virtue of the ownership record maintained in the Steem network. The Service does not store, send or receive Steem. Any transfer of title that might occur in any STEEM, Steem Dollars or Steem Power occurs on the decentralized ledger within the Steem network and not within the Services. We do not guarantee that the Service can effect the transfer of title or right in any Steem, Steem Dollars or Steem Power. -

      10.6.  Relationship. Nothing in these Terms is intended to nor shall create any partnership, joint venture, agency, consultancy or trusteeship, you and Steemit being with respect to one another independent contractors. -

      10.7.  Accuracy of Information. You represent and warrant that any information you provide via the Services is accurate and complete. You accept and acknowledge that Steemit is not responsible for any errors or omissions that you make in connection with any Steem transaction initiated via the Services, for instance, if you mistype an Account Name or otherwise provide incorrect information. We strongly encourage you to review your transaction details carefully before completing them via the Services. -

      10.8.  No Cancellations or Modifications. Once transaction details have been submitted to the Steem network via the Services, The Services cannot assist you to cancel or otherwise modify your transaction details. Steemit has no control over the Steem Network and does not have the ability to facilitate any cancellation or modification requests. -

      10.9.  Taxes. It is your responsibility to determine what, if any, taxes apply to the transactions you for which you have submitted transaction details via the Services, and it is your responsibility to report and remit the correct tax to the appropriate tax authority. You agree that Steemit is not responsible for determining whether taxes apply to your Steem transactions or for collecting, reporting, withholding or remitting any taxes arising from any Steem transactions.                                                                                                  -

      11. Fees for Using the Steemit Services

      11.1. Company Fees Creating an Account. Steemit does not currently charge fees for any Services, however we reserve the right to do so in future, and in such case any applicable fees will be displayed prior to you using any Service to which a fee applies. -

      12. No Right To Cancel And/Or Reverse Steem Transactions

      10. The Smoke Services                 +

      10.1.  As described in more detail below, the Services, among other things, provide in-browser (or otherwise local) software that (a) generates and stores SMOKE ACCOUNT Addresses and encrypted Private Keys (defined below), and (b) Facilitates the submission of SMOKE transaction data to the Smoke network without requiring you to access the SMOKE command line interface.         +

      10.2.  Account Names and Private Keys. When you create an Account, the Services generate and store a cryptographic private and public key pair that you may use to send and receive SMOKE and Smoke Dollars via the Smoke network.. The Private Key uniquely matches the Account Name and must be used in connection with the Account Name to authorize the transfer of SMOKE and Smoke Dollars from that Account. You are solely responsible for maintaining the security of your Private Key and any password phrase associated with your wallet. You must keep your Account, password phrase and Private Key access information secure. Failure to do so may result in the loss of control of Smoke, Smoke Power and Smoke Dollars associated with the Wallet. +

      10.3.  No Password Retrieval. Smoke does not receive or store your Account password, nor the unencrypted keys and addresses. Therefore, we cannot assist you with Account password retrieval. Our Services provide you with tools to help you remember or recover your password, including by allowing you to set password hints, but the Services cannot generate a new password for your Account. You are solely responsible for remembering your Account password. If you have not safely stored a backup of any Account Names and password pairs maintained in your Account, you accept and acknowledge that any SMOKE, Smoke Dollars and Smoke Power you have associated with such Account will become inaccessible if you do not have your Account password. +

      10.4.  Transactions. In order to be completed, all proposed Smoke transactions must be confirmed and recorded in the Smoke public ledger via the Smoke distributed consensus network (a peer-to-peer economic network that operates on a cryptographic protocol), which is not owned, controlled or operated by Smoke. The Smoke Network is operated by a decentralized network of independent third parties. Blockchain has no control over the Smoke network and therefore cannot and does not ensure that any transaction details you submit via the Services will be confirmed via the Smoke network. You acknowledge and agree that the transaction details you submit via the Services may not be completed, or may be substantially delayed, by the Smoke network. You may use the Services to submit these details to the network.                                                          +

      10.5.  No Storage or Transmission of SMOKE, Smoke Dollars or Smoke Power. Smoke, in any of its forms (SMOKE, Smoke Dollars and Smoke Power) is an intangible, digital asset. They exist only by virtue of the ownership record maintained in the Smoke network. The Service does not store, send or receive Smoke. Any transfer of title that might occur in any SMOKE, Smoke Dollars or Smoke Power occurs on the decentralized ledger within the Smoke network and not within the Services. We do not guarantee that the Service can effect the transfer of title or right in any Smoke, Smoke Dollars or Smoke Power. +

      10.6.  Relationship. Nothing in these Terms is intended to nor shall create any partnership, joint venture, agency, consultancy or trusteeship, you and Smoke being with respect to one another independent contractors. +

      10.7.  Accuracy of Information. You represent and warrant that any information you provide via the Services is accurate and complete. You accept and acknowledge that Smoke is not responsible for any errors or omissions that you make in connection with any Smoke transaction initiated via the Services, for instance, if you mistype an Account Name or otherwise provide incorrect information. We strongly encourage you to review your transaction details carefully before completing them via the Services. +

      10.8.  No Cancellations or Modifications. Once transaction details have been submitted to the Smoke network via the Services, The Services cannot assist you to cancel or otherwise modify your transaction details. Smoke has no control over the Smoke Network and does not have the ability to facilitate any cancellation or modification requests. +

      10.9.  Taxes. It is your responsibility to determine what, if any, taxes apply to the transactions you for which you have submitted transaction details via the Services, and it is your responsibility to report and remit the correct tax to the appropriate tax authority. You agree that Smoke is not responsible for determining whether taxes apply to your Smoke transactions or for collecting, reporting, withholding or remitting any taxes arising from any Smoke transactions.                                                                                                  +

      11. Fees for Using the Smoke Services

      11.1. Company Fees Creating an Account. Smoke does not currently charge fees for any Services, however we reserve the right to do so in future, and in such case any applicable fees will be displayed prior to you using any Service to which a fee applies. +

      12. No Right To Cancel And/Or Reverse Smoke Transactions

      14.1. If you use a Service to which Steem, Steem Dollars or Steem Power is transacted, you will not be able to change your mind once you have confirmed that you wish to proceed with the Service or transaction. + className="c1">14.1. If you use a Service to which Smoke, Smoke Dollars or Smoke Power is transacted, you will not be able to change your mind once you have confirmed that you wish to proceed with the Service or transaction.

      15. Discontinuation of Services                                                         

      15.1.  We may, in our sole discretion and without cost to you, with or without prior notice and at any time, modify or discontinue, temporarily or permanently, any portion of our Services. You are solely responsible for storing, outside of the Services, a backup of any Account and Private Key pair that you maintain in your Wallet.                                 -

      15.2.  If you do not maintain a backup of your Account data outside of the Services, you will be may not be able to access Steem, Steem Dollars and Steem Power associated with any Account Name maintained in your Account in the event that we discontinue or deprecate the Services. +

      15.2.  If you do not maintain a backup of your Account data outside of the Services, you will be may not be able to access Smoke, Smoke Dollars and Smoke Power associated with any Account Name maintained in your Account in the event that we discontinue or deprecate the Services.

      16. Suspension or Termination of Service.

      16.1. We may suspend or terminate your access to the Services in our sole discretion, immediately and without prior notice, and delete or deactivate your Account and all related information and files in such without cost to you, including, for instance, in the event that you breach any term of these Terms. In the event of termination, your access to funds will depend on your access to your backup of your Account data including your Account Name and Private Keys. @@ -135,49 +135,49 @@ class TermsAgree extends Component {

      17.1.8.   Provide false, inaccurate, or misleading information; or                

      17.1.9.  Encourage or induce any third party to engage in any of the activities prohibited under this Section.          -

      17.1.10.  Reverse engineer any aspect of Steemit or do anything that might discover source code or bypass or circumvent measures employed to prevent or limit access to any Steemit Content, area or code of Steemit. +

      17.1.10.  Reverse engineer any aspect of Smoke or do anything that might discover source code or bypass or circumvent measures employed to prevent or limit access to any Smoke Content, area or code of Smoke.

      18. Third-Party Content and Sites

      Steemit may include links and other content owned or operated by third parties, including advertisements and social “ + className="c1">Smoke may include links and other content owned or operated by third parties, including advertisements and social “ widgets” (we call these “Third-Party Content“). You agree that Steemit is not responsible or liable for Third-Party Content and that you access and use Third-Party Content at your own risk. Your interactions with Third-Party Content are solely between you and the third party providing the content. When you leave Steemit, you should understand that these Terms no longer govern and that the terms and policies of those third-party sites or services will then apply. + className="c1">“). You agree that Smoke is not responsible or liable for Third-Party Content and that you access and use Third-Party Content at your own risk. Your interactions with Third-Party Content are solely between you and the third party providing the content. When you leave Smoke, you should understand that these Terms no longer govern and that the terms and policies of those third-party sites or services will then apply.

      19. Feedback

      You may submit questions, comments, feedback, suggestions, and other information regarding Steemit (we call this “Feedback“). You acknowledge and agree that Feedback is non-confidential and will become the sole property of Steemit. Steemit shall own exclusive rights, including, without limitation, all intellectual property rights, in and to such Feedback and is entitled to the unrestricted use and dissemination of this Feedback for any purpose, without acknowledgment or compensation to you. You agree to execute any documentation required by Steemit to confirm such assignment to Steemit. + className="c1">You may submit questions, comments, feedback, suggestions, and other information regarding Smoke (we call this “Feedback“). You acknowledge and agree that Feedback is non-confidential and will become the sole property of Smoke. Smoke shall own exclusive rights, including, without limitation, all intellectual property rights, in and to such Feedback and is entitled to the unrestricted use and dissemination of this Feedback for any purpose, without acknowledgment or compensation to you. You agree to execute any documentation required by Smoke to confirm such assignment to Smoke.

      20. Copyright Complaints

      Steemit respects the intellectual property of others by not reading infringed content from the Steem blockchain. If you believe that your work has been copied in a way that constitutes copyright infringement, you may notify Steemit’ + className="c0">Smoke respects the intellectual property of others by not reading infringed content from the Smoke blockchain. If you believe that your work has been copied in a way that constitutes copyright infringement, you may notify Smoke’ s Designated Agent by contacting:

      contact@smoke.io

      Please see 17 U.S.C. §512(c)(3) for the requirements of a proper notification. You should note that if you knowingly misrepresent in your notification that the material or activity is infringing, you may be liable for any damages, including costs and attorneys’ - fees, incurred by Steemit or the alleged infringer, as the result of Steemit’s relying upon such misrepresentation in removing or disabling access to the material or activity claimed to be infringing. + fees, incurred by Smoke or the alleged infringer, as the result of Smoke’s relying upon such misrepresentation in removing or disabling access to the material or activity claimed to be infringing.

      21. Disclaimers

      TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, STEEMIT AND THE STEEMIT CONTENT ARE PROVIDED ON AN “ - AS IS” AND “AS AVAILABLE” BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT AND ANY WARRANTIES IMPLIED BY ANY COURSE OF PERFORMANCE OR USAGE OF TRADE. STEEMIT DOES NOT REPRESENT OR WARRANT THAT STEEMIT AND THE STEEMIT CONTENT: (A) WILL BE SECURE OR AVAILABLE AT ANY PARTICULAR TIME OR LOCATION; (B) ARE ACCURATE, COMPLETE, RELIABLE, CURRENT OR ERROR-FREE OR THAT ANY DEFECTS OR ERRORS WILL BE CORRECTED; AND (C) ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS. YOUR USE OF STEEMIT AND THE STEEMIT CONTENT IS SOLELY AT YOUR OWN RISK. SOME JURISDICTIONS DO NOT ALLOW THE DISCLAIMER OF IMPLIED TERMS IN CONTRACTS WITH CONSUMERS, SO SOME OR ALL OF THE DISCLAIMERS IN THIS SECTION MAY NOT APPLY TO YOU. + className="c0">TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, SMOKE AND THE SMOKE CONTENT ARE PROVIDED ON AN “ + AS IS” AND “AS AVAILABLE” BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT AND ANY WARRANTIES IMPLIED BY ANY COURSE OF PERFORMANCE OR USAGE OF TRADE. SMOKE DOES NOT REPRESENT OR WARRANT THAT SMOKE AND THE SMOKE CONTENT: (A) WILL BE SECURE OR AVAILABLE AT ANY PARTICULAR TIME OR LOCATION; (B) ARE ACCURATE, COMPLETE, RELIABLE, CURRENT OR ERROR-FREE OR THAT ANY DEFECTS OR ERRORS WILL BE CORRECTED; AND (C) ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS. YOUR USE OF SMOKE AND THE SMOKE CONTENT IS SOLELY AT YOUR OWN RISK. SOME JURISDICTIONS DO NOT ALLOW THE DISCLAIMER OF IMPLIED TERMS IN CONTRACTS WITH CONSUMERS, SO SOME OR ALL OF THE DISCLAIMERS IN THIS SECTION MAY NOT APPLY TO YOU.

      22. Limitation of Liability

      TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL STEEMIT OR THE STEEMIT PARTIES BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL, CONSEQUENTIAL, EXEMPLARY OR PUNITIVE DAMAGES, OR ANY OTHER DAMAGES OF ANY KIND, INCLUDING, BUT NOT LIMITED TO, LOSS OF USE, LOSS OF PROFITS OR LOSS OF DATA, WHETHER IN AN ACTION IN CONTRACT, TORT (INCLUDING, BUT NOT LIMITED TO, NEGLIGENCE) OR OTHERWISE, ARISING OUT OF, OR IN ANY WAY CONNECTED WITH, THE USE OF, OR INABILITY TO USE, STEEMIT OR THE STEEMIT CONTENT. TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL THE AGGREGATE LIABILITY OF STEEMIT OR THE STEEMIT PARTIES, WHETHER IN CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE, WHETHER ACTIVE, PASSIVE OR IMPUTED), PRODUCT LIABILITY, STRICT LIABILITY OR OTHER THEORY, ARISING OUT OF OR RELATING TO: (A) THE USE OF OR INABILITY TO USE STEEMIT OR THE STEEMIT CONTENT; OR (B) THESE TERMS EXCEED ANY COMPENSATION YOU PAY, IF ANY, TO STEEMIT FOR ACCESS TO OR USE OF STEEMIT. + className="c0">TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL SMOKE OR THE SMOKE PARTIES BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL, CONSEQUENTIAL, EXEMPLARY OR PUNITIVE DAMAGES, OR ANY OTHER DAMAGES OF ANY KIND, INCLUDING, BUT NOT LIMITED TO, LOSS OF USE, LOSS OF PROFITS OR LOSS OF DATA, WHETHER IN AN ACTION IN CONTRACT, TORT (INCLUDING, BUT NOT LIMITED TO, NEGLIGENCE) OR OTHERWISE, ARISING OUT OF, OR IN ANY WAY CONNECTED WITH, THE USE OF, OR INABILITY TO USE, SMOKE OR THE SMOKE CONTENT. TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL THE AGGREGATE LIABILITY OF SMOKE OR THE SMOKE PARTIES, WHETHER IN CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE, WHETHER ACTIVE, PASSIVE OR IMPUTED), PRODUCT LIABILITY, STRICT LIABILITY OR OTHER THEORY, ARISING OUT OF OR RELATING TO: (A) THE USE OF OR INABILITY TO USE SMOKE OR THE SMOKE CONTENT; OR (B) THESE TERMS EXCEED ANY COMPENSATION YOU PAY, IF ANY, TO SMOKE FOR ACCESS TO OR USE OF SMOKE.

      SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF CERTAIN DAMAGES, SO SOME OR ALL OF THE EXCLUSIONS AND LIMITATIONS IN THIS SECTION MAY NOT APPLY TO YOU. -

      23. Modifications to Steemit

      Steemit reserves the right to modify or discontinue, temporarily or permanently, Steemit, or any features or portions of Steemit, without prior notice. You agree that Steemit will not be liable for any modification, suspension or discontinuance of Steemit, or any part of Steemit. +

      23. Modifications to Smoke

      Smoke reserves the right to modify or discontinue, temporarily or permanently, Smoke, or any features or portions of Smoke, without prior notice. You agree that Smoke will not be liable for any modification, suspension or discontinuance of Smoke, or any part of Smoke.

      24. Arbitration

      PLEASE READ THE FOLLOWING SECTION CAREFULLY BECAUSE IT REQUIRES YOU TO ARBITRATE CERTAIN DISPUTES WITH STEEMIT AND LIMITS THE MANNER IN WHICH YOU CAN SEEK RELIEF FROM STEEMIT. + className="c0">PLEASE READ THE FOLLOWING SECTION CAREFULLY BECAUSE IT REQUIRES YOU TO ARBITRATE CERTAIN DISPUTES WITH SMOKE AND LIMITS THE MANNER IN WHICH YOU CAN SEEK RELIEF FROM SMOKE.

      24.1. Binding Arbitration

      Except for disputes in which either party seeks to bring an individual action in small claims court or seeks injunctive or other equitable relief for the alleged unlawful use of copyrights, trademarks, trade names, logos, trade secrets or patents, you and Steemit: (a) waive your right to have any and all disputes or Claims arising from these Terms or Steemit (collectively, “Disputes“) resolved in a court; and (b) waive your right to a jury trial. Instead, you and Steemit will arbitrate Disputes through binding arbitration (which is the referral of a Dispute to one or more persons charged with reviewing the Dispute and making a final and binding determination to resolve it, instead of having the Dispute decided by a judge or jury in court). + className="c0">Except for disputes in which either party seeks to bring an individual action in small claims court or seeks injunctive or other equitable relief for the alleged unlawful use of copyrights, trademarks, trade names, logos, trade secrets or patents, you and Smoke: (a) waive your right to have any and all disputes or Claims arising from these Terms or Smoke (collectively, “Disputes“) resolved in a court; and (b) waive your right to a jury trial. Instead, you and Smoke will arbitrate Disputes through binding arbitration (which is the referral of a Dispute to one or more persons charged with reviewing the Dispute and making a final and binding determination to resolve it, instead of having the Dispute decided by a judge or jury in court).

      24.2. No Class Arbitrations, Class Actions or Representative Actions

      YOU AND STEEMIT AGREE THAT ANY DISPUTE IS PERSONAL TO YOU AND STEEMIT AND THAT ANY SUCH DISPUTE WILL BE RESOLVED SOLELY THROUGH INDIVIDUAL ARBITRATION AND WILL NOT BE BROUGHT AS A CLASS ARBITRATION, CLASS ACTION OR ANY OTHER TYPE OF REPRESENTATIVE PROCEEDING. NEITHER PARTY AGREES TO CLASS ARBITRATION OR TO AN ARBITRATION IN WHICH AN INDIVIDUAL ATTEMPTS TO RESOLVE A DISPUTE AS A REPRESENTATIVE OF ANOTHER INDIVIDUAL OR GROUP OF INDIVIDUALS. FURTHER, YOU AND STEEMIT AGREE THAT A DISPUTE CANNOT BE BROUGHT AS A CLASS, OR OTHER TYPE OF REPRESENTATIVE ACTION, WHETHER WITHIN OR OUTSIDE OF ARBITRATION, OR ON BEHALF OF ANY OTHER INDIVIDUAL OR GROUP OF INDIVIDUALS. + className="c1">YOU AND SMOKE AGREE THAT ANY DISPUTE IS PERSONAL TO YOU AND SMOKE AND THAT ANY SUCH DISPUTE WILL BE RESOLVED SOLELY THROUGH INDIVIDUAL ARBITRATION AND WILL NOT BE BROUGHT AS A CLASS ARBITRATION, CLASS ACTION OR ANY OTHER TYPE OF REPRESENTATIVE PROCEEDING. NEITHER PARTY AGREES TO CLASS ARBITRATION OR TO AN ARBITRATION IN WHICH AN INDIVIDUAL ATTEMPTS TO RESOLVE A DISPUTE AS A REPRESENTATIVE OF ANOTHER INDIVIDUAL OR GROUP OF INDIVIDUALS. FURTHER, YOU AND SMOKE AGREE THAT A DISPUTE CANNOT BE BROUGHT AS A CLASS, OR OTHER TYPE OF REPRESENTATIVE ACTION, WHETHER WITHIN OR OUTSIDE OF ARBITRATION, OR ON BEHALF OF ANY OTHER INDIVIDUAL OR GROUP OF INDIVIDUALS.

      24.3. Federal Arbitration Act

      You and Steemit agree that these Terms affect interstate commerce and that the enforceability of this Section 14 shall be governed by, construed and enforced, both substantively and procedurally, by the Federal Arbitration Act, 9 U.S.C. § + className="c0">You and Smoke agree that these Terms affect interstate commerce and that the enforceability of this Section 14 shall be governed by, construed and enforced, both substantively and procedurally, by the Federal Arbitration Act, 9 U.S.C. § 1 et seq. (the “FAA”) to the maximum extent permitted by applicable law.

      24.4. Process -

      You and Steemit agree that you will notify each other in writing of any Dispute within thirty (30) days of when it arises so that the parties can attempt, in good faith, to resolve the Dispute informally. Notice to Steemit shall be provided by filling out the form available at https://smoke.io/contact/ or sending an email to contact@Steemit.com. Your notice must include: (1) your name, postal address and email address; (2) a description of the nature or basis of the Dispute; and (3) the specific relief that you are seeking. If you and Steemit cannot agree how to resolve the Dispute within thirty (30) days of Steemit receiving the notice, either you or Steemit may, as appropriate pursuant to this Section 14, commence an arbitration proceeding or file a claim in court. You and Steemit agree that any arbitration or claim must be commenced or filed within one (1) year after the Dispute arose; otherwise, you and Steemit agree that the claim is permanently barred (which means that you will no longer have the right to assert a claim regarding the Dispute). You and Steemit agree that: (a) any arbitration will occur in San Francisco County, California; (b) arbitration will be conducted confidentially by a single arbitrator in accordance with the rules of JAMS; and (c) the state or federal courts in California will have exclusive jurisdiction over the enforcement of an arbitration award and over any Dispute between the parties that is not subject to arbitration. You may also litigate a Dispute in small claims court located in the county where you reside if the Dispute meets the requirements to be heard in small claims court. +

      You and Smoke agree that you will notify each other in writing of any Dispute within thirty (30) days of when it arises so that the parties can attempt, in good faith, to resolve the Dispute informally. Notice to Smoke shall be provided by filling out the form available at https://smoke.io/contact/ or sending an email to contact@Smoke.com. Your notice must include: (1) your name, postal address and email address; (2) a description of the nature or basis of the Dispute; and (3) the specific relief that you are seeking. If you and Smoke cannot agree how to resolve the Dispute within thirty (30) days of Smoke receiving the notice, either you or Smoke may, as appropriate pursuant to this Section 14, commence an arbitration proceeding or file a claim in court. You and Smoke agree that any arbitration or claim must be commenced or filed within one (1) year after the Dispute arose; otherwise, you and Smoke agree that the claim is permanently barred (which means that you will no longer have the right to assert a claim regarding the Dispute). You and Smoke agree that: (a) any arbitration will occur in San Francisco County, California; (b) arbitration will be conducted confidentially by a single arbitrator in accordance with the rules of JAMS; and (c) the state or federal courts in California will have exclusive jurisdiction over the enforcement of an arbitration award and over any Dispute between the parties that is not subject to arbitration. You may also litigate a Dispute in small claims court located in the county where you reside if the Dispute meets the requirements to be heard in small claims court.

      24.5. Authority of Arbitrator

      As limited by the FAA, these Terms and applicable JAMS rules, the arbitrator will have: (a) the exclusive authority and jurisdiction to make all procedural and substantive decisions regarding a Dispute; and (b) the authority to grant any remedy that would otherwise be available in court. The arbitrator may only conduct an individual arbitration and may not consolidate more than one individual’ s claims, preside over any type of class or representative proceeding or preside over any proceeding involving more than one individual. @@ -189,14 +189,14 @@ class TermsAgree extends Component {

      24.7. Severability

      If any term, clause or provision of this Section 14 is held invalid or unenforceable, it will be so held to the minimum extent required by law and all other terms, clauses or provisions will remain valid and enforceable. Further, the waivers set forth in Section 24.2 are severable from the other provisions of these Terms and will remain valid and enforceable, except as prohibited by applicable law.

      25. Applicable Law and Venue

      These Terms and your access to and use of Steemit and the Steemit Content will be governed by, and construed in accordance with, the laws of California, without resort to its conflict of law provisions. To the extent the arbitration provision in Section 14 does not apply and the Dispute cannot be heard in small claims court, you agree that any action at law or in equity arising out of, or relating to, these Terms shall be filed only in the state and federal courts located in San Francisco County, California and you hereby irrevocably and unconditionally consent and submit to the exclusive jurisdiction of such courts over any suit, action or proceeding arising out of these Terms. + className="c0">These Terms and your access to and use of Smoke and the Smoke Content will be governed by, and construed in accordance with, the laws of California, without resort to its conflict of law provisions. To the extent the arbitration provision in Section 14 does not apply and the Dispute cannot be heard in small claims court, you agree that any action at law or in equity arising out of, or relating to, these Terms shall be filed only in the state and federal courts located in San Francisco County, California and you hereby irrevocably and unconditionally consent and submit to the exclusive jurisdiction of such courts over any suit, action or proceeding arising out of these Terms.

      26. Termination

      Steemit reserves the right, without notice and in our sole discretion, to terminate your license to access and use Steemit and to block or prevent your future access to, and use of, Steemit. + className="c0">Smoke reserves the right, without notice and in our sole discretion, to terminate your license to access and use Smoke and to block or prevent your future access to, and use of, Smoke.

      27. Severability

      If any term, clause or provision of these Terms is deemed to be unlawful, void or for any reason unenforceable, then that term, clause or provision shall be deemed severable from these Terms and shall not affect the validity and enforceability of any remaining provisions.

      28. Questions & Contact Information

      Questions or comments about Steemit may be directed to Questions or comments about Smoke may be directed to contact@smoke.io

      diff --git a/src/app/components/modules/Transfer.jsx b/src/app/components/modules/Transfer.jsx index ac4a401..e574eeb 100644 --- a/src/app/components/modules/Transfer.jsx +++ b/src/app/components/modules/Transfer.jsx @@ -54,7 +54,7 @@ class TransferForm extends Component { const {currentAccount} = props; const isWithdraw = transferType && transferType === 'Savings Withdraw'; const balanceValue = - !asset || asset === 'STEEM' ? + !asset || asset === 'SMOKE' ? isWithdraw ? currentAccount.get('savings_balance') : currentAccount.get('balance') : asset === 'SBD' ? isWithdraw ? currentAccount.get('savings_sbd_balance') : currentAccount.get('sbd_balance') : @@ -106,7 +106,7 @@ class TransferForm extends Component { const {asset} = this.state; const isWithdraw = transferType && transferType === 'Savings Withdraw'; return !asset || - asset.value === 'STEEM' ? + asset.value === 'SMOKE' ? isWithdraw ? currentAccount.get('savings_balance') : currentAccount.get('balance') : asset.value === 'SBD' ? isWithdraw ? currentAccount.get('savings_sbd_balance') : currentAccount.get('sbd_balance') : @@ -115,7 +115,7 @@ class TransferForm extends Component { assetBalanceClick = e => { e.preventDefault(); - // Convert '9.999 STEEM' to 9.999 + // Convert '9.999 SMOKE' to 9.999 this.state.amount.props.onChange(this.balanceValue().split(' ')[0]) }; @@ -220,8 +220,7 @@ class TransferForm extends Component { backgroundColor: "transparent", border: "none" }}> - - +
      }
      @@ -315,7 +314,7 @@ export default connect( } dispatch(user.actions.hideTransfer()) }; - const asset2 = toVesting ? 'STEEM' : asset; + const asset2 = toVesting ? 'SMOKE' : asset; const operation = { from: username, to, amount: parseFloat(amount, 10).toFixed(3) + ' ' + asset2, diff --git a/src/app/components/modules/UserWallet.jsx b/src/app/components/modules/UserWallet.jsx index 4c8230b..e6593c2 100644 --- a/src/app/components/modules/UserWallet.jsx +++ b/src/app/components/modules/UserWallet.jsx @@ -7,7 +7,7 @@ import SavingsWithdrawHistory from '../elements/SavingsWithdrawHistory'; import TransferHistoryRow from '../cards/TransferHistoryRow'; import TransactionError from '../elements/TransactionError'; import TimeAgoWrapper from '../elements/TimeAgoWrapper'; -import {delegatedSteem, numberWithCommas, vestingSteem} from '../../utils/StateFunctions' +import {delegatedSmoke, numberWithCommas, vestingSmoke} from '../../utils/StateFunctions' import FoundationDropdownMenu from '../elements/FoundationDropdownMenu' import WalletSubMenu from '../elements/WalletSubMenu' import shouldComponentUpdate from '../../utils/shouldComponentUpdate'; @@ -26,14 +26,14 @@ class UserWallet extends React.Component { this.state = { claimInProgress: false, }; - this.onShowDepositSteem = (e) => { + this.onShowDepositSmoke = (e) => { if (e && e.preventDefault) e.preventDefault(); const name = this.props.current_user.get('username'); const new_window = window.open(); new_window.opener = null; new_window.location = 'https://blocktrades.us/?input_coin_type=btc&output_coin_type=steem&receive_address=' + name; }; - this.onShowWithdrawSteem = (e) => { + this.onShowWithdrawSmoke = (e) => { e.preventDefault(); const new_window = window.open(); new_window.opener = null; @@ -67,18 +67,18 @@ class UserWallet extends React.Component { render() { const { - onShowDepositSteem, onShowWithdrawSteem, + onShowDepositSmoke, onShowWithdrawSmoke, onShowDepositSBD, onShowWithdrawSBD, onShowDepositPower } = this; const { - convertToSteem, price_per_steem, savings_withdraws, account, + convertToSmoke, price_per_steem, savings_withdraws, account, current_user, open_orders } = this.props; const gprops = this.props.gprops.toJS(); if (!account) return null; - let vesting_steem = vestingSteem(account.toJS(), gprops); - let delegated_steem = delegatedSteem(account.toJS(), gprops); + let vesting_steem = vestingSmoke(account.toJS(), gprops); + let delegated_steem = delegatedSmoke(account.toJS(), gprops); let isMyAccount = current_user && current_user.get('username') === account.get('name'); @@ -127,7 +127,7 @@ class UserWallet extends React.Component { if (savings_withdraws) { savings_withdraws.forEach(withdraw => { const [amount, asset] = withdraw.get('amount').split(' '); - if (asset === 'STEEM') + if (asset === 'SMOKE') savings_pending += parseFloat(amount); else { if (asset === 'SBD') @@ -172,7 +172,7 @@ class UserWallet extends React.Component { }, 0) / assetPrecision; const steemOrders = (!open_orders || !isMyAccount) ? 0 : open_orders.reduce((o, order) => { - if (order.sell_price.base.indexOf("STEEM") !== -1) { + if (order.sell_price.base.indexOf("SMOKE") !== -1) { o += order.for_sale; } return o; @@ -209,11 +209,11 @@ class UserWallet extends React.Component { }).filter(el => !!el).reverse(); let steem_menu = [ - {value: tt('g.transfer'), link: '#', onClick: showTransfer.bind(this, 'STEEM', 'Transfer to Account')}, + {value: tt('g.transfer'), link: '#', onClick: showTransfer.bind(this, 'SMOKE', 'Transfer to Account')}, { value: tt('userwallet_jsx.transfer_to_savings'), link: '#', - onClick: showTransfer.bind(this, 'STEEM', 'Transfer to Savings') + onClick: showTransfer.bind(this, 'SMOKE', 'Transfer to Savings') }, { value: tt('userwallet_jsx.power_up'), @@ -232,15 +232,15 @@ class UserWallet extends React.Component { onClick: showTransfer.bind(this, 'SBD', 'Transfer to Savings') }, {value: tt('userwallet_jsx.market'), link: '/market'}, - {value: tt('userwallet_jsx.convert_to_LIQUID_TOKEN', {LIQUID_TOKEN}), link: '#', onClick: convertToSteem}, + {value: tt('userwallet_jsx.convert_to_LIQUID_TOKEN', {LIQUID_TOKEN}), link: '#', onClick: convertToSmoke}, ] if (isMyAccount) { steem_menu.push({ value: tt('g.buy'), link: '#', - onClick: onShowDepositSteem.bind(this, current_user.get('username')) + onClick: onShowDepositSmoke.bind(this, current_user.get('username')) }); - steem_menu.push({value: tt('g.sell'), link: '#', onClick: onShowWithdrawSteem}); + steem_menu.push({value: tt('g.sell'), link: '#', onClick: onShowWithdrawSmoke}); steem_menu.push({value: tt('userwallet_jsx.market'), link: '/market'}); power_menu.push({ value: tt('g.buy'), @@ -266,14 +266,14 @@ class UserWallet extends React.Component { const received_power_balance_str = (delegated_steem < 0 ? '+' : '') + numberWithCommas((-delegated_steem).toFixed(3)); const sbd_balance_str = numberWithCommas('$' + sbd_balance.toFixed(3)); // formatDecimal(account.sbd_balance, 3) const sbd_orders_balance_str = numberWithCommas('$' + sbdOrders.toFixed(3)); - const savings_balance_str = numberWithCommas(saving_balance_steem.toFixed(3) + ' STEEM'); + const savings_balance_str = numberWithCommas(saving_balance_steem.toFixed(3) + ' SMOKE'); const savings_sbd_balance_str = numberWithCommas('$' + sbd_balance_savings.toFixed(3)); const savings_menu = [ { value: tt('userwallet_jsx.withdraw_LIQUID_TOKEN', {LIQUID_TOKEN}), link: '#', - onClick: showTransfer.bind(this, 'STEEM', 'Savings Withdraw') + onClick: showTransfer.bind(this, 'SMOKE', 'Savings Withdraw') }, ]; const savings_sbd_menu = [ @@ -292,7 +292,7 @@ class UserWallet extends React.Component { const reward_steem = parseFloat(account.get('reward_steem_balance').split(' ')[0]) > 0 ? account.get('reward_steem_balance') : null; const reward_sbd = parseFloat(account.get('reward_sbd_balance').split(' ')[0]) > 0 ? account.get('reward_sbd_balance') : null; - const reward_sp = parseFloat(account.get('reward_vesting_steem').split(' ')[0]) > 0 ? account.get('reward_vesting_steem').replace('STEEM', 'SP') : null; + const reward_sp = parseFloat(account.get('reward_vesting_steem').split(' ')[0]) > 0 ? account.get('reward_vesting_steem').replace('SMOKE', 'SP') : null; let rewards = []; if (reward_steem) rewards.push(reward_steem); @@ -327,38 +327,27 @@ class UserWallet extends React.Component { } return (
      - {claimbox} -
      -
      - {isMyAccount ? : -

      {tt('g.balances')}


      } -
      - {
      - {isMyAccount && } -
      } -
      - STEEM + SMOKE
      {isMyAccount ? - : steem_balance_str + ' STEEM'} + : steem_balance_str + ' SMOKE'} {steemOrders ?
      (+{steem_orders_balance_str} STEEM) + t={tt('market_jsx.open_orders')}>(+{steem_orders_balance_str} SMOKE)
      : null}
      - STEEM POWER + SMOKE POWER {delegated_steem != 0 ? {tt('tips_js.part_of_your_steem_power_is_currently_delegated')} : null} @@ -366,17 +355,17 @@ class UserWallet extends React.Component {
      {isMyAccount ? - : power_balance_str + ' STEEM'} + : power_balance_str + ' SMOKE'} {delegated_steem != 0 ?
      ({received_power_balance_str} STEEM) + t="SMOKE POWER delegated to this account">({received_power_balance_str} SMOKE)
      : null}
      - STEEM DOLLARS + SMOKE DOLLARS
      {sbdMessage}
      @@ -389,49 +378,6 @@ class UserWallet extends React.Component { {conversions}
      -
      -
      - {tt('userwallet_jsx.savings')} -
      - {tt('transfer_jsx.balance_subject_to_3_day_withdraw_waiting_period')} - {tt('transfer_jsx.asset_currently_collecting', { - asset: DEBT_TOKENS, - interest: sbdInterest - })} -
      -
      -
      - {isMyAccount ? - - : savings_balance_str} -
      - {isMyAccount ? - - : savings_sbd_balance_str} -
      -
      -
      -
      - {tt('userwallet_jsx.estimated_account_value')} -
      {tt('tips_js.estimated_value', {LIQUID_TOKEN})}
      -
      -
      - {estimate_output} -
      -
      -
      -
      - {isWithdrawScheduled && - {tt('userwallet_jsx.next_power_down_is_scheduled_to_happen')}  .} - {/*toggleDivestError &&
      {toggleDivestError}
      */} - -
      -
      {disabledWarning &&
      @@ -472,7 +418,7 @@ export default connect( const feed_price = state.global.get('feed_price') if (feed_price && feed_price.has('base') && feed_price.has('quote')) { const {base, quote} = feed_price.toJS() - if (/ SBD$/.test(base) && / STEEM$/.test(quote)) + if (/ SBD$/.test(base) && / SMOKE$/.test(quote)) price_per_steem = parseFloat(base.split(' ')[0]) } const savings_withdraws = state.user.get('savings_withdraws') @@ -508,9 +454,9 @@ export default connect( successCallback, })) }, - convertToSteem: (e) => { + convertToSmoke: (e) => { e.preventDefault() - const name = 'convertToSteem'; + const name = 'convertToSmoke'; dispatch(g.actions.showDialog({name})) }, showChangePassword: (username) => { diff --git a/src/app/components/pages/About.jsx b/src/app/components/pages/About.jsx index 58e6b1a..9256ab8 100644 --- a/src/app/components/pages/About.jsx +++ b/src/app/components/pages/About.jsx @@ -17,7 +17,7 @@ class About extends React.Component { {tt('about_jsx.learn_more_at_app_url', {APP_URL})}.

      {tt('about_jsx.resources')}

      -

      {tt('navigation.APP_NAME_whitepaper', {APP_NAME})} [PDF]

      diff --git a/src/app/components/pages/Approval.jsx b/src/app/components/pages/Approval.jsx index a37d261..329cd75 100644 --- a/src/app/components/pages/Approval.jsx +++ b/src/app/components/pages/Approval.jsx @@ -22,7 +22,7 @@ class Approval extends React.Component {

      Thanks for confirming your email!

      After validating your sign up request with us we'll look it over for approval. As soon as your turn is up and you're approved, you'll be sent a link to finalize your account!

      -

      You'll be among the earliest members of the Steemit community!

      +

      You'll be among the earliest members of the Smoke community!

      } else { body =
      @@ -32,7 +32,7 @@ class Approval extends React.Component { validation link.

      After validating your sign up request with us we'll look it over for approval. As soon as your turn is up and you're approved, you'll be sent a link to finalize your account!

      -

      You'll be among the earliest members of the Steemit community!

      +

      You'll be among the earliest members of the Smoke community!

      } return ( diff --git a/src/app/components/pages/CreateAccount.jsx b/src/app/components/pages/CreateAccount.jsx index 823ea3d..e17fd48 100644 --- a/src/app/components/pages/CreateAccount.jsx +++ b/src/app/components/pages/CreateAccount.jsx @@ -181,7 +181,7 @@ class CreateAccount extends React.Component {

      -

      Membership to Steemit.com is now under invitation only because of unexpectedly high sign up +

      Membership to Smoke.com is now under invitation only because of unexpectedly high sign up rate.

      @@ -193,7 +193,7 @@ class CreateAccount extends React.Component {

      Cryptography test failed

      -

      We will be unable to create your Steem account with this browser.

      +

      We will be unable to create your Smoke account with this browser.

      The latest versions of Chrome and Firefox are well tested and known to work with smoke.io.

      @@ -209,7 +209,7 @@ class CreateAccount extends React.Component {

      You need to Logout before you can create another account.

      -

      Please note that Steemit can only register one account per verified user.

      +

      Please note that Smoke can only register one account per verified user.

      ; @@ -253,20 +253,20 @@ class CreateAccount extends React.Component {
      -

      Please read the Steemit Rules and fill in the form below to create your Steemit account

      +

      Please read the Smoke Rules and fill in the form below to create your Smoke account

      {/**/} {showRules ?

      - The first rule of Steemit is: Do not lose your password.
      - The second rule of Steemit is: Do not lose your password.
      - The third rule of Steemit is: We cannot recover your password, or your account if you + The first rule of Smoke is: Do not lose your password.
      + The second rule of Smoke is: Do not lose your password.
      + The third rule of Smoke is: We cannot recover your password, or your account if you lose your password.
      The forth rule: Do not tell anyone your password.
      The fifth rule: Always back up your password.

      Seriously, we are, for technical reasons, entirely unable to gain - access to an account without knowing the password. Steemit is a + access to an account without knowing the password. Smoke is a new model, entirely unlike other sites on the Internet. It's not simply policy: We cannot recover your account or password if you lose it. @@ -283,7 +283,7 @@ class CreateAccount extends React.Component {


      : }
      diff --git a/src/app/components/pages/Market.jsx b/src/app/components/pages/Market.jsx index 075af98..51eb366 100644 --- a/src/app/components/pages/Market.jsx +++ b/src/app/components/pages/Market.jsx @@ -43,8 +43,8 @@ class Market extends React.Component { componentWillReceiveProps(np) { if (!this.props.ticker && np.ticker) { const {lowest_ask, highest_bid} = np.ticker; - if (this.refs.buySteem_price) this.refs.buySteem_price.value = parseFloat(lowest_ask).toFixed(6); - if (this.refs.sellSteem_price) this.refs.sellSteem_price.value = parseFloat(highest_bid).toFixed(6); + if (this.refs.buySmoke_price) this.refs.buySmoke_price.value = parseFloat(lowest_ask).toFixed(6); + if (this.refs.sellSmoke_price) this.refs.sellSmoke_price.value = parseFloat(highest_bid).toFixed(6); } } @@ -80,12 +80,12 @@ class Market extends React.Component { return tc || bc || oc; } - buySteem = (e) => { + buySmoke = (e) => { e.preventDefault() const {placeOrder, user} = this.props if (!user) return - const amount_to_sell = parseFloat(ReactDOM.findDOMNode(this.refs.buySteem_total).value) - const min_to_receive = parseFloat(ReactDOM.findDOMNode(this.refs.buySteem_amount).value) + const amount_to_sell = parseFloat(ReactDOM.findDOMNode(this.refs.buySmoke_total).value) + const min_to_receive = parseFloat(ReactDOM.findDOMNode(this.refs.buySmoke_amount).value) const price = (amount_to_sell / min_to_receive).toFixed(6) const {lowest_ask} = this.props.ticker; placeOrder(user, `${amount_to_sell} ${DEBT_TICKER}`, `${min_to_receive} ${LIQUID_TICKER}`, `${CURRENCY_SIGN}${price}/${LIQUID_TICKER}`, !!this.state.buy_price_warning, lowest_ask, (msg) => { @@ -93,12 +93,12 @@ class Market extends React.Component { this.props.reload(user) }) } - sellSteem = (e) => { + sellSmoke = (e) => { e.preventDefault() const {placeOrder, user} = this.props if (!user) return - const min_to_receive = parseFloat(ReactDOM.findDOMNode(this.refs.sellSteem_total).value) - const amount_to_sell = parseFloat(ReactDOM.findDOMNode(this.refs.sellSteem_amount).value) + const min_to_receive = parseFloat(ReactDOM.findDOMNode(this.refs.sellSmoke_total).value) + const amount_to_sell = parseFloat(ReactDOM.findDOMNode(this.refs.sellSmoke_amount).value) const price = (min_to_receive / amount_to_sell).toFixed(6) const {highest_bid} = this.props.ticker; placeOrder(user, `${amount_to_sell} ${LIQUID_TICKER}`, `${min_to_receive} ${DEBT_TICKER}`, `${CURRENCY_SIGN}${price}/${LIQUID_TICKER}`, !!this.state.sell_price_warning, highest_bid, (msg) => { @@ -119,17 +119,17 @@ class Market extends React.Component { setFormPrice = (price) => { const p = parseFloat(price) - this.refs.sellSteem_price.value = p.toFixed(6) - this.refs.buySteem_price.value = p.toFixed(6) + this.refs.sellSmoke_price.value = p.toFixed(6) + this.refs.buySmoke_price.value = p.toFixed(6) - const samount = parseFloat(this.refs.sellSteem_amount.value) - if (samount >= 0) this.refs.sellSteem_total.value = roundDown(p * samount, 3) + const samount = parseFloat(this.refs.sellSmoke_amount.value) + if (samount >= 0) this.refs.sellSmoke_total.value = roundDown(p * samount, 3) - const bamount = parseFloat(this.refs.buySteem_amount.value) - if (bamount >= 0) this.refs.buySteem_total.value = roundUp(p * bamount, 3) + const bamount = parseFloat(this.refs.buySmoke_amount.value) + if (bamount >= 0) this.refs.buySmoke_total.value = roundUp(p * bamount, 3) - this.validateBuySteem() - this.validateSellSteem() + this.validateBuySmoke() + this.validateSellSmoke() } percentDiff = (marketPrice, userPrice) => { @@ -137,19 +137,19 @@ class Market extends React.Component { return 100 * (userPrice - marketPrice) / (marketPrice) } - validateBuySteem = () => { - const amount = parseFloat(this.refs.buySteem_amount.value) - const price = parseFloat(this.refs.buySteem_price.value) - const total = parseFloat(this.refs.buySteem_total.value) + validateBuySmoke = () => { + const amount = parseFloat(this.refs.buySmoke_amount.value) + const price = parseFloat(this.refs.buySmoke_price.value) + const total = parseFloat(this.refs.buySmoke_total.value) const valid = (amount > 0 && price > 0 && total > 0) const {lowest_ask} = this.props.ticker; this.setState({buy_disabled: !valid, buy_price_warning: valid && this.percentDiff(lowest_ask, price) > 15}); } - validateSellSteem = () => { - const amount = parseFloat(this.refs.sellSteem_amount.value) - const price = parseFloat(this.refs.sellSteem_price.value) - const total = parseFloat(this.refs.sellSteem_total.value) + validateSellSmoke = () => { + const amount = parseFloat(this.refs.sellSmoke_amount.value) + const price = parseFloat(this.refs.sellSmoke_price.value) + const total = parseFloat(this.refs.sellSmoke_total.value) const valid = (amount > 0 && price > 0 && total > 0) const {highest_bid} = this.props.ticker; this.setState({sell_disabled: !valid, sell_price_warning: valid && this.percentDiff(highest_bid, price) < -15}); @@ -157,8 +157,8 @@ class Market extends React.Component { render() { const { - sellSteem, buySteem, cancelOrderClick, setFormPrice, - validateBuySteem, validateSellSteem + sellSmoke, buySmoke, cancelOrderClick, setFormPrice, + validateBuySmoke, validateSellSmoke } = this const { buy_disabled, sell_disabled, @@ -338,7 +338,7 @@ class Market extends React.Component {

      {tt('navigation.buy_LIQUID_TOKEN', {LIQUID_TOKEN})}

      -
      +
      @@ -349,11 +349,11 @@ class Market extends React.Component { { - const amount = parseFloat(this.refs.buySteem_amount.value) - const price = parseFloat(this.refs.buySteem_price.value) - if (amount >= 0 && price >= 0) this.refs.buySteem_total.value = roundUp(price * amount, 3) - validateBuySteem() + ref="buySmoke_price" placeholder="0.0" onChange={e => { + const amount = parseFloat(this.refs.buySmoke_amount.value) + const price = parseFloat(this.refs.buySmoke_price.value) + if (amount >= 0 && price >= 0) this.refs.buySmoke_total.value = roundUp(price * amount, 3) + validateBuySmoke() }}/> {`${DEBT_TOKEN_SHORT}/${LIQUID_TOKEN}`} @@ -367,12 +367,12 @@ class Market extends React.Component {
      - { - const price = parseFloat(this.refs.buySteem_price.value) - const amount = parseFloat(this.refs.buySteem_amount.value) - if (price >= 0 && amount >= 0) this.refs.buySteem_total.value = roundUp(price * amount, 3) - validateBuySteem() + const price = parseFloat(this.refs.buySmoke_price.value) + const amount = parseFloat(this.refs.buySmoke_amount.value) + if (price >= 0 && amount >= 0) this.refs.buySmoke_total.value = roundUp(price * amount, 3) + validateBuySmoke() }}/> {LIQUID_TOKEN}
      @@ -385,12 +385,12 @@ class Market extends React.Component {
      - { - const price = parseFloat(this.refs.buySteem_price.value) - const total = parseFloat(this.refs.buySteem_total.value) - if (total >= 0 && price >= 0) this.refs.buySteem_amount.value = roundUp(total / price, 3) - validateBuySteem() + const price = parseFloat(this.refs.buySmoke_price.value) + const total = parseFloat(this.refs.buySmoke_total.value) + if (total >= 0 && price >= 0) this.refs.buySmoke_amount.value = roundUp(total / price, 3) + validateBuySmoke() }}/> {`${DEBT_TOKEN_SHORT} (${CURRENCY_SIGN})`} @@ -410,11 +410,11 @@ class Market extends React.Component { { e.preventDefault(); - const price = parseFloat(this.refs.buySteem_price.value) + const price = parseFloat(this.refs.buySmoke_price.value) const total = account.sbd_balance.split(' ')[0] - this.refs.buySteem_total.value = total - if (price >= 0) this.refs.buySteem_amount.value = roundDown(parseFloat(total) / price, 3).toFixed(3) - validateBuySteem() + this.refs.buySmoke_total.value = total + if (price >= 0) this.refs.buySmoke_amount.value = roundDown(parseFloat(total) / price, 3).toFixed(3) + validateBuySmoke() }}>{tt('market_jsx.available')}: {account.sbd_balance.replace('SBD', DEBT_TOKEN_SHORT)}
      } @@ -423,11 +423,11 @@ class Market extends React.Component { { e.preventDefault(); - const amount = parseFloat(this.refs.buySteem_amount.value) + const amount = parseFloat(this.refs.buySmoke_amount.value) const price = parseFloat(ticker.lowest_ask) - this.refs.buySteem_price.value = ticker.lowest_ask - if (amount >= 0) this.refs.buySteem_total.value = roundUp(amount * price, 3).toFixed(3) - validateBuySteem() + this.refs.buySmoke_price.value = ticker.lowest_ask + if (amount >= 0) this.refs.buySmoke_total.value = roundUp(amount * price, 3).toFixed(3) + validateBuySmoke() }}>{tt('market_jsx.lowest_ask')}: {ticker.lowest_ask.toFixed(6)}
      @@ -441,7 +441,7 @@ class Market extends React.Component {

      {tt('navigation.sell_LIQUID_TOKEN', {LIQUID_TOKEN})}

      - +
      @@ -451,11 +451,11 @@ class Market extends React.Component { { - const amount = parseFloat(this.refs.sellSteem_amount.value) - const price = parseFloat(this.refs.sellSteem_price.value) - if (amount >= 0 && price >= 0) this.refs.sellSteem_total.value = roundDown(price * amount, 3) - validateSellSteem() + ref="sellSmoke_price" placeholder="0.0" onChange={e => { + const amount = parseFloat(this.refs.sellSmoke_amount.value) + const price = parseFloat(this.refs.sellSmoke_price.value) + if (amount >= 0 && price >= 0) this.refs.sellSmoke_total.value = roundDown(price * amount, 3) + validateSellSmoke() }}/> {`${DEBT_TOKEN_SHORT}/${LIQUID_TOKEN}`} @@ -469,12 +469,12 @@ class Market extends React.Component {
      - { - const price = parseFloat(this.refs.sellSteem_price.value) - const amount = parseFloat(this.refs.sellSteem_amount.value) - if (price >= 0 && amount >= 0) this.refs.sellSteem_total.value = roundDown(price * amount, 3) - validateSellSteem() + const price = parseFloat(this.refs.sellSmoke_price.value) + const amount = parseFloat(this.refs.sellSmoke_amount.value) + if (price >= 0 && amount >= 0) this.refs.sellSmoke_total.value = roundDown(price * amount, 3) + validateSellSmoke() }}/> {LIQUID_TOKEN}
      @@ -487,12 +487,12 @@ class Market extends React.Component {
      - { - const price = parseFloat(this.refs.sellSteem_price.value) - const total = parseFloat(this.refs.sellSteem_total.value) - if (price >= 0 && total >= 0) this.refs.sellSteem_amount.value = roundUp(total / price, 3) - validateSellSteem() + const price = parseFloat(this.refs.sellSmoke_price.value) + const total = parseFloat(this.refs.sellSmoke_total.value) + if (price >= 0 && total >= 0) this.refs.sellSmoke_amount.value = roundUp(total / price, 3) + validateSellSmoke() }}/> {`${DEBT_TOKEN_SHORT} (${CURRENCY_SIGN})`} @@ -510,22 +510,22 @@ class Market extends React.Component { }
      @@ -621,7 +621,7 @@ module.exports = { })) }, placeOrder: (owner, amount_to_sell, min_to_receive, effectivePrice, priceWarning, marketPrice, successCallback, fill_or_kill = false, expiration = DEFAULT_EXPIRE) => { - // create_order jsc 12345 "1.000 SBD" "100.000 STEEM" true 1467122240 false + // create_order jsc 12345 "1.000 SBD" "100.000 SMOKE" true 1467122240 false // Padd amounts to 3 decimal places amount_to_sell = amount_to_sell.replace(amount_to_sell.split(' ')[0], diff --git a/src/app/components/pages/PickAccount.jsx b/src/app/components/pages/PickAccount.jsx index f11ee4f..fbb4f67 100644 --- a/src/app/components/pages/PickAccount.jsx +++ b/src/app/components/pages/PickAccount.jsx @@ -117,7 +117,7 @@ class PickAccount extends React.Component {

      Browser Out of Date

      -

      We will be unable to create your Steem account with this browser.

      +

      We will be unable to create your Smoke account with this browser.

      The latest versions of Chrome and Firefox are well-tested and known to work well with smoke.io.

      @@ -132,7 +132,7 @@ class PickAccount extends React.Component {

      You need to Logout before you can create an additional account.

      -

      Please note that Steemit can only register one account per verified user.

      +

      Please note that Smoke can only register one account per verified user.

      ; @@ -170,7 +170,7 @@ class PickAccount extends React.Component { //
      //
      //

      Our records indicate that you already have steem account: {existingUserAccount}

      - //

      In order to prevent abuse Steemit can only register one account per verified user.

      + //

      In order to prevent abuse Smoke can only register one account per verified user.

      //

      You can either login to your existing account // or send us email if you need a new account.

      //
      @@ -203,7 +203,7 @@ class PickAccount extends React.Component {

      -

      Welcome to Steemit

      +

      Welcome to Smoke

      Your account name is how you will be known on smoke.io.
      {/*Your account name can never be changed, so please choose carefully.*/} diff --git a/src/app/components/pages/Privacy.jsx b/src/app/components/pages/Privacy.jsx index 6d9126d..15e8a12 100644 --- a/src/app/components/pages/Privacy.jsx +++ b/src/app/components/pages/Privacy.jsx @@ -5,14 +5,14 @@ class Privacy extends React.Component { return (

      -

      Steemit, Inc Privacy Policy

      +

      Smoke, Inc Privacy Policy

      Effective April 1, 2016

      1 - We want you to understand how and why Steemit, Inc (“Steemit,” “we” or “us”) collects, uses, + We want you to understand how and why Smoke, Inc (“Smoke,” “we” or “us”) collects, uses, and shares information about you when - you access and use Steemit’s websites, mobile apps, widgets, and other online products and + you access and use Smoke’s websites, mobile apps, widgets, and other online products and services (collectively, the "Services") or when you otherwise interact with us.

      @@ -41,7 +41,7 @@ class Privacy extends React.Component {

      Transactional Information

      4 - If you purchase products or services from us (e.g., Steem Power), we will collect certain + If you purchase products or services from us (e.g., Smoke Power), we will collect certain information from you, including your name, address, email address, and information about the product or service you are purchasing. Payments are processed by third-party @@ -127,9 +127,9 @@ class Privacy extends React.Component { We use information about you to:

      • Provide, maintain, and improve the Services;
      • -
      • Help protect the safety of Steemit and our users, which includes blocking suspected +
      • Help protect the safety of Smoke and our users, which includes blocking suspected spammers, addressing abuse, and - enforcing the Steemit user agreement and the Terms of Service; + enforcing the Smoke user agreement and the Terms of Service;
      • Send you technical notices, updates, security alerts, invoices and other support and administrative messages; @@ -165,7 +165,7 @@ class Privacy extends React.Component {
      • When other users view your profile, they will be able to see information about your activities on the Services, such as your - username, prior posts and comments, Steem Power, and how long you have been a member + username, prior posts and comments, Smoke Power, and how long you have been a member of the Services.
      @@ -206,10 +206,10 @@ class Privacy extends React.Component { harm to a person;
    • We may share information if we believe your actions are inconsistent with our user - agreements, or other Steemit policies, or + agreements, or other Smoke policies, or to protect the rights, property, and safety of ourselves and others;
    • -
    • We may share information between and among Steemit, and its current and future +
    • We may share information between and among Smoke, and its current and future parents, affiliates, subsidiaries, and other companies under common control and ownership; and
    • @@ -243,11 +243,11 @@ class Privacy extends React.Component { 17 Our ad partners and network may use cookies and use related technologies to collect information when ads are delivered to you on our - Services, but Steemit does not link to or provide your actual Steemit account details to + Services, but Smoke does not link to or provide your actual Smoke account details to these advertising partners. This means that - Steemit does not share your individual account browsing habits with advertisers. Steemit + Smoke does not share your individual account browsing habits with advertisers. Smoke cannot see advertisers’ cookies and - advertisers will not see Steemit cookies. + advertisers will not see Smoke cookies.

      @@ -281,7 +281,7 @@ class Privacy extends React.Component {

      Children under 13

      21 - Although we welcome users from all walks of life, Steemit is not intended or directed at + Although we welcome users from all walks of life, Smoke is not intended or directed at individuals under the age of 13. Therefore, individuals under the age of 13 may not create an account or otherwise access or use the Services. @@ -291,7 +291,7 @@ class Privacy extends React.Component {

      Your Choices

      22 - As a Steemit user, you have choices about how to protect and limit the collection, use, and + As a Smoke user, you have choices about how to protect and limit the collection, use, and disclosure of, information about you. This includes:

      @@ -318,7 +318,7 @@ class Privacy extends React.Component { visible to others, unless you delete such content. We may also retain certain information about you as required by law or for legitimate business purposes after you delete your account. Any information that has been - published to the Steem blockchain will + published to the Smoke blockchain will also remain indefinitely.

      @@ -356,7 +356,7 @@ class Privacy extends React.Component { accepted standard on how to respond to web browsers’ DNT signals. When you have DNT enabled, we may still use information collected for analytics and measurement purposes or to otherwise provide our Services (e.g., - Steemit.com buttons), but we will not load any + Smoke.com buttons), but we will not load any third-party trackers. You may, however, opt out of having information about you collected and used for behavioral advertising purposes, as described above. @@ -396,7 +396,7 @@ class Privacy extends React.Component {

      31 - Steemit complies with the U.S.-E.U. and U.S.-Swiss Safe Harbor Privacy Principles of notice, + Smoke complies with the U.S.-E.U. and U.S.-Swiss Safe Harbor Privacy Principles of notice, choice, onward transfer, security, data integrity, access, and enforcement. Despite an adverse judgment by the European Court of Justice on October 6, 2015, the U.S. diff --git a/src/app/components/pages/Tos.jsx b/src/app/components/pages/Tos.jsx index 41e7fe2..ef61147 100644 --- a/src/app/components/pages/Tos.jsx +++ b/src/app/components/pages/Tos.jsx @@ -5,46 +5,46 @@ class Tos extends React.Component { return (

      -

      Steemit Terms of Service

      +

      Smoke Terms of Service

      Last Updated April 28, 2016

      Welcome to Steemit! These Terms of Service (“Terms”) apply to your access to and use of Steemit.com and any other products or services that link to these Terms (“Steemit”). Steemit is provided by Steemit, Inc. (“Steemit”, “Welcome to Smoke! These Terms of Service (“Terms”) apply to your access to and use of Smoke.com and any other products or services that link to these Terms (“Smoke”). Smoke is provided by Smoke, Inc. (“Smoke”, “we” - or “us”). By accessing or using Steemit, you agree to be bound by these Terms. If you do not agree to these Terms, including the mandatory arbitration provision and class action waiver in Section 14, do not access or use Steemit. If we make changes to these Terms, we will provide notice of those changes by updating the “Last Updated” date above or posting notice on Steemit. Your continued use of Steemit will confirm your acceptance of the changes. -

      You understand and agree that these Terms apply solely to your access to, and use of, Steemit and that, when you use other Steemit services such as Steemit.com or Steemitgifts.com, the terms and policies particular to those services apply. + or “us”). By accessing or using Smoke, you agree to be bound by these Terms. If you do not agree to these Terms, including the mandatory arbitration provision and class action waiver in Section 14, do not access or use Smoke. If we make changes to these Terms, we will provide notice of those changes by updating the “Last Updated” date above or posting notice on Smoke. Your continued use of Smoke will confirm your acceptance of the changes. +

      You understand and agree that these Terms apply solely to your access to, and use of, Smoke and that, when you use other Smoke services such as Smoke.com or Smokegifts.com, the terms and policies particular to those services apply.

      1. Privacy Policy

      Please refer to our Privacy Policy for information about how we collect, use and disclose information about you.

      2. Eligibility

      Steemit is not targeted towards, nor intended for use by, anyone under the age of 13. You must be at least 13 years of age to access or use Steemit. If you are between 13 and 18 years of age (or the age of legal majority where you reside), you may only access or use Steemit under the supervision of a parent or legal guardian who agrees to be bound by these Terms. + className="c1">Smoke is not targeted towards, nor intended for use by, anyone under the age of 13. You must be at least 13 years of age to access or use Smoke. If you are between 13 and 18 years of age (or the age of legal majority where you reside), you may only access or use Smoke under the supervision of a parent or legal guardian who agrees to be bound by these Terms.

      3. Copyright and Limited License

      Steemit contains data, text, photographs, images, video, audio, graphics, articles, comments, software, code, scripts and other content supplied by us, the Steem blockchain or our licensors, which we call “Steemit Content.” Steemit Content is protected by intellectual property laws, including copyright and other proprietary rights of the United States and foreign countries. Except as explicitly stated in these Terms, Steemit does not grant any express or implied rights to use Steemit Content. -

      You are granted a limited, nonexclusive, non-transferable, and non-sublicensable license to access and use Steemit and Steemit Content for your personal, non-commercial use. This license is subject to these Terms and does not include any right to: (a) distribute, publicly perform or publicly display any Steemit Content; (b) modify or otherwise make any derivative uses of Steemit or Steemit Content, or any portion thereof; (c) use any data mining, robots or similar data gathering or extraction methods; and (d) use Steemit or Steemit Content other than for their intended purposes. Any use of Steemit or Steemit Content other than as authorized in these Terms is strictly prohibited and will terminate the license granted herein. This license is revocable at any time. + className="c0">Smoke contains data, text, photographs, images, video, audio, graphics, articles, comments, software, code, scripts and other content supplied by us, the Smoke blockchain or our licensors, which we call “Smoke Content.” Smoke Content is protected by intellectual property laws, including copyright and other proprietary rights of the United States and foreign countries. Except as explicitly stated in these Terms, Smoke does not grant any express or implied rights to use Smoke Content. +

      You are granted a limited, nonexclusive, non-transferable, and non-sublicensable license to access and use Smoke and Smoke Content for your personal, non-commercial use. This license is subject to these Terms and does not include any right to: (a) distribute, publicly perform or publicly display any Smoke Content; (b) modify or otherwise make any derivative uses of Smoke or Smoke Content, or any portion thereof; (c) use any data mining, robots or similar data gathering or extraction methods; and (d) use Smoke or Smoke Content other than for their intended purposes. Any use of Smoke or Smoke Content other than as authorized in these Terms is strictly prohibited and will terminate the license granted herein. This license is revocable at any time.

      4. Adult-Oriented Content

      Steemit is intended for a general audience and, as a result, some Steemit Content may discuss or depict adult-oriented topics. We realize that this content may not be appropriate or desirable for some of our readers depending on their current location, age, background or personal views. As a result, we mark this content as Not Safe For Work (“Smoke is intended for a general audience and, as a result, some Smoke Content may discuss or depict adult-oriented topics. We realize that this content may not be appropriate or desirable for some of our readers depending on their current location, age, background or personal views. As a result, we mark this content as Not Safe For Work (“NSFW”).

      Marking Steemit Content as NSFW does not prevent you from being able to access this content but, instead, helps you make informed decisions about the type of content you view on Steemit. You understand and agree that you access content marked as NSFW at your own risk. + className="c1">Marking Smoke Content as NSFW does not prevent you from being able to access this content but, instead, helps you make informed decisions about the type of content you view on Smoke. You understand and agree that you access content marked as NSFW at your own risk.

      5. Trademarks

      “Steem,” “ - Steemit,” the Steemit logo and any other product or service names, logos or slogans that may appear on Steemit are trademarks of Steemit and may not be copied, imitated or used, in whole or in part, without our prior written permission. You may not use any metatags or other “ - hidden text” utilizing “Steemit” or any other name, trademark or product or service name of Steemit without our prior written permission. In addition, the look and feel of Steemit, including, without limitation, all page headers, custom graphics, button icons and scripts, constitute the service mark, trademark or trade dress of Steemit and may not be copied, imitated or used, in whole or in part, without our prior written permission. All other trademarks, registered trademarks, product names and company names or logos mentioned or used on Steemit are the property of their respective owners and may not be copied, imitated or used, in whole or in part, without the permission of the applicable trademark holder. Reference to any products, services, processes or other information by name, trademark, manufacturer, supplier or otherwise does not constitute or imply endorsement, sponsorship or recommendation by Steemit.                                         + className="c1">“Smoke,” “ + Smoke,” the Smoke logo and any other product or service names, logos or slogans that may appear on Smoke are trademarks of Smoke and may not be copied, imitated or used, in whole or in part, without our prior written permission. You may not use any metatags or other “ + hidden text” utilizing “Smoke” or any other name, trademark or product or service name of Smoke without our prior written permission. In addition, the look and feel of Smoke, including, without limitation, all page headers, custom graphics, button icons and scripts, constitute the service mark, trademark or trade dress of Smoke and may not be copied, imitated or used, in whole or in part, without our prior written permission. All other trademarks, registered trademarks, product names and company names or logos mentioned or used on Smoke are the property of their respective owners and may not be copied, imitated or used, in whole or in part, without the permission of the applicable trademark holder. Reference to any products, services, processes or other information by name, trademark, manufacturer, supplier or otherwise does not constitute or imply endorsement, sponsorship or recommendation by Smoke.                                        

      6. Assumption of Risk, Limitations on Liability & Indemnity

      6.1.   - You accept and acknowledge that there are risks associated with utilizing an Internet- based STEEM account service including, but not limited to, the risk of failure of hardware, software and Internet connections, the risk of malicious software introduction, and the risk that third parties may obtain unauthorized access to information stored within your Account, including, but not limited to your Private Key (as defined below at 10.2.). You accept and acknowledge that Steemit will not be responsible for any communication failures, disruptions, errors, distortions or delays you may experience when using the Services, however caused.         + You accept and acknowledge that there are risks associated with utilizing an Internet- based SMOKE account service including, but not limited to, the risk of failure of hardware, software and Internet connections, the risk of malicious software introduction, and the risk that third parties may obtain unauthorized access to information stored within your Account, including, but not limited to your Private Key (as defined below at 10.2.). You accept and acknowledge that Smoke will not be responsible for any communication failures, disruptions, errors, distortions or delays you may experience when using the Services, however caused.        

      6.2.  We will use reasonable endeavours to verify the accuracy of any information on the Service but we make no representation or warranty of any kind, express or implied, statutory or otherwise, regarding the contents of the Service, information and functions made accessible through the Service, any hyperlinks to third party websites, nor for any breach of security associated with the transmission of information through the Service or any website linked to by the Service.                                                 -

      6.3.  We will not be responsible or liable to you for any loss and take no responsibility for and will not be liable to you for any use of our Services, including but not limited to any losses, damages or claims arising from: (a) User error such as forgotten passwords, incorrectly constructed transactions, or mistyped STEEM addresses; (b) Server failure or data loss; (c) Corrupted Account files; (d) Unauthorized access to applications; (e) Any unauthorized third party activities, including without limitation the use of viruses, phishing, bruteforcing or other means of attack against the Service or Services.                                                                 +

      6.3.  We will not be responsible or liable to you for any loss and take no responsibility for and will not be liable to you for any use of our Services, including but not limited to any losses, damages or claims arising from: (a) User error such as forgotten passwords, incorrectly constructed transactions, or mistyped SMOKE addresses; (b) Server failure or data loss; (c) Corrupted Account files; (d) Unauthorized access to applications; (e) Any unauthorized third party activities, including without limitation the use of viruses, phishing, bruteforcing or other means of attack against the Service or Services.                                                                

      6.4.  We make no warranty that the Service or the server that makes it available, are free of viruses or errors, that its content is accurate, that it will be uninterrupted, or that defects will be corrected. We will not be responsible or liable to you for any loss of any kind, from action taken, or taken in reliance on material, or information, contained on the Service.                                        

      6.5.  Subject to 7.1 below, any and all indemnities, warranties, terms and conditions (whether express or implied) are hereby excluded to the fullest extent permitted under Luxembourg law.

      6.6.  We will not be liable, in contract, or tort (including, without limitation, negligence), other than where we have been fraudulent or made negligent misrepresentations.

      6.7.  Nothing in these Terms excludes or limits liability for death or personal injury caused by negligence, fraudulent misrepresentation, or any other liability which may not otherwise be limited or excluded under United States law. -

      7. Agreement to Hold Steemit Harmless

      7.1.  You agree to hold harmless Steemit (and each of our officers, directors, members, employees, agents and affiliates) from any claim, demand, action, damage, loss, cost or expense, including without limitation reasonable legal fees, arising out or relating to:         +

      7. Agreement to Hold Smoke Harmless

      7.1.  You agree to hold harmless Smoke (and each of our officers, directors, members, employees, agents and affiliates) from any claim, demand, action, damage, loss, cost or expense, including without limitation reasonable legal fees, arising out or relating to:        

      7.1.1.  Your use of, or conduct in connection with, our Services;

      9. Account Registration        

      9.1.  You need not use a Steemit Account. If you wish to use an Account, you must create an Account with Steemit to access the Services (“ + className="c1">9.1.  You need not use a Smoke Account. If you wish to use an Account, you must create an Account with Smoke to access the Services (“ Account”). When you create an Account, you are strongly advised to take the following precautions, as failure to do so may result in loss of access to, and/or control over, your Wallet: (a) Create a strong password that you do not use for any other website or online service; (b) Provide accurate and truthful information; (c) Maintain and promptly update your Account information; (d) maintain the security of your Account by protecting your Account password and access to your computer and your Account; (e) Promptly notify us if you discover or otherwise suspect any security breaches related to your Account.                

      9.2.  You hereby accept and acknowledge that you take responsibility for all activities that occur under your Account and accept all risks of any authorized or unauthorized access to your Account, to the maximum extent permitted by law.                                                                                                 

      10. The Steemit Services                 -

      10.1.  As described in more detail below, the Services, among other things, provide in-browser (or otherwise local) software that (a) generates and stores STEEM ACCOUNT Addresses and encrypted Private Keys (defined below), and (b) Facilitates the submission of STEEM transaction data to the Steem network without requiring you to access the STEEM command line interface.         -

      10.2.  Account Names and Private Keys. When you create an Account, the Services generate and store a cryptographic private and public key pair that you may use to send and receive STEEM and Steem Dollars via the Steem network.. The Private Key uniquely matches the Account Name and must be used in connection with the Account Name to authorize the transfer of STEEM and Steem Dollars from that Account. You are solely responsible for maintaining the security of your Private Key and any password phrase associated with your wallet. You must keep your Account, password phrase and Private Key access information secure. Failure to do so may result in the loss of control of Steem, Steem Power and Steem Dollars associated with the Wallet. -

      10.3.  No Password Retrieval. Steemit does not receive or store your Account password, nor the unencrypted keys and addresses. Therefore, we cannot assist you with Account password retrieval. Our Services provide you with tools to help you remember or recover your password, including by allowing you to set password hints, but the Services cannot generate a new password for your Account. You are solely responsible for remembering your Account password. If you have not safely stored a backup of any Account Names and password pairs maintained in your Account, you accept and acknowledge that any STEEM, Steem Dollars and Steem Power you have associated with such Account will become inaccessible if you do not have your Account password. -

      10.4.  Transactions. In order to be completed, all proposed Steem transactions must be confirmed and recorded in the Steem public ledger via the Steem distributed consensus network (a peer-to-peer economic network that operates on a cryptographic protocol), which is not owned, controlled or operated by Steemit. The Steem Network is operated by a decentralized network of independent third parties. Blockchain has no control over the Steem network and therefore cannot and does not ensure that any transaction details you submit via the Services will be confirmed via the Steem network. You acknowledge and agree that the transaction details you submit via the Services may not be completed, or may be substantially delayed, by the Steem network. You may use the Services to submit these details to the network.                                                          -

      10.5.  No Storage or Transmission of STEEM, Steem Dollars or Steem Power. Steem, in any of its forms (STEEM, Steem Dollars and Steem Power) is an intangible, digital asset. They exist only by virtue of the ownership record maintained in the Steem network. The Service does not store, send or receive Steem. Any transfer of title that might occur in any STEEM, Steem Dollars or Steem Power occurs on the decentralized ledger within the Steem network and not within the Services. We do not guarantee that the Service can effect the transfer of title or right in any Steem, Steem Dollars or Steem Power. -

      10.6.  Relationship. Nothing in these Terms is intended to nor shall create any partnership, joint venture, agency, consultancy or trusteeship, you and Steemit being with respect to one another independent contractors. -

      10.7.  Accuracy of Information. You represent and warrant that any information you provide via the Services is accurate and complete. You accept and acknowledge that Steemit is not responsible for any errors or omissions that you make in connection with any Steem transaction initiated via the Services, for instance, if you mistype an Account Name or otherwise provide incorrect information. We strongly encourage you to review your transaction details carefully before completing them via the Services. -

      10.8.  No Cancellations or Modifications. Once transaction details have been submitted to the Steem network via the Services, The Services cannot assist you to cancel or otherwise modify your transaction details. Steemit has no control over the Steem Network and does not have the ability to facilitate any cancellation or modification requests. -

      10.9.  Taxes. It is your responsibility to determine what, if any, taxes apply to the transactions you for which you have submitted transaction details via the Services, and it is your responsibility to report and remit the correct tax to the appropriate tax authority. You agree that Steemit is not responsible for determining whether taxes apply to your Steem transactions or for collecting, reporting, withholding or remitting any taxes arising from any Steem transactions.                                                                                                  -

      11. Fees for Using the Steemit Services

      11.1. Company Fees Creating an Account. Steemit does not currently charge fees for any Services, however we reserve the right to do so in future, and in such case any applicable fees will be displayed prior to you using any Service to which a fee applies. + className="c1 h">10. The Smoke Services                 +

      10.1.  As described in more detail below, the Services, among other things, provide in-browser (or otherwise local) software that (a) generates and stores SMOKE ACCOUNT Addresses and encrypted Private Keys (defined below), and (b) Facilitates the submission of SMOKE transaction data to the Smoke network without requiring you to access the SMOKE command line interface.         +

      10.2.  Account Names and Private Keys. When you create an Account, the Services generate and store a cryptographic private and public key pair that you may use to send and receive SMOKE and Smoke Dollars via the Smoke network.. The Private Key uniquely matches the Account Name and must be used in connection with the Account Name to authorize the transfer of SMOKE and Smoke Dollars from that Account. You are solely responsible for maintaining the security of your Private Key and any password phrase associated with your wallet. You must keep your Account, password phrase and Private Key access information secure. Failure to do so may result in the loss of control of Smoke, Smoke Power and Smoke Dollars associated with the Wallet. +

      10.3.  No Password Retrieval. Smoke does not receive or store your Account password, nor the unencrypted keys and addresses. Therefore, we cannot assist you with Account password retrieval. Our Services provide you with tools to help you remember or recover your password, including by allowing you to set password hints, but the Services cannot generate a new password for your Account. You are solely responsible for remembering your Account password. If you have not safely stored a backup of any Account Names and password pairs maintained in your Account, you accept and acknowledge that any SMOKE, Smoke Dollars and Smoke Power you have associated with such Account will become inaccessible if you do not have your Account password. +

      10.4.  Transactions. In order to be completed, all proposed Smoke transactions must be confirmed and recorded in the Smoke public ledger via the Smoke distributed consensus network (a peer-to-peer economic network that operates on a cryptographic protocol), which is not owned, controlled or operated by Smoke. The Smoke Network is operated by a decentralized network of independent third parties. Blockchain has no control over the Smoke network and therefore cannot and does not ensure that any transaction details you submit via the Services will be confirmed via the Smoke network. You acknowledge and agree that the transaction details you submit via the Services may not be completed, or may be substantially delayed, by the Smoke network. You may use the Services to submit these details to the network.                                                          +

      10.5.  No Storage or Transmission of SMOKE, Smoke Dollars or Smoke Power. Smoke, in any of its forms (SMOKE, Smoke Dollars and Smoke Power) is an intangible, digital asset. They exist only by virtue of the ownership record maintained in the Smoke network. The Service does not store, send or receive Smoke. Any transfer of title that might occur in any SMOKE, Smoke Dollars or Smoke Power occurs on the decentralized ledger within the Smoke network and not within the Services. We do not guarantee that the Service can effect the transfer of title or right in any Smoke, Smoke Dollars or Smoke Power. +

      10.6.  Relationship. Nothing in these Terms is intended to nor shall create any partnership, joint venture, agency, consultancy or trusteeship, you and Smoke being with respect to one another independent contractors. +

      10.7.  Accuracy of Information. You represent and warrant that any information you provide via the Services is accurate and complete. You accept and acknowledge that Smoke is not responsible for any errors or omissions that you make in connection with any Smoke transaction initiated via the Services, for instance, if you mistype an Account Name or otherwise provide incorrect information. We strongly encourage you to review your transaction details carefully before completing them via the Services. +

      10.8.  No Cancellations or Modifications. Once transaction details have been submitted to the Smoke network via the Services, The Services cannot assist you to cancel or otherwise modify your transaction details. Smoke has no control over the Smoke Network and does not have the ability to facilitate any cancellation or modification requests. +

      10.9.  Taxes. It is your responsibility to determine what, if any, taxes apply to the transactions you for which you have submitted transaction details via the Services, and it is your responsibility to report and remit the correct tax to the appropriate tax authority. You agree that Smoke is not responsible for determining whether taxes apply to your Smoke transactions or for collecting, reporting, withholding or remitting any taxes arising from any Smoke transactions.                                                                                                  +

      11. Fees for Using the Smoke Services

      11.1. Company Fees Creating an Account. Smoke does not currently charge fees for any Services, however we reserve the right to do so in future, and in such case any applicable fees will be displayed prior to you using any Service to which a fee applies.

      12. No Right To Cancel And/Or Reverse Steem Transactions

      12. No Right To Cancel And/Or Reverse Smoke Transactions

      14.1. If you use a Service to which Steem, Steem Dollars or Steem Power is transacted, you will not be able to change your mind once you have confirmed that you wish to proceed with the Service or transaction. + className="c1">14.1. If you use a Service to which Smoke, Smoke Dollars or Smoke Power is transacted, you will not be able to change your mind once you have confirmed that you wish to proceed with the Service or transaction.

      15. Discontinuation of Services                                                         

      15.1.  We may, in our sole discretion and without cost to you, with or without prior notice and at any time, modify or discontinue, temporarily or permanently, any portion of our Services. You are solely responsible for storing, outside of the Services, a backup of any Account and Private Key pair that you maintain in your Wallet.                                 -

      15.2.  If you do not maintain a backup of your Account data outside of the Services, you will be may not be able to access Steem, Steem Dollars and Steem Power associated with any Account Name maintained in your Account in the event that we discontinue or deprecate the Services. +

      15.2.  If you do not maintain a backup of your Account data outside of the Services, you will be may not be able to access Smoke, Smoke Dollars and Smoke Power associated with any Account Name maintained in your Account in the event that we discontinue or deprecate the Services.

      16. Suspension or Termination of Service.

      16.1. We may suspend or terminate your access to the Services in our sole discretion, immediately and without prior notice, and delete or deactivate your Account and all related information and files in such without cost to you, including, for instance, in the event that you breach any term of these Terms. In the event of termination, your access to funds will depend on your access to your backup of your Account data including your Account Name and Private Keys.

      17. User Conduct

      17.1.8.   Provide false, inaccurate, or misleading information; or                

      17.1.9.  Encourage or induce any third party to engage in any of the activities prohibited under this Section.          -

      17.1.10.  Reverse engineer any aspect of Steemit or do anything that might discover source code or bypass or circumvent measures employed to prevent or limit access to any Steemit Content, area or code of Steemit. +

      17.1.10.  Reverse engineer any aspect of Smoke or do anything that might discover source code or bypass or circumvent measures employed to prevent or limit access to any Smoke Content, area or code of Smoke.

      18. Third-Party Content and Sites

      Steemit may include links and other content owned or operated by third parties, including advertisements and social “ + className="c1">Smoke may include links and other content owned or operated by third parties, including advertisements and social “ widgets” (we call these “Third-Party Content“). You agree that Steemit is not responsible or liable for Third-Party Content and that you access and use Third-Party Content at your own risk. Your interactions with Third-Party Content are solely between you and the third party providing the content. When you leave Steemit, you should understand that these Terms no longer govern and that the terms and policies of those third-party sites or services will then apply. + className="c1 c2">Third-Party Content“). You agree that Smoke is not responsible or liable for Third-Party Content and that you access and use Third-Party Content at your own risk. Your interactions with Third-Party Content are solely between you and the third party providing the content. When you leave Smoke, you should understand that these Terms no longer govern and that the terms and policies of those third-party sites or services will then apply.

      19. Feedback

      You may submit questions, comments, feedback, suggestions, and other information regarding Steemit (we call this “Feedback“). You acknowledge and agree that Feedback is non-confidential and will become the sole property of Steemit. Steemit shall own exclusive rights, including, without limitation, all intellectual property rights, in and to such Feedback and is entitled to the unrestricted use and dissemination of this Feedback for any purpose, without acknowledgment or compensation to you. You agree to execute any documentation required by Steemit to confirm such assignment to Steemit. + className="c1">You may submit questions, comments, feedback, suggestions, and other information regarding Smoke (we call this “Feedback“). You acknowledge and agree that Feedback is non-confidential and will become the sole property of Smoke. Smoke shall own exclusive rights, including, without limitation, all intellectual property rights, in and to such Feedback and is entitled to the unrestricted use and dissemination of this Feedback for any purpose, without acknowledgment or compensation to you. You agree to execute any documentation required by Smoke to confirm such assignment to Smoke.

      20. Copyright Complaints

      Steemit respects the intellectual property of others by not reading infringed content from the Steem blockchain. If you believe that your work has been copied in a way that constitutes copyright infringement, you may notify Steemit’ + className="c1">Smoke respects the intellectual property of others by not reading infringed content from the Smoke blockchain. If you believe that your work has been copied in a way that constitutes copyright infringement, you may notify Smoke’ s Designated Agent by contacting:

      contact@smoke.io

      Please see 17 U.S.C. §512(c)(3) for the requirements of a proper notification. You should note that if you knowingly misrepresent in your notification that the material or activity is infringing, you may be liable for any damages, including costs and attorneys’ - fees, incurred by Steemit or the alleged infringer, as the result of Steemit’s relying upon such misrepresentation in removing or disabling access to the material or activity claimed to be infringing. + fees, incurred by Smoke or the alleged infringer, as the result of Smoke’s relying upon such misrepresentation in removing or disabling access to the material or activity claimed to be infringing.

      21. Disclaimers

      TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, STEEMIT AND THE STEEMIT CONTENT ARE PROVIDED ON AN “ - AS IS” AND “AS AVAILABLE” BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT AND ANY WARRANTIES IMPLIED BY ANY COURSE OF PERFORMANCE OR USAGE OF TRADE. STEEMIT DOES NOT REPRESENT OR WARRANT THAT STEEMIT AND THE STEEMIT CONTENT: (A) WILL BE SECURE OR AVAILABLE AT ANY PARTICULAR TIME OR LOCATION; (B) ARE ACCURATE, COMPLETE, RELIABLE, CURRENT OR ERROR-FREE OR THAT ANY DEFECTS OR ERRORS WILL BE CORRECTED; AND (C) ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS. YOUR USE OF STEEMIT AND THE STEEMIT CONTENT IS SOLELY AT YOUR OWN RISK. SOME JURISDICTIONS DO NOT ALLOW THE DISCLAIMER OF IMPLIED TERMS IN CONTRACTS WITH CONSUMERS, SO SOME OR ALL OF THE DISCLAIMERS IN THIS SECTION MAY NOT APPLY TO YOU. + className="c1">TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, SMOKE AND THE SMOKE CONTENT ARE PROVIDED ON AN “ + AS IS” AND “AS AVAILABLE” BASIS, WITHOUT WARRANTIES OF ANY KIND, EITHER EXPRESS OR IMPLIED, INCLUDING, WITHOUT LIMITATION, IMPLIED WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, TITLE AND NON-INFRINGEMENT AND ANY WARRANTIES IMPLIED BY ANY COURSE OF PERFORMANCE OR USAGE OF TRADE. SMOKE DOES NOT REPRESENT OR WARRANT THAT SMOKE AND THE SMOKE CONTENT: (A) WILL BE SECURE OR AVAILABLE AT ANY PARTICULAR TIME OR LOCATION; (B) ARE ACCURATE, COMPLETE, RELIABLE, CURRENT OR ERROR-FREE OR THAT ANY DEFECTS OR ERRORS WILL BE CORRECTED; AND (C) ARE FREE OF VIRUSES OR OTHER HARMFUL COMPONENTS. YOUR USE OF SMOKE AND THE SMOKE CONTENT IS SOLELY AT YOUR OWN RISK. SOME JURISDICTIONS DO NOT ALLOW THE DISCLAIMER OF IMPLIED TERMS IN CONTRACTS WITH CONSUMERS, SO SOME OR ALL OF THE DISCLAIMERS IN THIS SECTION MAY NOT APPLY TO YOU.

      22. Limitation of Liability

      - TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL STEEMIT OR THE STEEMIT PARTIES BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL, CONSEQUENTIAL, EXEMPLARY OR PUNITIVE DAMAGES, OR ANY OTHER DAMAGES OF ANY KIND, INCLUDING, BUT NOT LIMITED TO, LOSS OF USE, LOSS OF PROFITS OR LOSS OF DATA, WHETHER IN AN ACTION IN CONTRACT, TORT (INCLUDING, BUT NOT LIMITED TO, NEGLIGENCE) OR OTHERWISE, ARISING OUT OF, OR IN ANY WAY CONNECTED WITH, THE USE OF, OR INABILITY TO USE, STEEMIT OR THE STEEMIT CONTENT. TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL THE AGGREGATE LIABILITY OF STEEMIT OR THE STEEMIT PARTIES, WHETHER IN CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE, WHETHER ACTIVE, PASSIVE OR IMPUTED), PRODUCT LIABILITY, STRICT LIABILITY OR OTHER THEORY, ARISING OUT OF OR RELATING TO: (A) THE USE OF OR INABILITY TO USE STEEMIT OR THE STEEMIT CONTENT; OR (B) THESE TERMS EXCEED ANY COMPENSATION YOU PAY, IF ANY, TO STEEMIT FOR ACCESS TO OR USE OF STEEMIT. + TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL SMOKE OR THE SMOKE PARTIES BE LIABLE FOR ANY SPECIAL, INDIRECT, INCIDENTAL, CONSEQUENTIAL, EXEMPLARY OR PUNITIVE DAMAGES, OR ANY OTHER DAMAGES OF ANY KIND, INCLUDING, BUT NOT LIMITED TO, LOSS OF USE, LOSS OF PROFITS OR LOSS OF DATA, WHETHER IN AN ACTION IN CONTRACT, TORT (INCLUDING, BUT NOT LIMITED TO, NEGLIGENCE) OR OTHERWISE, ARISING OUT OF, OR IN ANY WAY CONNECTED WITH, THE USE OF, OR INABILITY TO USE, SMOKE OR THE SMOKE CONTENT. TO THE FULLEST EXTENT PERMITTED BY APPLICABLE LAW, IN NO EVENT SHALL THE AGGREGATE LIABILITY OF SMOKE OR THE SMOKE PARTIES, WHETHER IN CONTRACT, WARRANTY, TORT (INCLUDING NEGLIGENCE, WHETHER ACTIVE, PASSIVE OR IMPUTED), PRODUCT LIABILITY, STRICT LIABILITY OR OTHER THEORY, ARISING OUT OF OR RELATING TO: (A) THE USE OF OR INABILITY TO USE SMOKE OR THE SMOKE CONTENT; OR (B) THESE TERMS EXCEED ANY COMPENSATION YOU PAY, IF ANY, TO SMOKE FOR ACCESS TO OR USE OF SMOKE.

      SOME JURISDICTIONS DO NOT ALLOW THE EXCLUSION OR LIMITATION OF CERTAIN DAMAGES, SO SOME OR ALL OF THE EXCLUSIONS AND LIMITATIONS IN THIS SECTION MAY NOT APPLY TO YOU. -

      23. Modifications to Steemit

      - Steemit reserves the right to modify or discontinue, temporarily or permanently, Steemit, or any features or portions of Steemit, without prior notice. You agree that Steemit will not be liable for any modification, suspension or discontinuance of Steemit, or any part of Steemit. +

      23. Modifications to Smoke

      + Smoke reserves the right to modify or discontinue, temporarily or permanently, Smoke, or any features or portions of Smoke, without prior notice. You agree that Smoke will not be liable for any modification, suspension or discontinuance of Smoke, or any part of Smoke.

      24. Arbitration

      PLEASE READ THE FOLLOWING SECTION CAREFULLY BECAUSE IT REQUIRES YOU TO ARBITRATE CERTAIN DISPUTES WITH STEEMIT AND LIMITS THE MANNER IN WHICH YOU CAN SEEK RELIEF FROM STEEMIT. + className="c1">PLEASE READ THE FOLLOWING SECTION CAREFULLY BECAUSE IT REQUIRES YOU TO ARBITRATE CERTAIN DISPUTES WITH SMOKE AND LIMITS THE MANNER IN WHICH YOU CAN SEEK RELIEF FROM SMOKE.

      24.1. Binding Arbitration

      Except for disputes in which either party seeks to bring an individual action in small claims court or seeks injunctive or other equitable relief for the alleged unlawful use of copyrights, trademarks, trade names, logos, trade secrets or patents, you and Steemit: (a) waive your right to have any and all disputes or Claims arising from these Terms or Steemit (collectively, “Disputes“) resolved in a court; and (b) waive your right to a jury trial. Instead, you and Steemit will arbitrate Disputes through binding arbitration (which is the referral of a Dispute to one or more persons charged with reviewing the Dispute and making a final and binding determination to resolve it, instead of having the Dispute decided by a judge or jury in court). + className="c1">Except for disputes in which either party seeks to bring an individual action in small claims court or seeks injunctive or other equitable relief for the alleged unlawful use of copyrights, trademarks, trade names, logos, trade secrets or patents, you and Smoke: (a) waive your right to have any and all disputes or Claims arising from these Terms or Smoke (collectively, “Disputes“) resolved in a court; and (b) waive your right to a jury trial. Instead, you and Smoke will arbitrate Disputes through binding arbitration (which is the referral of a Dispute to one or more persons charged with reviewing the Dispute and making a final and binding determination to resolve it, instead of having the Dispute decided by a judge or jury in court).

      24.2. No Class Arbitrations, Class Actions or Representative Actions

      YOU AND STEEMIT AGREE THAT ANY DISPUTE IS PERSONAL TO YOU AND STEEMIT AND THAT ANY SUCH DISPUTE WILL BE RESOLVED SOLELY THROUGH INDIVIDUAL ARBITRATION AND WILL NOT BE BROUGHT AS A CLASS ARBITRATION, CLASS ACTION OR ANY OTHER TYPE OF REPRESENTATIVE PROCEEDING. NEITHER PARTY AGREES TO CLASS ARBITRATION OR TO AN ARBITRATION IN WHICH AN INDIVIDUAL ATTEMPTS TO RESOLVE A DISPUTE AS A REPRESENTATIVE OF ANOTHER INDIVIDUAL OR GROUP OF INDIVIDUALS. FURTHER, YOU AND STEEMIT AGREE THAT A DISPUTE CANNOT BE BROUGHT AS A CLASS, OR OTHER TYPE OF REPRESENTATIVE ACTION, WHETHER WITHIN OR OUTSIDE OF ARBITRATION, OR ON BEHALF OF ANY OTHER INDIVIDUAL OR GROUP OF INDIVIDUALS. + className="c1">YOU AND SMOKE AGREE THAT ANY DISPUTE IS PERSONAL TO YOU AND SMOKE AND THAT ANY SUCH DISPUTE WILL BE RESOLVED SOLELY THROUGH INDIVIDUAL ARBITRATION AND WILL NOT BE BROUGHT AS A CLASS ARBITRATION, CLASS ACTION OR ANY OTHER TYPE OF REPRESENTATIVE PROCEEDING. NEITHER PARTY AGREES TO CLASS ARBITRATION OR TO AN ARBITRATION IN WHICH AN INDIVIDUAL ATTEMPTS TO RESOLVE A DISPUTE AS A REPRESENTATIVE OF ANOTHER INDIVIDUAL OR GROUP OF INDIVIDUALS. FURTHER, YOU AND SMOKE AGREE THAT A DISPUTE CANNOT BE BROUGHT AS A CLASS, OR OTHER TYPE OF REPRESENTATIVE ACTION, WHETHER WITHIN OR OUTSIDE OF ARBITRATION, OR ON BEHALF OF ANY OTHER INDIVIDUAL OR GROUP OF INDIVIDUALS.

      24.3. Federal Arbitration Act

      You and Steemit agree that these Terms affect interstate commerce and that the enforceability of this Section 14 shall be governed by, construed and enforced, both substantively and procedurally, by the Federal Arbitration Act, 9 U.S.C. § + className="c0">You and Smoke agree that these Terms affect interstate commerce and that the enforceability of this Section 14 shall be governed by, construed and enforced, both substantively and procedurally, by the Federal Arbitration Act, 9 U.S.C. § 1 et seq. (the “FAA”) to the maximum extent permitted by applicable law.

      24.4. Process -

      You and Steemit agree that you will notify each other in writing of any Dispute within thirty (30) days of when it arises so that the parties can attempt, in good faith, to resolve the Dispute informally. Notice to Steemit shall be provided by filling out the form available at https://smoke.io/contact/ or sending an email to contact@Steemit.com. Your notice must include: (1) your name, postal address and email address; (2) a description of the nature or basis of the Dispute; and (3) the specific relief that you are seeking. If you and Steemit cannot agree how to resolve the Dispute within thirty (30) days of Steemit receiving the notice, either you or Steemit may, as appropriate pursuant to this Section 14, commence an arbitration proceeding or file a claim in court. You and Steemit agree that any arbitration or claim must be commenced or filed within one (1) year after the Dispute arose; otherwise, you and Steemit agree that the claim is permanently barred (which means that you will no longer have the right to assert a claim regarding the Dispute). You and Steemit agree that: (a) any arbitration will occur in San Francisco County, California; (b) arbitration will be conducted confidentially by a single arbitrator in accordance with the rules of JAMS; and (c) the state or federal courts in California will have exclusive jurisdiction over the enforcement of an arbitration award and over any Dispute between the parties that is not subject to arbitration. You may also litigate a Dispute in small claims court located in the county where you reside if the Dispute meets the requirements to be heard in small claims court. +

      You and Smoke agree that you will notify each other in writing of any Dispute within thirty (30) days of when it arises so that the parties can attempt, in good faith, to resolve the Dispute informally. Notice to Smoke shall be provided by filling out the form available at https://smoke.io/contact/ or sending an email to contact@Smoke.com. Your notice must include: (1) your name, postal address and email address; (2) a description of the nature or basis of the Dispute; and (3) the specific relief that you are seeking. If you and Smoke cannot agree how to resolve the Dispute within thirty (30) days of Smoke receiving the notice, either you or Smoke may, as appropriate pursuant to this Section 14, commence an arbitration proceeding or file a claim in court. You and Smoke agree that any arbitration or claim must be commenced or filed within one (1) year after the Dispute arose; otherwise, you and Smoke agree that the claim is permanently barred (which means that you will no longer have the right to assert a claim regarding the Dispute). You and Smoke agree that: (a) any arbitration will occur in San Francisco County, California; (b) arbitration will be conducted confidentially by a single arbitrator in accordance with the rules of JAMS; and (c) the state or federal courts in California will have exclusive jurisdiction over the enforcement of an arbitration award and over any Dispute between the parties that is not subject to arbitration. You may also litigate a Dispute in small claims court located in the county where you reside if the Dispute meets the requirements to be heard in small claims court.

      24.5. Authority of Arbitrator

      As limited by the FAA, these Terms and applicable JAMS rules, the arbitrator will have: (a) the exclusive authority and jurisdiction to make all procedural and substantive decisions regarding a Dispute; and (b) the authority to grant any remedy that would otherwise be available in court. The arbitrator may only conduct an individual arbitration and may not consolidate more than one individual’ s claims, preside over any type of class or representative proceeding or preside over any proceeding involving more than one individual. @@ -158,13 +158,13 @@ class Tos extends React.Component {

      24.7. Severability

      If any term, clause or provision of this Section 14 is held invalid or unenforceable, it will be so held to the minimum extent required by law and all other terms, clauses or provisions will remain valid and enforceable. Further, the waivers set forth in Section 24.2 are severable from the other provisions of these Terms and will remain valid and enforceable, except as prohibited by applicable law.

      25. Applicable Law and Venue

      - These Terms and your access to and use of Steemit and the Steemit Content will be governed by, and construed in accordance with, the laws of California, without resort to its conflict of law provisions. To the extent the arbitration provision in Section 14 does not apply and the Dispute cannot be heard in small claims court, you agree that any action at law or in equity arising out of, or relating to, these Terms shall be filed only in the state and federal courts located in San Francisco County, California and you hereby irrevocably and unconditionally consent and submit to the exclusive jurisdiction of such courts over any suit, action or proceeding arising out of these Terms. + These Terms and your access to and use of Smoke and the Smoke Content will be governed by, and construed in accordance with, the laws of California, without resort to its conflict of law provisions. To the extent the arbitration provision in Section 14 does not apply and the Dispute cannot be heard in small claims court, you agree that any action at law or in equity arising out of, or relating to, these Terms shall be filed only in the state and federal courts located in San Francisco County, California and you hereby irrevocably and unconditionally consent and submit to the exclusive jurisdiction of such courts over any suit, action or proceeding arising out of these Terms.

      26. Termination

      Steemit reserves the right, without notice and in our sole discretion, to terminate your license to access and use Steemit and to block or prevent your future access to, and use of, Steemit. + className="c1">Smoke reserves the right, without notice and in our sole discretion, to terminate your license to access and use Smoke and to block or prevent your future access to, and use of, Smoke.

      27. Severability

      If any term, clause or provision of these Terms is deemed to be unlawful, void or for any reason unenforceable, then that term, clause or provision shall be deemed severable from these Terms and shall not affect the validity and enforceability of any remaining provisions.

      28. Questions & Contact Information

      Questions or comments about Steemit may be directed to Questions or comments about Smoke may be directed to contact@smoke.io

      diff --git a/src/app/components/pages/UserProfile.jsx b/src/app/components/pages/UserProfile.jsx index 5505219..c94ef2a 100644 --- a/src/app/components/pages/UserProfile.jsx +++ b/src/app/components/pages/UserProfile.jsx @@ -164,9 +164,9 @@ export default class UserProfile extends React.Component { // let balance_steem = parseFloat(account.balance.split(' ')[0]); - // let vesting_steem = vestingSteem(account, gprops).toFixed(2); - // const steem_balance_str = numberWithCommas(balance_steem.toFixed(2)) + " STEEM"; - // const power_balance_str = numberWithCommas(vesting_steem) + " STEEM POWER"; + // let vesting_steem = vestingSmoke(account, gprops).toFixed(2); + // const steem_balance_str = numberWithCommas(balance_steem.toFixed(2)) + " SMOKE"; + // const power_balance_str = numberWithCommas(vesting_steem) + " SMOKE POWER"; // const sbd_balance = parseFloat(account.sbd_balance) // const sbd_balance_str = numberWithCommas('$' + sbd_balance.toFixed(2)); diff --git a/src/app/help/en/faq.md b/src/app/help/en/faq.md index 874027d..fe6cec6 100644 --- a/src/app/help/en/faq.md +++ b/src/app/help/en/faq.md @@ -1,15 +1,15 @@ -# Steemit FAQ +# Smoke FAQ ## Table of Contents ### General -- What is Steemit.com? -- How does Steemit work? -- How does Steemit differ from other social media websites? +- What is Smoke.com? +- How does Smoke work? +- How does Smoke differ from other social media websites? - Does it cost anything to post, comment, or vote? -- Can I earn digital tokens on Steemit? How? +- Can I earn digital tokens on Smoke? How? - Where do the tokens come from? - Where does the value come from? - Why are people getting vastly different rewards? @@ -20,15 +20,15 @@ - What information do I need to provide in order to create an account? - How long does the account approval process take? - Why do I need to provide my email and phone number? -- Can I create a Steem account without an email and phone number? -- What are other ways to create an account on the blockchain besides using Steemit.com? +- Can I create a Smoke account without an email and phone number? +- What are other ways to create an account on the blockchain besides using Smoke.com? - It is not letting me create an account with my phone number. What should I do? - What happens if my email or phone number changes? - Am I allowed to create more than one account - Can I delete or deactivate my account? ### Community -- Is there an Etiquette Guide for Steemit? +- Is there an Etiquette Guide for Smoke? - Am I required to verify my identity? @@ -38,7 +38,7 @@ - What information is available in my account menu? - How do I see my recent rewards? - What information is shown in my wallet? -- How do I transfer my STEEM or Steem Dollars into savings? +- How do I transfer my SMOKE or Smoke Dollars into savings? - How do I send money to another user? - Will I receive notifications when there is activity with my account? - What is shown in my profile? @@ -53,7 +53,7 @@ ### Posting -- What can users post to Steemit? +- What can users post to Smoke? - What are the different choices for post rewards (50%/50%, Power Up 100%, Decline Payout)? - How do I add images and photos to my posts? - How do I set the thumbnail image for my post? @@ -79,7 +79,7 @@ ### Economics -- Where do the new STEEM tokens come from? +- Where do the new SMOKE tokens come from? - How many new tokens are generated by the blockchain? - How are the new tokens distributed? - What is the reward pool? @@ -87,25 +87,25 @@ - Will the reward pool pay out more or less depending on who votes? - Why do the earnings for my post go up or down? - When can I claim my rewards? -- What is the difference between STEEM, STEEM Power, and Steem Dollars? -- What is delegated STEEM Power? -- What determines the price of STEEM? -- How do I get more STEEM Power? -- How long does it take STEEM or STEEM Power that I purchased to show up in my account? +- What is the difference between SMOKE, SMOKE Power, and Smoke Dollars? +- What is delegated SMOKE Power? +- What determines the price of SMOKE? +- How do I get more SMOKE Power? +- How long does it take SMOKE or SMOKE Power that I purchased to show up in my account? - What is powering up and down? - What do the dollar amounts for pending payouts represent? -- Will 1 Steem Dollar always be worth $1.00 USD? -- How do Steem Dollar to STEEM conversions work? -- Is there a way for me to convert my Steem Dollars to STEEM without waiting 3.5 days? -- What can I do with my STEEM tokens? +- Will 1 Smoke Dollar always be worth $1.00 USD? +- How do Smoke Dollar to SMOKE conversions work? +- Is there a way for me to convert my Smoke Dollars to SMOKE without waiting 3.5 days? +- What can I do with my SMOKE tokens? - What can I do with my SBD tokens? - What is a MVEST? -- Can I sell goods and services on Steemit? -- How can I withdraw my STEEM or SBD coins? -- Will I get a 1099 from Steemit? +- Can I sell goods and services on Smoke? +- How can I withdraw my SMOKE or SBD coins? +- Will I get a 1099 from Smoke? - How much are the transaction fees for sending tokens to other users? -- Are there fees for Powering Up, Powering Down, trading on the internal market, or converting SBD to STEEM? -- How long does it take to transfer STEEM or SBD tokens between users? +- Are there fees for Powering Up, Powering Down, trading on the internal market, or converting SBD to SMOKE? +- How long does it take to transfer SMOKE or SBD tokens between users? ### Voting and Curating @@ -126,9 +126,9 @@ ### Plagiarism, Spam, and Abuse -- What are Steemit’s policies on plagiarism and spam? +- What are Smoke’s policies on plagiarism and spam? - Is it okay to use random pictures from the internet? -- What is Steemcleaners? +- What is Smokecleaners? - What is @cheetah? - Where do I report a post or comment that contains plagiarism, spam, or abuse? @@ -140,65 +140,65 @@ - What causes my reputation score to go down? - Why does my reputation score matter? - -### Followers, Feeds, and Resteem -- What is Resteeming? + +### Followers, Feeds, and Resmoke +- What is Resmokeing? - Can I share on other social media? ### Blockchain - What is a blockchain? -- What is the Steem blockchain? -- What is the difference between Steem and Steemit? -- How is Steem different from Bitcoin? +- What is the Smoke blockchain? +- What is the difference between Smoke and Smoke? +- How is Smoke different from Bitcoin? - What is the difference between Proof of Work, Proof of Stake, and Delegated Proof of Stake? -- How often does the Steem blockchain produce a new block? +- How often does the Smoke blockchain produce a new block? - Is there a way to see the raw data that is stored in the blockchain? - Where can I find the information for the official launch of the blockchain? -- Can I mine STEEM? - - -### Steemit, Inc. -- Who is the CEO of Steemit? -- Can I invest in Steemit? -- What does Steemit’s development roadmap look like? -- Am I allowed to use the Steemit logo? -- Can I purchase official Steemit merchandise? -- Did Steemit "pre-mine" tokens? -- What is the Steemit Privacy Policy? +- Can I mine SMOKE? + + +### Smoke, Inc. +- Who is the CEO of Smoke? +- Can I invest in Smoke? +- What does Smoke’s development roadmap look like? +- Am I allowed to use the Smoke logo? +- Can I purchase official Smoke merchandise? +- Did Smoke "pre-mine" tokens? +- What is the Smoke Privacy Policy? ### Security -- How can I keep my Steem account secure? +- How can I keep my Smoke account secure? - Why should I be careful with my master password? - Why is the master password a long string of gibberish? - What are my different keys for? - What do I do if I lost my password/keys? -- Are my STEEM and Steem Dollar tokens insured in the event of a hack or if someone takes over my account? +- Are my SMOKE and Smoke Dollar tokens insured in the event of a hack or if someone takes over my account? - What should I do if I discover that someone hacked my account? - How does the stolen account recovery process work? - How do I report a security vulnerability? ### Developers -- Are the Steem blockchain and Steemit.com code open-source? -- Is there a Github page for Steemit.com? -- Is there a Github page for the Steem blockchain? -- What is available for developers interested in Steem and Steemit? +- Are the Smoke blockchain and Smoke.com code open-source? +- Is there a Github page for Smoke.com? +- Is there a Github page for the Smoke blockchain? +- What is available for developers interested in Smoke and Smoke? - How do I use cli_wallet? ### Witnesses -- What are Steem witnesses? +- What are Smoke witnesses? - How can I vote for witnesses? - How many witnesses can I vote for? ### Miscellaneous -- What third-party tools are there for Steemit? -- Is there an official Steemit Facebook page? -- Is there an official Steemit Twitter account? -- What is the Steem Whitepaper and what is its purpose? +- What third-party tools are there for Smoke? +- Is there an official Smoke Facebook page? +- Is there an official Smoke Twitter account? +- What is the Smoke Whitepaper and what is its purpose? - Where can I ask for help if my question was not answered here? @@ -207,62 +207,62 @@ # General - -## What is Steemit.com? + +## What is Smoke.com? -Steemit is a social network and content rewards platform that makes the crowd the beneficiaries of the attention economy. It does this be rewarding users with STEEM. +Smoke is a social network and content rewards platform that makes the crowd the beneficiaries of the attention economy. It does this be rewarding users with SMOKE. -Steemit has redefined social media by building a living, breathing, and growing social economy; a community where users are getting rewarded for sharing their voice. +Smoke has redefined social media by building a living, breathing, and growing social economy; a community where users are getting rewarded for sharing their voice. ^ - -## How does Steemit work? + +## How does Smoke work? -Steemit is a social media platform that works by having the crowd reward the crowd for their content. It does this thanks to the Steem blockchain and cryptocurrency; Steem is 'minted' daily and distributed to content producers according to the votes they get. +Smoke is a social media platform that works by having the crowd reward the crowd for their content. It does this thanks to the Smoke blockchain and cryptocurrency; Smoke is 'minted' daily and distributed to content producers according to the votes they get. ^ - -## How does Steemit differ from other social media websites? + +## How does Smoke differ from other social media websites? -Most social media sites extract value from their userbase for the benefit of shareholders alone. Steemit is different, it's a new kind of attention economy. By connecting with the Steem blockchain (which is decentralized and controlled by the crowd), Steemit users receive all the benefits and rewards for their attention. +Most social media sites extract value from their userbase for the benefit of shareholders alone. Smoke is different, it's a new kind of attention economy. By connecting with the Smoke blockchain (which is decentralized and controlled by the crowd), Smoke users receive all the benefits and rewards for their attention. ^ ## Does it cost anything to post, comment, or vote? -No. It is free to post, comment, and vote on content on Steemit.com. You might even get paid for it! +No. It is free to post, comment, and vote on content on Smoke.com. You might even get paid for it! ^ - -## Can I earn digital tokens on Steemit? How? + +## Can I earn digital tokens on Smoke? How? -You can earn digital tokens on Steemit by: +You can earn digital tokens on Smoke by: -**Posting** - By sharing your posts, you can earn upvotes from community members. Depending on the upvotes you receive, you will get a portion of the ongoing Steem reward pool. +**Posting** - By sharing your posts, you can earn upvotes from community members. Depending on the upvotes you receive, you will get a portion of the ongoing Smoke reward pool. -**Voting and curating** - If you discover a post and upvote it before it becomes popular, you can earn a curation reward. The reward amount will depend on the amount of STEEM Power you have. +**Voting and curating** - If you discover a post and upvote it before it becomes popular, you can earn a curation reward. The reward amount will depend on the amount of SMOKE Power you have. -**Purchasing** - Users can purchase STEEM or Steem Dollar tokens directly through the Steemit wallet using bitcoin, Ether, or BitShares tokens. They are also available from other markets and exchanges including BlockTrades, Poloniex, Bittrex, Shapeshift.io, and Changelly. STEEM tokens that are powered up to STEEM Power earn a small amount of interest for holding. +**Purchasing** - Users can purchase SMOKE or Smoke Dollar tokens directly through the Smoke wallet using bitcoin, Ether, or BitShares tokens. They are also available from other markets and exchanges including BlockTrades, Poloniex, Bittrex, Shapeshift.io, and Changelly. SMOKE tokens that are powered up to SMOKE Power earn a small amount of interest for holding. ^ ## Where do the tokens come from? -The Steem network continually creates digital tokens to reward content creators and curators. Some of the newly-created tokens are transferred to users who add value to Steemit by posting, commenting, and voting on other people's posts. The remainder is distributed to holders of STEEM Power and the witnesses that power the blockchain. +The Smoke network continually creates digital tokens to reward content creators and curators. Some of the newly-created tokens are transferred to users who add value to Smoke by posting, commenting, and voting on other people's posts. The remainder is distributed to holders of SMOKE Power and the witnesses that power the blockchain. ^ ## Where does the value come from? -At its root, Steem is simply a points system. However, because this points system is blockchain-based, the points can be traded on markets as tokens. People buy and sell these tokens, and many hold in anticipation of increased purchasing power for various Steem-related services. +At its root, Smoke is simply a points system. However, because this points system is blockchain-based, the points can be traded on markets as tokens. People buy and sell these tokens, and many hold in anticipation of increased purchasing power for various Smoke-related services. -By analogy, Steem is a game system where users compete for attention and rewards by bringing content and adding value to the platform. The rewards people earn are tokens that have market value and are readily tradable. It is similar to how someone playing a video game could obtain a limited item or currency by playing the game. If the currency or items are transferable between users, then they can sell or buy them on game item markets. +By analogy, Smoke is a game system where users compete for attention and rewards by bringing content and adding value to the platform. The rewards people earn are tokens that have market value and are readily tradable. It is similar to how someone playing a video game could obtain a limited item or currency by playing the game. If the currency or items are transferable between users, then they can sell or buy them on game item markets. ^ ## Why are people getting vastly different rewards? -Steemit is not a "get rich quick" scheme. While it is possible to post content that goes viral quickly and earn a lot of rewards on a single post, this is not typical for most users. +Smoke is not a "get rich quick" scheme. While it is possible to post content that goes viral quickly and earn a lot of rewards on a single post, this is not typical for most users. Most of the authors that you see earning high rewards are users that have spent a lot of time in the network building followings, making connections with others, and developing a reputation for bringing high quality content. @@ -274,7 +274,7 @@ It is best to have realistic expectations, without focusing on rewards when you ## How do I create an account? -Click on the "Sign Up" link at the top of Steemit.com to get started. +Click on the "Sign Up" link at the top of Smoke.com to get started. You will be asked to verify your email address and phone number. After your email address and phone number have been verified, you will be added to the waiting list. You will be notified via email once your account is approved. @@ -298,23 +298,23 @@ If your account has not been approved after one week, please ask for help in the ## Why do I need to provide my email and phone number? -To create an account on the blockchain, it costs STEEM tokens. When you create an account through Steemit.com, Steemit Inc. is supplying the tokens to pay the account creation fee. In order to prevent users from abusing the paid-for signup and creating multiple accounts, we need to be able to verify that each user is only signing up for one account. +To create an account on the blockchain, it costs SMOKE tokens. When you create an account through Smoke.com, Smoke Inc. is supplying the tokens to pay the account creation fee. In order to prevent users from abusing the paid-for signup and creating multiple accounts, we need to be able to verify that each user is only signing up for one account. ^ - -## Can I create a Steem account without an email and phone number? + +## Can I create a Smoke account without an email and phone number? -The only way to have an account created via Steemit.com is to supply your email and phone number. Because Steem is an open and permissionless network, there are other ways to create a Steem account. Any Steem blockchain account can be used on Steemit.com +The only way to have an account created via Smoke.com is to supply your email and phone number. Because Smoke is an open and permissionless network, there are other ways to create a Smoke account. Any Smoke blockchain account can be used on Smoke.com ^ - -## What are other ways to create an account on the blockchain besides using Steemit.com? + +## What are other ways to create an account on the blockchain besides using Smoke.com? If you are willing to pay your own signup fee, then there are other ways to create a new account on the blockchain. -There is a third-party tool called AnonSteem that accepts bitcoin, Litecoin, STEEM, or SBD to anonymously create a Steem account. You do not need to have an existing Steem blockchain account to use the service, but there is a charge on top of the blockchain account creation fee for using the service. +There is a third-party tool called AnonSmoke that accepts bitcoin, Litecoin, SMOKE, or SBD to anonymously create a Smoke account. You do not need to have an existing Smoke blockchain account to use the service, but there is a charge on top of the blockchain account creation fee for using the service. -There is also a third-party tool called SteemConnect that allows you to create accounts by paying or delegating the account creation fee. There is no additional fee to use the service, but does require an existing Steem blockchain account to pay the account creation fee to create the account. +There is also a third-party tool called SmokeConnect that allows you to create accounts by paying or delegating the account creation fee. There is no additional fee to use the service, but does require an existing Smoke blockchain account to pay the account creation fee to create the account. ^ @@ -332,7 +332,7 @@ Currently there is no way to change the email or phone number that is linked to ## Am I allowed to create more than one account? -Each user is allowed only one paid-for account created via Steemit.com, however users are allowed to create multiple accounts on the blockchain. Creating additional accounts on the blockchain requires users to pay their own account creation fee for any additional accounts. +Each user is allowed only one paid-for account created via Smoke.com, however users are allowed to create multiple accounts on the blockchain. Creating additional accounts on the blockchain requires users to pay their own account creation fee for any additional accounts. ^ @@ -343,10 +343,10 @@ Accounts can not be deactivated or deleted. The account along with all of its ac ^ # Community - -## Is there an Etiquette Guide for Steemit? + +## Is there an Etiquette Guide for Smoke? -There are no official rules for participating on Steemit.com, but one of the users @thecryptofiend has created an Etiquette Guide for the community. While it is not required to follow the suggestions in the guide, they are standards that many users in the community choose to follow. +There are no official rules for participating on Smoke.com, but one of the users @thecryptofiend has created an Etiquette Guide for the community. While it is not required to follow the suggestions in the guide, they are standards that many users in the community choose to follow. ^ @@ -354,9 +354,9 @@ There are no official rules for participating on Steemit.com, but one of the use Verification is a process where users give evidence to show that they are the person that they claim to be. This is to reduce fraud and people impersonating known figures. If you would like to remain anonymous, that is perfectly fine. However if you claim to be someone specific, the community may expect that you verify you are who you say you are. -There are a number of ways to do this. The most common way to verify your identity is by posting a link to your Steemit profile on a website or social media account which you are already known for having such as Twitter, Facebook, LinkedIn, a blog, or photography site. +There are a number of ways to do this. The most common way to verify your identity is by posting a link to your Smoke profile on a website or social media account which you are already known for having such as Twitter, Facebook, LinkedIn, a blog, or photography site. -Many users also like to post a photo or a video which shows them holding up a sheet of paper with the current date and their Steem account name handwritten on it. This is a great way to add a personal touch to verifying. +Many users also like to post a photo or a video which shows them holding up a sheet of paper with the current date and their Smoke account name handwritten on it. This is a great way to add a personal touch to verifying. ^ # Site Navigation @@ -370,7 +370,7 @@ To upvote a post or comment, click on the "upvote" icon at the bottom of the pos ## What do the Home, New, Hot, Trending, and Promoted links show? -These are various ways to sort Steem posts. +These are various ways to sort Smoke posts. **Home** - The most recent posts of the accounts you follow (your feed). @@ -380,13 +380,13 @@ These are various ways to sort Steem posts. **Trending** - Posts with the most amount of votes, stake-weighted, recently. -**Promoted** - Listings that are boosted by Steem Dollar payments get promoted for greater visibility. +**Promoted** - Listings that are boosted by Smoke Dollar payments get promoted for greater visibility. ^ ## What information is available in my account menu? -You can get to your account menu by clicking on the avatar icon in the top-right corner of a Steemit.com page. +You can get to your account menu by clicking on the avatar icon in the top-right corner of a Smoke.com page. **Feed** - Here is where you go to see the most recent posts from the people you follow. @@ -396,7 +396,7 @@ You can get to your account menu by clicking on the avatar icon in the top-right **Replies** - Here is where you go to see all replies other users have made to your posts and comments. -**Wallet** - Here is where you go to see your wallet balances, make transfers, exchange STEEM or Steem Dollars, and Power Up. +**Wallet** - Here is where you go to see your wallet balances, make transfers, exchange SMOKE or Smoke Dollars, and Power Up. **Change Password** - Here is where you go to change your password. @@ -420,22 +420,22 @@ You can also view the same information for other users by visiting their profile ## What information is shown in my wallet? -Your wallet shows how many STEEM and Steem Dollar tokens you have in your account. It shows how much STEEM Power it has, and how much SP is delegated. It also shows how many of your STEEM and Steem Dollar tokens are being held in the savings account, which is a balance that is subject to 3 day withdraw waiting period. The wallet page shows any the progress of any Steem Dollar to STEEM conversions as well as the status of a power down. It also shows an estimated value of all the tokens in your account, based on the recent market prices of STEEM and SBD. +Your wallet shows how many SMOKE and Smoke Dollar tokens you have in your account. It shows how much SMOKE Power it has, and how much SP is delegated. It also shows how many of your SMOKE and Smoke Dollar tokens are being held in the savings account, which is a balance that is subject to 3 day withdraw waiting period. The wallet page shows any the progress of any Smoke Dollar to SMOKE conversions as well as the status of a power down. It also shows an estimated value of all the tokens in your account, based on the recent market prices of SMOKE and SBD. ^ - -## How do I transfer my STEEM or Steem Dollars into savings? + +## How do I transfer my SMOKE or Smoke Dollars into savings? -Your savings balance is STEEM and SBD tokens that are subject to 3 day withdraw waiting period. This is an extra security measure in case your account credentials are compromised. To transfer STEEM or SBD tokens into savings, click on the drop-down arrow next to STEEM or STEEM DOLLARS in your wallet, and select "Transfer to Savings". +Your savings balance is SMOKE and SBD tokens that are subject to 3 day withdraw waiting period. This is an extra security measure in case your account credentials are compromised. To transfer SMOKE or SBD tokens into savings, click on the drop-down arrow next to SMOKE or SMOKE DOLLARS in your wallet, and select "Transfer to Savings". ^ ## How do I send money to another user? -- From your wallet page, click the STEEM or Steem Dollar balances with the down arrow next to them. +- From your wallet page, click the SMOKE or Smoke Dollar balances with the down arrow next to them. - In the drop-down menu, click 'Transfer'. -- Type the username of the account you want to send the STEEM or Steem Dollars to. Double and triple check spelling. -- Enter the amount of STEEM or Steem Dollars to send. +- Type the username of the account you want to send the SMOKE or Smoke Dollars to. Double and triple check spelling. +- Enter the amount of SMOKE or Smoke Dollars to send. - Enter a memo to go along with the transaction (optional). - Click Submit. - You will be prompted for your password. You will need to enter your master password or active key. @@ -446,9 +446,9 @@ Your savings balance is STEEM and SBD tokens that are subject to 3 day withdraw When there is new activity in your feed, you receive a reply from another user, or there is a new transfer in your wallet, you will receive a notification in your account menu. It will show a little red number showing the number of new notifications. -Steemit also allows you to subscribe to receive additional notifications when users mention you in a comment or post. +Smoke also allows you to subscribe to receive additional notifications when users mention you in a comment or post. -Currently, there are no options to receive notifications for votes directly on Steemit.com. But, there is a third-party application https://steemstats.com/, developed by @jesta, which has an option to set up additional notifications on your computer. +Currently, there are no options to receive notifications for votes directly on Smoke.com. But, there is a third-party application https://steemstats.com/, developed by @jesta, which has an option to set up additional notifications on your computer. ^ @@ -464,7 +464,7 @@ You can view your own profile by clicking on the link to your Blog in your accou ## How do I change my avatar image and other profile information? -Your profile info, avatar image, and cover image are set in your Settings page. In order to update your avatar picture and cover image, you will need to host the images somewhere. This can be done by uploading it to a Steemit comment or post, or using a third-party image host such as Postimage. Once your image is uploaded, copy its URL and paste it into the "Profile Picture URL" box for the avatar, or the "Cover Image URL" box for the cover image. Then click the Update button and enter your password or active key. +Your profile info, avatar image, and cover image are set in your Settings page. In order to update your avatar picture and cover image, you will need to host the images somewhere. This can be done by uploading it to a Smoke comment or post, or using a third-party image host such as Postimage. Once your image is uploaded, copy its URL and paste it into the "Profile Picture URL" box for the avatar, or the "Cover Image URL" box for the cover image. Then click the Update button and enter your password or active key. ^ @@ -484,7 +484,7 @@ You can update your display preference with the Settings page so that NSFW conte ## How do I search for content? -In the upper right corner of Steemit, there is a magnifying glass search link where you can find posts using a keyword search. +In the upper right corner of Smoke, there is a magnifying glass search link where you can find posts using a keyword search. There is also an **Explore** link in the main menu, where you can browse through posts based on tags. @@ -498,7 +498,7 @@ Yes. This can be seen under the Settings page. ## Can I see which users have muted me? -No. This information is not presented on Steemit.com. +No. This information is not presented on Smoke.com. ^ @@ -510,25 +510,25 @@ Yes. You can see the list of followers or people you are following by clicking o ## What languages are supported? -English is the most-used language used on the Steemit platform, but communities are forming that speak other languages. +English is the most-used language used on the Smoke platform, but communities are forming that speak other languages. ^ # Posting - -## What can users post to Steemit? + +## What can users post to Smoke? -Steem is an open platform meant to host and welcome any legal content. Users can post anything they want, whether it be phrases, quotes, blogs, anecdotes, photos, videos, memes, songs, and more. Be creative! +Smoke is an open platform meant to host and welcome any legal content. Users can post anything they want, whether it be phrases, quotes, blogs, anecdotes, photos, videos, memes, songs, and more. Be creative! ^ ## What are the different choices for post rewards (50%/50%, Power Up 100%, Decline Payout)? -- **50%/50%** - This rewards in half STEEM Power, and half liquid STEEM / Steem Dollars. The ratio of liquid STEEM to Steem Dollars rewarded is based on network conditions at the time of payout. This is the default payout option. +- **50%/50%** - This rewards in half SMOKE Power, and half liquid SMOKE / Smoke Dollars. The ratio of liquid SMOKE to Smoke Dollars rewarded is based on network conditions at the time of payout. This is the default payout option. -- **Power Up 100%** - This option rewards the post in 100% STEEM Power. +- **Power Up 100%** - This option rewards the post in 100% SMOKE Power. -- **Decline Payout** - Use this option to receive no post rewards. Votes will affect the post's position on the trending ranking but no rewards are paid from Steem's reward pool. Replies made to the post are still eligible for rewards. +- **Decline Payout** - Use this option to receive no post rewards. Votes will affect the post's position on the trending ranking but no rewards are paid from Smoke's reward pool. Replies made to the post are still eligible for rewards. ^ @@ -564,7 +564,7 @@ You can also read ## Is there a way I can make my images smaller? -Yes, but the picture must be resized before it is uploaded into the Steemit.com editor. This can be done in your favorite photo editing software, or online by uploading to a third-party website that features editing such as imgur.com. +Yes, but the picture must be resized before it is uploaded into the Smoke.com editor. This can be done in your favorite photo editing software, or online by uploading to a third-party website that features editing such as imgur.com. ^ @@ -650,15 +650,15 @@ Language-specific groups include: ## Can I delete something I posted? -The blockchain will always contain the full edit history of posts and comments, so it can never be completely deleted. If you would like to update a post so that users cannot see the content via Steemit.com, you can edit the post and replace it with blank content for as long as the post is active. After seven days, the post can no longer be edited. +The blockchain will always contain the full edit history of posts and comments, so it can never be completely deleted. If you would like to update a post so that users cannot see the content via Smoke.com, you can edit the post and replace it with blank content for as long as the post is active. After seven days, the post can no longer be edited. ^ ## What does "Promoting" a post do? -When you make a post, there is the option to promote it with Steem Dollars. It will then show up in the “Promoted” tab. The order that it appears in the list depends on how much the post was promoted for. Posts with a higher promoted amount will be higher than posts with less. +When you make a post, there is the option to promote it with Smoke Dollars. It will then show up in the “Promoted” tab. The order that it appears in the list depends on how much the post was promoted for. Posts with a higher promoted amount will be higher than posts with less. -Steem Dollars spent to promote a post are paid to the account @null, which nobody owns or controls. Once a user transfers SBD to @null, the Steem blockchain removes them from the currency supply. Details can be found in this official post. +Smoke Dollars spent to promote a post are paid to the account @null, which nobody owns or controls. Once a user transfers SBD to @null, the Smoke blockchain removes them from the currency supply. Details can be found in this official post. You can promote your own posts, or posts that you like from other users. @@ -666,7 +666,7 @@ You can promote your own posts, or posts that you like from other users. ## How do I promote a post? -At the bottom of each post is a button to "Promote". After clicking the button, type the number of Steem Dollars that you want to spend and click “PROMOTE”. The operation will require your master password or active key. +At the bottom of each post is a button to "Promote". After clicking the button, type the number of Smoke Dollars that you want to spend and click “PROMOTE”. The operation will require your master password or active key. ^ # Comments @@ -685,16 +685,16 @@ There is a 20 second wait time in between comments to limit spam. ^ # Economics - -## Where do the new STEEM tokens come from? + +## Where do the new SMOKE tokens come from? -Blockchains like Steem and Bitcoin produce new tokens each time a block is produced. Unlike Bitcoin, where all of the new coins go to the block producers (called miners), the Steem blockchain allocates a majority of the new tokens to a reward fund. The reward fund gives users tokens for participating in the platform. +Blockchains like Smoke and Bitcoin produce new tokens each time a block is produced. Unlike Bitcoin, where all of the new coins go to the block producers (called miners), the Smoke blockchain allocates a majority of the new tokens to a reward fund. The reward fund gives users tokens for participating in the platform. ^ ## How many new tokens are generated by the blockchain? -Starting with the network's 16th hard fork in December 2016, Steem began creating new tokens at a yearly inflation rate of 9.5%. The inflation rate decreases at a rate of 0.01% every 250,000 blocks, or about 0.5% per year. The inflation will continue decreasing at this pace until the overall inflation rate reaches 0.95%. This will take about 20.5 years from the time hard fork 16 went into effect. +Starting with the network's 16th hard fork in December 2016, Smoke began creating new tokens at a yearly inflation rate of 9.5%. The inflation rate decreases at a rate of 0.01% every 250,000 blocks, or about 0.5% per year. The inflation will continue decreasing at this pace until the overall inflation rate reaches 0.95%. This will take about 20.5 years from the time hard fork 16 went into effect. ^ @@ -702,14 +702,14 @@ Starting with the network's 16th hard fork in December 2016, Steem began creatin Out of the new tokens that are generated: - 75% go to the reward pool, which is split between authors and curators. -- 15% of the new tokens are awarded to holders of STEEM Power. +- 15% of the new tokens are awarded to holders of SMOKE Power. - The remaining 10% pays for the witnesses to power the blockchain. ^ ## What is the reward pool? -Every day, a fixed amount of STEEM tokens are allocated to the network reward fund, commonly called the "reward pool." These get distributed to authors and curators for posting and voting on content. +Every day, a fixed amount of SMOKE tokens are allocated to the network reward fund, commonly called the "reward pool." These get distributed to authors and curators for posting and voting on content. ^ @@ -721,9 +721,9 @@ Up to 25% of a post's payout is awarded to curators (the people who upvoted the ## Will the reward pool pay out more or less depending on who votes? -There is a fixed amount of STEEM coins that gets added to the rewards pool each day. In the short term, the amount of coins that get paid out may be higher or lower depending on the amount of voting activity, but over time it will pay out the full amount of rewards regardless of who votes. +There is a fixed amount of SMOKE coins that gets added to the rewards pool each day. In the short term, the amount of coins that get paid out may be higher or lower depending on the amount of voting activity, but over time it will pay out the full amount of rewards regardless of who votes. -Votes in Steem are stake-weighted. Therefore voters with more STEEM Power have a greater influence over the allocation than voters with less SP, but their votes do not increase the amount of rewards. +Votes in Smoke are stake-weighted. Therefore voters with more SMOKE Power have a greater influence over the allocation than voters with less SP, but their votes do not increase the amount of rewards. ^ @@ -737,8 +737,8 @@ The amount that is shown next to a post is a "**Potential Payout**". This is an - If other posts receive more downvotes, the potential payout of the post can go up. - If upvotes are removed from a post, the potential payout of the post can go down. - If downvotes are removed from a post, the potential payout of the post can go up. -- If the price of STEEM goes up, the potential payout of all posts can go up. -- If the price of STEEM goes down, the potential payout of all posts can go down. +- If the price of SMOKE goes up, the potential payout of all posts can go up. +- If the price of SMOKE goes down, the potential payout of all posts can go down. ^ @@ -747,55 +747,55 @@ The amount that is shown next to a post is a "**Potential Payout**". This is an Posts and comments remain active for 7 days. When the period is over, you are able to claim their earned rewards. In your Wallet, click the Claim Rewards button to add the tokens to your account. ^ - -## What is the difference between STEEM, STEEM Power, and Steem Dollars? + +## What is the difference between SMOKE, SMOKE Power, and Smoke Dollars? -**STEEM** - STEEM is the base liquid currency token in the platform. STEEM can be powered up into STEEM Power, traded for Steem Dollars, and transferred to other accounts. It is a cryptocurrency token, similar to bitcoin. +**SMOKE** - SMOKE is the base liquid currency token in the platform. SMOKE can be powered up into SMOKE Power, traded for Smoke Dollars, and transferred to other accounts. It is a cryptocurrency token, similar to bitcoin. -**STEEM Power** - STEEM Power (abbreviated SP) is a measurement of how much influence a user has in the Steem network. The more STEEM Power a user holds, the more they can influence the value of posts and comments. STEEM Power is less liquid. If a user wishes to “Power Down” SP, they will receive equal distributions of the STEEM weekly, over a 13 week period. +**SMOKE Power** - SMOKE Power (abbreviated SP) is a measurement of how much influence a user has in the Smoke network. The more SMOKE Power a user holds, the more they can influence the value of posts and comments. SMOKE Power is less liquid. If a user wishes to “Power Down” SP, they will receive equal distributions of the SMOKE weekly, over a 13 week period. -**Steem Dollars** - Steem Dollars (commonly abbreviated SBD) are liquid stable-value currency tokens designed to be pegged to $1 USD. Steem Dollars can be traded with STEEM, and transferred to other accounts for commerce or exchange. Steem Dollars may also be converted into STEEM in a process that takes 3.5 days. Steem Dollars can be used to buy things in marketplaces, such as PeerHub.com. +**Smoke Dollars** - Smoke Dollars (commonly abbreviated SBD) are liquid stable-value currency tokens designed to be pegged to $1 USD. Smoke Dollars can be traded with SMOKE, and transferred to other accounts for commerce or exchange. Smoke Dollars may also be converted into SMOKE in a process that takes 3.5 days. Smoke Dollars can be used to buy things in marketplaces, such as PeerHub.com. ^ - -## What is delegated STEEM Power? + +## What is delegated SMOKE Power? -Users have the option to delegate STEEM Power to other users. When a user is delegated STEEM Power, their content votes and curation rewards are calculated as if it were their own STEEM Power. Users are not able to power down or cash out delegated STEEM Power, as it still belongs to the original owner. +Users have the option to delegate SMOKE Power to other users. When a user is delegated SMOKE Power, their content votes and curation rewards are calculated as if it were their own SMOKE Power. Users are not able to power down or cash out delegated SMOKE Power, as it still belongs to the original owner. -Most users will have a small amount of STEEM Power delegated to them by the Steemit account after creating an account via Steemit.com. +Most users will have a small amount of SMOKE Power delegated to them by the Smoke account after creating an account via Smoke.com. -Delegated STEEM Power shows up in a user's wallet below their actual STEEM Power balance in parentheses. +Delegated SMOKE Power shows up in a user's wallet below their actual SMOKE Power balance in parentheses. ^ - -## What determines the price of STEEM? + +## What determines the price of SMOKE? -The price of STEEM is based on the supply and demand of the token, determined by buyers and sellers on the exchanges. It is similar to how the price of a commodity like gold is determined. +The price of SMOKE is based on the supply and demand of the token, determined by buyers and sellers on the exchanges. It is similar to how the price of a commodity like gold is determined. ^ - -## How do I get more STEEM Power? + +## How do I get more SMOKE Power? -With STEEM tokens in your wallet, click "Power Up" to turn them into STEEM Power. If you have Steem Dollars, you can convert them to STEEM from your wallet, and then power up the STEEM. +With SMOKE tokens in your wallet, click "Power Up" to turn them into SMOKE Power. If you have Smoke Dollars, you can convert them to SMOKE from your wallet, and then power up the SMOKE. -If you don’t already have STEEM or Steem Dollars in your wallet, you can purchase them using bitcoin (BTC), ether (ETH), or BitShares (BTS) tokens. You may purchase BTC on various exchanges, such as Coinbase.com or Localbitcoins.com. +If you don’t already have SMOKE or Smoke Dollars in your wallet, you can purchase them using bitcoin (BTC), ether (ETH), or BitShares (BTS) tokens. You may purchase BTC on various exchanges, such as Coinbase.com or Localbitcoins.com. To buy: -- Click "Buy Steem" from the main menu in the top right corner of Steemit.com, or from your wallet. +- Click "Buy Smoke" from the main menu in the top right corner of Smoke.com, or from your wallet. - Select the currency to deposit, and enter the amount of that currency you wish to use. -- Enter your Steemit account name (without the @) for "Your receive address". +- Enter your Smoke account name (without the @) for "Your receive address". - Click the "Get Deposit Address" button. - Send the currency to the provided address. -STEEM purchases made via Steemit.com are facilitated by BlockTrades. +SMOKE purchases made via Smoke.com are facilitated by BlockTrades. -bitcoin can also be exchanged for STEEM on external markets such as Poloniex, Bittrex, ShapeShift.io, and Changelly. +bitcoin can also be exchanged for SMOKE on external markets such as Poloniex, Bittrex, ShapeShift.io, and Changelly. ^ - -## How long does it take STEEM or STEEM Power that I purchased to show up in my account? + +## How long does it take SMOKE or SMOKE Power that I purchased to show up in my account? -Transactions on the Steem blockchain typically only take about three seconds to process, but when you are purchasing the STEEM tokens using bitcoin or some other token, then the transaction must wait for the transaction to be confirmed on the other network. This can often take several hours, and sometimes even days. +Transactions on the Smoke blockchain typically only take about three seconds to process, but when you are purchasing the SMOKE tokens using bitcoin or some other token, then the transaction must wait for the transaction to be confirmed on the other network. This can often take several hours, and sometimes even days. If you paid using bitcoin, the third party website bitcoinfees.21.co can estimate the approximate wait time of the transaction based on the fees that were paid. The third party website blockchain.info will lookup the fees that were paid on a specific blockchain transaction. @@ -803,56 +803,56 @@ If you paid using bitcoin, the third party website ## What is powering up and down? -**Powering up** - If you have STEEM tokens, you can Power Up to STEEM Power to get more voting influence on posts and comments. Having more STEEM Power also increases the amount of curation rewards and interest that you can earn. More SP also grants more influence on approving Steem witnesses. +**Powering up** - If you have SMOKE tokens, you can Power Up to SMOKE Power to get more voting influence on posts and comments. Having more SMOKE Power also increases the amount of curation rewards and interest that you can earn. More SP also grants more influence on approving Smoke witnesses. -**Powering down** - If you have STEEM Power, you can power down to turn it into liquid STEEM over a period of time. The system will transfer 1/13 of your STEEM Power to STEEM each week for about three months (13 weeks), starting 1 week from the time it is started. However, you will lose your influence in the network proportionally to how much is powered down, so think about it carefully. Power downs can be stopped at any time. +**Powering down** - If you have SMOKE Power, you can power down to turn it into liquid SMOKE over a period of time. The system will transfer 1/13 of your SMOKE Power to SMOKE each week for about three months (13 weeks), starting 1 week from the time it is started. However, you will lose your influence in the network proportionally to how much is powered down, so think about it carefully. Power downs can be stopped at any time. ^ ## What do the dollar amounts for pending payouts represent? -The dollar amounts next to posts and comments are estimates of the potential payout that will occur when the payout period ends, based on the current voting activity and price of STEEM. These potential payout amounts may fluctuate up or down until the payout period ends. +The dollar amounts next to posts and comments are estimates of the potential payout that will occur when the payout period ends, based on the current voting activity and price of SMOKE. These potential payout amounts may fluctuate up or down until the payout period ends. -Payouts occur as a combination of STEEM Power and Steem Dollars. Sometimes the blockchain may substitute STEEM in place of the Steem Dollars based on market conditions. +Payouts occur as a combination of SMOKE Power and Smoke Dollars. Sometimes the blockchain may substitute SMOKE in place of the Smoke Dollars based on market conditions. -The blockchain estimates the dollar value of STEEM and STEEM Power based on the 3.5 day average price of STEEM reported by the witnesses. The blockchain assumes Steem Dollars are worth approximately one USD. +The blockchain estimates the dollar value of SMOKE and SMOKE Power based on the 3.5 day average price of SMOKE reported by the witnesses. The blockchain assumes Smoke Dollars are worth approximately one USD. ^ - -## Will 1 Steem Dollar always be worth $1.00 USD? + +## Will 1 Smoke Dollar always be worth $1.00 USD? -The market value of a Steem Dollar is dictated by the supply and demand of the token. Therefore it is possible for 1 SBD to be worth more or less than 1 USD depending on market conditions. However, the network's SBD conversion feature serves as a mechanism to hold Steem Dollars within a small margin of the value of USD. +The market value of a Smoke Dollar is dictated by the supply and demand of the token. Therefore it is possible for 1 SBD to be worth more or less than 1 USD depending on market conditions. However, the network's SBD conversion feature serves as a mechanism to hold Smoke Dollars within a small margin of the value of USD. ^ - -## How do Steem Dollar to STEEM conversions work? + +## How do Smoke Dollar to SMOKE conversions work? -If you convert Steem Dollars to STEEM on the Wallet page, the blockchain will process the transaction over a period of 3.5 days. At the end of the 3.5 days, the SBD will be gone and replaced by approximately $1 USD worth of STEEM tokens. The "approximately 1 USD worth of STEEM tokens" is based on the median STEEM price over the 3.5 days, using the price feeds from the Steem witnesses. Depending on price fluctuations during the 3.5 days it is possible to end up with more or less than $1 USD worth of STEEM per SBD at the end of the conversion. +If you convert Smoke Dollars to SMOKE on the Wallet page, the blockchain will process the transaction over a period of 3.5 days. At the end of the 3.5 days, the SBD will be gone and replaced by approximately $1 USD worth of SMOKE tokens. The "approximately 1 USD worth of SMOKE tokens" is based on the median SMOKE price over the 3.5 days, using the price feeds from the Smoke witnesses. Depending on price fluctuations during the 3.5 days it is possible to end up with more or less than $1 USD worth of SMOKE per SBD at the end of the conversion. ^ - -## Is there a way for me to convert my Steem Dollars to STEEM without waiting 3.5 days? + +## Is there a way for me to convert my Smoke Dollars to SMOKE without waiting 3.5 days? -You can exchange them. Visit the internal Market, found in the main menu. There you can exchange your SBD for STEEM in real-time at whatever the current market price is. +You can exchange them. Visit the internal Market, found in the main menu. There you can exchange your SBD for SMOKE in real-time at whatever the current market price is. -Depending on market conditions, users may get more STEEM for their SBD by trading them for STEEM on the internal market, rather than using the conversion. +Depending on market conditions, users may get more SMOKE for their SBD by trading them for SMOKE on the internal market, rather than using the conversion. ^ - -## What can I do with my STEEM tokens? + +## What can I do with my SMOKE tokens? -- "Power Up" to STEEM Power +- "Power Up" to SMOKE Power - Exchange for SBD in the internal market - Withdraw to an exchange, and trade for BTC or other digital tokens -- Purchase items through third-party stores that accept STEEM tokens +- Purchase items through third-party stores that accept SMOKE tokens ^ ## What can I do with my SBD tokens? - Hold them as a stable-value token -- Convert to STEEM via your wallet (takes 3.5 days) -- Exchange for STEEM in the internal market +- Convert to SMOKE via your wallet (takes 3.5 days) +- Exchange for SMOKE in the internal market - Withdraw to an exchange, and trade for BTC or other digital tokens - Purchase items through third-party stores that accept SBD tokens @@ -860,57 +860,57 @@ Depending on market conditions, users may get more STEEM for their SBD by tradin ## What is a MVEST? -A VEST is a unit of measurement for STEEM Power. A MVEST is one million VESTS. The amount of STEEM Power in one MVEST can be found on steemd.com as `steem_per_mvests`. +A VEST is a unit of measurement for SMOKE Power. A MVEST is one million VESTS. The amount of SMOKE Power in one MVEST can be found on steemd.com as `steem_per_mvests`. ^ - -## Can I sell goods and services on Steemit? + +## Can I sell goods and services on Smoke? -Other than making a post and making sales manually, there is no interface for selling items directly on Steemit.com. You can list goods on the third-party website PeerHub.com. Through PeerHub, you can accept payment in Steem Dollars or STEEM, and you have the option to advertise your items through Steemit posts. +Other than making a post and making sales manually, there is no interface for selling items directly on Smoke.com. You can list goods on the third-party website PeerHub.com. Through PeerHub, you can accept payment in Smoke Dollars or SMOKE, and you have the option to advertise your items through Smoke posts. ^ - -## How can I withdraw my STEEM or SBD coins? + +## How can I withdraw my SMOKE or SBD coins? -STEEM and SBD tokens are readily tradable to bitcoin, which is readily tradable to the local currency of your choice. There is a link to "Sell" your STEEM and SBD tokens in your wallet, which uses the BlockTrades interface. +SMOKE and SBD tokens are readily tradable to bitcoin, which is readily tradable to the local currency of your choice. There is a link to "Sell" your SMOKE and SBD tokens in your wallet, which uses the BlockTrades interface. -There are several guides that have been posted by users in the community for using various external exchanges to withdraw STEEM and SBD tokens. Please read the disclaimer before using any of these guides to withdraw your coins. The users, guides, and exchanges listed in the guides are not endorsed by Steemit, Inc. Use the guides below at your own risk. +There are several guides that have been posted by users in the community for using various external exchanges to withdraw SMOKE and SBD tokens. Please read the disclaimer before using any of these guides to withdraw your coins. The users, guides, and exchanges listed in the guides are not endorsed by Smoke, Inc. Use the guides below at your own risk. It is recommended that you withdraw a small amount first, to verify it works before withdrawing a larger amount. -#### Sell Steem Dollars via Poloniex +#### Sell Smoke Dollars via Poloniex https://smoke.io/steemit/@ash/steemit-how-to-sell-steem-dollars-via-poloniex-newbie-friendly -#### Withdraw Steem Dollars to a Bitcoin address +#### Withdraw Smoke Dollars to a Bitcoin address https://smoke.io/steem-help/@piedpiper/how-to-withdraw-your-steem-dollars-in-less-that-a-minute -#### Convert Steem Dollars to a country’s currency and withdraw to a bank account +#### Convert Smoke Dollars to a country’s currency and withdraw to a bank account https://smoke.io/tutorial/@beanz/how-to-get-my-usdteemit-money-into-my-bank-account -#### Convert STEEM to many other cryptocurrencies via ShapeShift +#### Convert SMOKE to many other cryptocurrencies via ShapeShift https://smoke.io/steemit/@shapeshiftio/official-announcement-shapeshift-has-added-steem-to-the-exchange ^ - -## Will I get a 1099 from Steemit? + +## Will I get a 1099 from Smoke? -No, you are not being paid by Steemit. The Steem network rewards you. It is your responsibility to determine what, if any, taxes apply to the transactions you make. Further, it is your responsibility to report and remit the correct tax to the appropriate tax authority. By creating an account, you agree that Steemit Inc is not responsible for determining whether taxes apply to your Steem transactions or for collecting, reporting, withholding, or remitting any taxes arising from any Steem transactions. +No, you are not being paid by Smoke. The Smoke network rewards you. It is your responsibility to determine what, if any, taxes apply to the transactions you make. Further, it is your responsibility to report and remit the correct tax to the appropriate tax authority. By creating an account, you agree that Smoke Inc is not responsible for determining whether taxes apply to your Smoke transactions or for collecting, reporting, withholding, or remitting any taxes arising from any Smoke transactions. ^ ## How much are the transaction fees for sending tokens to other users? -There are never any fees for transfers within the Steem network. However, if you transfer Steem to an exchange and convert it to another currency, you will incur a small fee from the exchange. +There are never any fees for transfers within the Smoke network. However, if you transfer Smoke to an exchange and convert it to another currency, you will incur a small fee from the exchange. ^ - -## Are there fees for Powering Up, Powering Down, trading on the internal market, or converting SBD to STEEM? + +## Are there fees for Powering Up, Powering Down, trading on the internal market, or converting SBD to SMOKE? No. None of these actions incur any fees. ^ - -## How long does it take to transfer STEEM or SBD tokens between users? + +## How long does it take to transfer SMOKE or SBD tokens between users? A transfer of tokens between accounts typically takes 3 seconds. This is far faster than most blockchain tokens. @@ -936,7 +936,7 @@ Every 100% vote you cast will use 2% of your remaining voting power. Your voting New users can only upvote and downvote with 100% voting strength. -Once you reach about 500 STEEM Power, you will see a vote slider appear when you vote. You can use the slider to adjust the weight of your vote, between 1% and 100% voting strength. Voting with less than 100% voting weight will use up less voting power, but it will also have less of an influence on the post or comment's rewards. +Once you reach about 500 SMOKE Power, you will see a vote slider appear when you vote. You can use the slider to adjust the weight of your vote, between 1% and 100% voting strength. Voting with less than 100% voting weight will use up less voting power, but it will also have less of an influence on the post or comment's rewards. @@ -992,9 +992,9 @@ Even though your vote may not have an immediate effect, when it gets added in al ## Is there a way to make my votes count for more? -Yes. The more STEEM Power you have, the more influence your votes will have. +Yes. The more SMOKE Power you have, the more influence your votes will have. -The platform does not require that anybody purchase SP in order to participate, and there are many users who have earned a lot of STEEM Power without spending any of their own money. You have the option of purchasing more STEEM Power through your Steemit wallet. +The platform does not require that anybody purchase SP in order to participate, and there are many users who have earned a lot of SMOKE Power without spending any of their own money. You have the option of purchasing more SMOKE Power through your Smoke wallet. ^ @@ -1023,8 +1023,8 @@ With the current implementation, there is no difference between a downvote and a ^ # Plagiarism, Spam, and Abuse - -## What are Steemit’s policies on plagiarism and spam? + +## What are Smoke’s policies on plagiarism and spam? If you are posting plagiarized or copied content, you can get in legal trouble for violating copyright laws. Plagiarized posts and spam are seen as abuse and will be downvoted by community members. If you are posting or using someone else’s content, you must ensure that you have the rights to use the content, and properly reference the sources where you got the material from. @@ -1040,17 +1040,17 @@ Here is a post from @mindover that has links to many websites that have images y https://smoke.io/steem-help/@mindover/don-t-plagiarize-images-here-are-13-free-and-legal-ways-to-find-high-quality-photos-you-can-use-on-steemit ^ - -## What is Steemcleaners? + +## What is Smokecleaners? -Steemcleaners are a group of Steemians concerned with plagiarism, copy/paste, spam, scams and other forms of abuse on Steemit. +Smokecleaners are a group of Smokeians concerned with plagiarism, copy/paste, spam, scams and other forms of abuse on Smoke. https://smoke.io/steemcleaners/@steemcleaners/announcing-steemcleaners-the-steemit-abuse-fighting-team ^ ## What is @cheetah? -@cheetah is a bot developed by @anyx that scours Steemit for copy/pasted content. Cheetah will not downvote copied content, but it alerts other users to look into it further. +@cheetah is a bot developed by @anyx that scours Smoke for copy/pasted content. Cheetah will not downvote copied content, but it alerts other users to look into it further. Abusive accounts (serial plagiarists or identity thieves, for example) will go on Cheetah’s blacklist. These users will get downvoted by @cheetah accounts when they post. @@ -1069,7 +1069,7 @@ You can report any abusive content to the ## What is Reputation? -Every user has a reputation score next to their name. The reputation score is one way Steemit measures the amount of value you have brought to the community. It is also a mechanism that is designed to help reduce abuse of the Steemit platform. +Every user has a reputation score next to their name. The reputation score is one way Smoke measures the amount of value you have brought to the community. It is also a mechanism that is designed to help reduce abuse of the Smoke platform. Your reputation goes up when accounts vote on your content. Getting downvoted by someone with a higher reputation can push your reputation down and make your posts less visible. @@ -1090,7 +1090,7 @@ https://smoke.io/steemit/@digitalnotvir/how-reputation-scores-are-calculated-the ## How do I improve my reputation score? -Every time another user upvotes one of your posts or comments, it increases your reputation score. Users with a higher reputation than you will have more of a positive effect. The more STEEM Power that the voter has, the larger the effect is as well. The best way to earn upvotes is by adding value to the Steemit community. +Every time another user upvotes one of your posts or comments, it increases your reputation score. Users with a higher reputation than you will have more of a positive effect. The more SMOKE Power that the voter has, the larger the effect is as well. The best way to earn upvotes is by adding value to the Smoke community. ^ @@ -1105,27 +1105,27 @@ The only way for your reputation score to go down is to be downvoted by another ## Why does my reputation score matter? -A reputation score is one way Steemit measures the amount of value you have brought to the community. In real estate, they say there are three variables of the utmost importance: location, location, location. On Steemit, those things are: reputation, reputation, reputation. It’s not to say other variables aren’t important, but reputation will be an enormous factor in your level of success. +A reputation score is one way Smoke measures the amount of value you have brought to the community. In real estate, they say there are three variables of the utmost importance: location, location, location. On Smoke, those things are: reputation, reputation, reputation. It’s not to say other variables aren’t important, but reputation will be an enormous factor in your level of success. -Many Steemians glance at users’ reputation scores when deciding which articles to read because they know higher reputation scores means it is much more likely quality content. Furthermore, the higher your rep, the more effect your vote will have on the reputation of others. +Many Smokeians glance at users’ reputation scores when deciding which articles to read because they know higher reputation scores means it is much more likely quality content. Furthermore, the higher your rep, the more effect your vote will have on the reputation of others. -It is worth noting that if your reputation score goes below 0, Steemit will hide your posts and comments making it very difficult to gain monetary rewards and followers. This incentivizes online etiquette and respect for your fellow Steemians. +It is worth noting that if your reputation score goes below 0, Smoke will hide your posts and comments making it very difficult to gain monetary rewards and followers. This incentivizes online etiquette and respect for your fellow Smokeians. ^ -# Followers, Feeds, and Resteem +# Followers, Feeds, and Resmoke - -## What is Resteeming? + +## What is Resmokeing? This is like reblogging or sharing posts on other platforms. Once you resteem a post it will appear in your feed and in your followers' feeds as if you had posted it yourself. Use it conservatively and with caution. It is great to want to share content you like and appreciate with people you follow, but you don't want to overwhelm your followers either. -^ +^ ## Can I share on other social media? -Yes you can use the share button to share on Facebook, Twitter or LinkedIn. You are welcome to post your Steemit links on other websites and social media sites. +Yes you can use the share button to share on Facebook, Twitter or LinkedIn. You are welcome to post your Smoke links on other websites and social media sites. -^ +^ # Blockchain @@ -1134,26 +1134,26 @@ Yes you can use the share button to share on Facebook, Twitter or LinkedIn. You A blockchain is a public ledger of all transactions ever executed. All of the transactions and data are stored in a distributed database. Each time the database is updated, all of updates are done together in a batch called a 'block'. Each time a new block is produced/added, it is appended on to all of the previous blocks - hence the name "blockchain". ^ - -## What is the Steem blockchain? + +## What is the Smoke blockchain? -The Steem blockchain is the publicly accessible distributed database, which records all posts and votes, and distributes the rewards across the network. It is where all of the text content and voting data is stored, and it is where all of the reward calculations and payouts are performed. +The Smoke blockchain is the publicly accessible distributed database, which records all posts and votes, and distributes the rewards across the network. It is where all of the text content and voting data is stored, and it is where all of the reward calculations and payouts are performed. ^ - -## What is the difference between Steem and Steemit? + +## What is the difference between Smoke and Smoke? -Steem is the name of the blockchain that stores all of the data and transactions, and processes all of the events that take place. STEEM is also a name for the system’s value token (currency). +Smoke is the name of the blockchain that stores all of the data and transactions, and processes all of the events that take place. SMOKE is also a name for the system’s value token (currency). -Steemit is a front end web interface to interact with the blockchain, and view the blockchain data. +Smoke is a front end web interface to interact with the blockchain, and view the blockchain data. ^ - -## How is Steem different from Bitcoin? + +## How is Smoke different from Bitcoin? -On a technical level, the two networks rely on the same model of a blockchain, but are built upon different technologies and codebase. Steem is based on a new state-of-the-art blockchain technology called Graphene, which uses "witnesses" instead of "miners" to produce blocks. +On a technical level, the two networks rely on the same model of a blockchain, but are built upon different technologies and codebase. Smoke is based on a new state-of-the-art blockchain technology called Graphene, which uses "witnesses" instead of "miners" to produce blocks. -The "delegated proof of stake" model of using witnesses instead of miners allows for greater efficiency in block production. With BTC, 100% of the new coins that are created are allocated to block producers (miners). With the Steem blockchain, only 10% of the new coins are paid to block producers (witnesses). The other 90% of new STEEM coins are awarded to content producers, curators, and STEEM Power holders. +The "delegated proof of stake" model of using witnesses instead of miners allows for greater efficiency in block production. With BTC, 100% of the new coins that are created are allocated to block producers (miners). With the Smoke blockchain, only 10% of the new coins are paid to block producers (witnesses). The other 90% of new SMOKE coins are awarded to content producers, curators, and SMOKE Power holders. ^ @@ -1163,13 +1163,13 @@ The "delegated proof of stake" model of using witnesses instead of miners allows **Proof of stake** - Requires ownership, or stake, in the cryptocurrency. The more tokens you own, the more block creation power you have. Benefits: eliminates the need for expensive mining rigs, runs on a tiny fraction of the power, and it requires block producers to have a stake in the network. -**Delegated proof of stake** - Block-creating accounts, called witnesses, are collectively approved by Steem stakeholders. Instead of relying on proof of work to find blocks, the Steem network actively schedules these accounts to improve the time between blocks to 3 seconds. +**Delegated proof of stake** - Block-creating accounts, called witnesses, are collectively approved by Smoke stakeholders. Instead of relying on proof of work to find blocks, the Smoke network actively schedules these accounts to improve the time between blocks to 3 seconds. ^ - -## How often does the Steem blockchain produce a new block? + +## How often does the Smoke blockchain produce a new block? -The Steem blockchain schedules witnesses to produce a new block every 3 seconds. 21 witness nodes produce 21 blocks in each 63-second round. +The Smoke blockchain schedules witnesses to produce a new block every 3 seconds. 21 witness nodes produce 21 blocks in each 63-second round. ^ @@ -1181,67 +1181,67 @@ Yes. The blockchain data can be viewed in different ways with third-party tools ## Where can I find the information for the official launch of the blockchain? -The original launch of Steem was on March 23, 2016, announced on Bitcointalk.org. There was a bug found in the original code though, and a majority of the stakeholders agreed that it would be easier to fix via a re-launch than a hardfork. The blockchain was reset and officially re-launched on March 24, 2016, via Bitcointalk.org. +The original launch of Smoke was on March 23, 2016, announced on Bitcointalk.org. There was a bug found in the original code though, and a majority of the stakeholders agreed that it would be easier to fix via a re-launch than a hardfork. The blockchain was reset and officially re-launched on March 24, 2016, via Bitcointalk.org. ^ - -## Can I mine STEEM? + +## Can I mine SMOKE? -No. Proof of work mining has been removed from Steem. +No. Proof of work mining has been removed from Smoke. ^ -# Steemit, Inc. +# Smoke, Inc. - -## Who is the CEO of Steemit? + +## Who is the CEO of Smoke? Ned Scott, @ned https://www.linkedin.com/in/nedscott -^ - -## Can I invest in Steemit? +^ + +## Can I invest in Smoke? -Steemit, Inc. is a privately held company and is not available for public investment. +Smoke, Inc. is a privately held company and is not available for public investment. -Though not considered an investment, you can purchase STEEM tokens which can go up or down in value. You can power up these tokens into STEEM Power, which grants more influence in the Steem platform. +Though not considered an investment, you can purchase SMOKE tokens which can go up or down in value. You can power up these tokens into SMOKE Power, which grants more influence in the Smoke platform. -^ - -## What does Steemit’s development roadmap look like? +^ + +## What does Smoke’s development roadmap look like? You can view the 2017 Roadmap here: https://smoke.io/steemit/@steemitblog/steemit-2017-roadmap -^ - -## Am I allowed to use the Steemit logo? +^ + +## Am I allowed to use the Smoke logo? -Currently, the Steem and Steemit logos are the same and is free to use. In the future, Steemit, Inc. will have its own logo so that it can be distinguished from Steem. The Steemit logo will be proprietary while Steem and its three S-shaped squiggles will remain open for public use. +Currently, the Smoke and Smoke logos are the same and is free to use. In the future, Smoke, Inc. will have its own logo so that it can be distinguished from Smoke. The Smoke logo will be proprietary while Smoke and its three S-shaped squiggles will remain open for public use. -^ - -## Can I purchase official Steemit merchandise? +^ + +## Can I purchase official Smoke merchandise? -Yes. Official Steemit merchandise can be purchased from [The Steemit Shop](https://thesteemitshop.com/). +Yes. Official Smoke merchandise can be purchased from [The Smoke Shop](https://thesteemitshop.com/). -^ - -## Did Steemit "pre-mine" tokens? +^ + +## Did Smoke "pre-mine" tokens? -The STEEM tokens mined by Steemit, Inc. were not "pre-mined". All mining took place after the coin was officially and publicly announced on Bitcointalk.org. +The SMOKE tokens mined by Smoke, Inc. were not "pre-mined". All mining took place after the coin was officially and publicly announced on Bitcointalk.org. -^ - -## What is the Steemit Privacy Policy? +^ + +## What is the Smoke Privacy Policy? https://smoke.io/privacy.html -^ +^ # Security - -## How can I keep my Steem account secure? + +## How can I keep my Smoke account secure? Save your master password and keep it somewhere safe. @@ -1252,7 +1252,7 @@ Only log into your account using the key with the appropriate permissions for wh Again, save your master password and keep it safe! If logging in with your post key, make sure you don't overwrite or misplace your original master password. -It is not recommended to share your password or keys with any third party site. Steemit Inc. is developing a login application that can be used on third party Steem front ends. +It is not recommended to share your password or keys with any third party site. Smoke Inc. is developing a login application that can be used on third party Smoke front ends. ^ @@ -1270,9 +1270,9 @@ The password has to be long and random for maximum account security. ## What are my different keys for? -**Posting key** - The posting key allows accounts to post, comment, edit, vote, resteem, and follow or mute other accounts. Most users should be logging into Steemit every day with the posting key. You are more likely to have your password or key compromised the more you use it so a limited posting key exists to restrict the damage that a compromised account key would cause. +**Posting key** - The posting key allows accounts to post, comment, edit, vote, resteem, and follow or mute other accounts. Most users should be logging into Smoke every day with the posting key. You are more likely to have your password or key compromised the more you use it so a limited posting key exists to restrict the damage that a compromised account key would cause. -**Active key** - The active key is meant for more sensitive tasks such as transferring funds, power up/down transactions, converting Steem Dollars, voting for witnesses, updating profile details and avatar, and placing a market order. +**Active key** - The active key is meant for more sensitive tasks such as transferring funds, power up/down transactions, converting Smoke Dollars, voting for witnesses, updating profile details and avatar, and placing a market order. **Memo key** - Currently the memo key is not used. @@ -1287,16 +1287,16 @@ There is no way to recover your account if you lose your password or owner key! It is strongly recommended that you store an offline copy of your password somewhere safe in case of a hard drive failure or other calamity. Consider digital offline storage, such as an external disk or flash drive, as well as printed paper. Use a safe deposit box for best redundancy. ^ - -## Are my STEEM and Steem Dollar tokens insured in the event of a hack or if someone takes over my account? + +## Are my SMOKE and Smoke Dollar tokens insured in the event of a hack or if someone takes over my account? -No, liquid tokens can not be taken back if stolen or sent to the wrong account. If your tokens are in STEEM Power, it is impossible for a hacker to take out more than 1/13 per week. If your tokens are in savings, there is a three-day wait period for them to become transferable. +No, liquid tokens can not be taken back if stolen or sent to the wrong account. If your tokens are in SMOKE Power, it is impossible for a hacker to take out more than 1/13 per week. If your tokens are in savings, there is a three-day wait period for them to become transferable. ^ ## What should I do if I discover that someone hacked my account? -If you made your account through Steemit and it is compromised, immediately visit the Stolen Account Recovery page. This link is also available in the main site menu. You will need to provide the email address that you used when you signed up, your account name, and a master password that was used in the last 30 days. +If you made your account through Smoke and it is compromised, immediately visit the Stolen Account Recovery page. This link is also available in the main site menu. You will need to provide the email address that you used when you signed up, your account name, and a master password that was used in the last 30 days. ^ @@ -1304,7 +1304,7 @@ If you made your account through Steemit and it is compromised, immediately visi If your password has been changed without your consent, then the account designated as your recovery account can generate a new owner key for the account. The account recovery must be completed within 30 days of the password being changed, and you must supply a recent owner key that was valid within the last 30 days. -Steemit Inc. owns the default recovery account (@steem) for all users who sign up using Steemit.com. Steemit can identify users by their original email, Facebook, or Reddit logins that were used to signup via Steemit.com. +Smoke Inc. owns the default recovery account (@steem) for all users who sign up using Smoke.com. Smoke can identify users by their original email, Facebook, or Reddit logins that were used to signup via Smoke.com. If you don't have the master password or owner key that was valid the past 30 days, or are unable to prove that you are the original owner of the account, then your account will be unrecoverable. @@ -1317,32 +1317,32 @@ If you find a security issue please report the details to security@smoke.io. ^ # Developers - -## Are the Steem blockchain and Steemit.com code open-source? + +## Are the Smoke blockchain and Smoke.com code open-source? -Yes. Both the Steem blockchain and Steemit.com are open-source projects. +Yes. Both the Smoke blockchain and Smoke.com are open-source projects. -Developers should however avoid the use of the term "Steemit" in their own products, and instead refer to the Steem Blockchain or Steem Platform. Steemit refers to Steemit.com, which is owned by Steemit, Inc. +Developers should however avoid the use of the term "Smoke" in their own products, and instead refer to the Smoke Blockchain or Smoke Platform. Smoke refers to Smoke.com, which is owned by Smoke, Inc. ^ - -## Is there a Github page for Steemit.com? + +## Is there a Github page for Smoke.com? https://github.com/steemit/condenser ^ - -## Is there a Github page for the Steem blockchain? + +## Is there a Github page for the Smoke blockchain? https://github.com/steemit/steem ^ - -## What is available for developers interested in Steem and Steemit? + +## What is available for developers interested in Smoke and Smoke? -Many software engineers are currently leveraging the open-source code to build their applications on Steem. There are more than sixty so far. +Many software engineers are currently leveraging the open-source code to build their applications on Smoke. There are more than sixty so far. -This post from the user @fabien has more information about the Steem API: +This post from the user @fabien has more information about the Smoke API: https://smoke.io/steemjs/@fabien/steem-api-now-released ^ @@ -1355,12 +1355,12 @@ https://smoke.io/steemhelp/@pfunk/a-learner-s-guide-to-using-steem-s-cliwallet-p ^ # Witnesses - -## What are Steem witnesses? + +## What are Smoke witnesses? -The Steem blockchain requires a set of people to create blocks and uses a consensus mechanism called delegated proof of stake, or DPOS. The community elects 'witnesses' to act as the network's block producers and governance body. There are 20 full-time witnesses, producing a block every 63-second round. A 21st position is shared by backup witnesses, who are scheduled proportionally to the amount of stake-weighted community approval they have. Witnesses are compensated with STEEM Power for each block they create. +The Smoke blockchain requires a set of people to create blocks and uses a consensus mechanism called delegated proof of stake, or DPOS. The community elects 'witnesses' to act as the network's block producers and governance body. There are 20 full-time witnesses, producing a block every 63-second round. A 21st position is shared by backup witnesses, who are scheduled proportionally to the amount of stake-weighted community approval they have. Witnesses are compensated with SMOKE Power for each block they create. -Steemit leverages Steem because the founders of Steemit believe Steem’s decentralized text content storage and governance model makes Steem an excellent platform for supporting the long term success of its social network and digital currency tokens. +Smoke leverages Smoke because the founders of Smoke believe Smoke’s decentralized text content storage and governance model makes Smoke an excellent platform for supporting the long term success of its social network and digital currency tokens. ^ @@ -1377,32 +1377,32 @@ Each account can vote for up to 30 witnesses. ^ # Miscellaneous - -## What third-party tools are there for Steemit? + +## What third-party tools are there for Smoke? http://steemtools.com/ ^ - -## Is there an official Steemit Facebook page? + +## Is there an official Smoke Facebook page? https://www.facebook.com/steemit/ ^ - -## Is there an official Steemit Twitter account? + +## Is there an official Smoke Twitter account? https://twitter.com/steemit ^ - -## What is the Steem Whitepaper and what is its purpose? + +## What is the Smoke Whitepaper and what is its purpose? -The Steem Whitepaper was written to describe the mechanics of the token system that makes decentralized content incentives and distribution possible in a way that can improve web technologies across the board. It is also applicable to Steemit, the first website to plug into the Steem blockchain. Users who have read the Steem Whitepaper will better understand how their interactions with Steemit are interactions with Steem, the decentralized network. +The Smoke Whitepaper was written to describe the mechanics of the token system that makes decentralized content incentives and distribution possible in a way that can improve web technologies across the board. It is also applicable to Smoke, the first website to plug into the Smoke blockchain. Users who have read the Smoke Whitepaper will better understand how their interactions with Smoke are interactions with Smoke, the decentralized network. -It is worth noting that the Whitepaper hasn’t been updated almost since Steem came into existence. Many changes have been made since then, so much of the Whitepaper is now out of date. It is in the process of being rewritten. +It is worth noting that the Whitepaper hasn’t been updated almost since Smoke came into existence. Many changes have been made since then, so much of the Whitepaper is now out of date. It is in the process of being rewritten. -https://steem.io/SteemWhitePaper.pdf +https://steem.io/SmokeWhitePaper.pdf ^ @@ -1410,7 +1410,7 @@ https://steem.io/SteemWhitePaper.pdf If you post your question in the #help channel on steemit.chat, the users there may be able to help. -You can also create a post on Steemit.com with the tag #help, and someone in the community may be able to answer it. +You can also create a post on Smoke.com with the tag #help, and someone in the community may be able to answer it. ^ @@ -1419,9 +1419,9 @@ You can also create a post on Steemit.com with the tag #help, and someone in the ## Third Party References and User Links -BlockTrades, Poloniex, Bittrex, Changelly, Shapeshift.io, Coinbase, Localbitcoins, SteemDB, PeerHub, Steemit.chat, SteemTools, AnonSteem, SteemConnect, Streemian, SteemStats, Pixabay, Steemcleaners, Pexels, Postimage, Markdown Cheatsheet, @cheetah, Bitcointalk, bitcoinfees, blockchain.info, and steemd are third party applications/services, and are not owned or maintained by Steemit, Inc. Their listing here, as well as any other third party applications or websites that are listed, does not constitute and endorsement or recommendation on behalf of Steemit, Inc. +BlockTrades, Poloniex, Bittrex, Changelly, Shapeshift.io, Coinbase, Localbitcoins, SmokeDB, PeerHub, Smoke.chat, SmokeTools, AnonSmoke, SmokeConnect, Streemian, SmokeStats, Pixabay, Smokecleaners, Pexels, Postimage, Markdown Cheatsheet, @cheetah, Bitcointalk, bitcoinfees, blockchain.info, and steemd are third party applications/services, and are not owned or maintained by Smoke, Inc. Their listing here, as well as any other third party applications or websites that are listed, does not constitute and endorsement or recommendation on behalf of Smoke, Inc. -All links to user posts were created by our users and do not necessarily represent the views of Steemit, Inc. or its management. Their listing here does not constitute and endorsement or recommendation on behalf of Steemit, Inc. +All links to user posts were created by our users and do not necessarily represent the views of Smoke, Inc. or its management. Their listing here does not constitute and endorsement or recommendation on behalf of Smoke, Inc. Please use the third party tools and content at your own risk. diff --git a/src/app/help/en/welcome.md b/src/app/help/en/welcome.md index 4b8d80f..ec4f728 100644 --- a/src/app/help/en/welcome.md +++ b/src/app/help/en/welcome.md @@ -1,10 +1,10 @@ -## Welcome to Steemit! +## Welcome to Smoke! -This page is full of information to help you learn about the platform and become a successful Steemian. You can return to this page at any time by clicking on the "Welcome" link in the main menu. There is a table of contents below to help you navigate the page. +This page is full of information to help you learn about the platform and become a successful Smokeian. You can return to this page at any time by clicking on the "Welcome" link in the main menu. There is a table of contents below to help you navigate the page. Included on the page is a "Quick Start Guide" with information on how the platform works, and a "To Do List" with recommended steps to get started with your account. -Below that is a section of "Helpful Posts from Steemit Users", which contains a collection of posts from users in the community that are helpful for new users getting started. +Below that is a section of "Helpful Posts from Smoke Users", which contains a collection of posts from users in the community that are helpful for new users getting started. Below that is a list of recommended users to follow, a collection of other resources including the FAQ Page, and information on where to find live help. @@ -19,7 +19,7 @@ Below that is a list of recommended users to follow, a collection of other resou - Creating Posts - Tags - Followers and Feeds -- Resteem +- Resmoke - Digital Currencies - Curation - Payments @@ -29,17 +29,17 @@ Below that is a list of recommended users to follow, a collection of other resou - Cashing out or Spending SBD - Plagiarism - Password Security -- Earning on Steemit +- Earning on Smoke ### To Do List 1. Backup your password -2. Sign Up for Steemit Chat +2. Sign Up for Smoke Chat 3. Setup your Profile, Avatar, and Cover Image 4. Choose your "NSFW" (Not Safe for Work) Display Preference 5. Create your "introduceyourself" post -### Helpful Posts from Steemit Users +### Helpful Posts from Smoke Users ### Users to Follow ### Other Resources ### Live Help @@ -52,13 +52,13 @@ Below that is a list of recommended users to follow, a collection of other resou ### No Cost to Participate -It is free to post, comment, or upvote all content on Steemit.com. You might even get paid for it! +It is free to post, comment, or upvote all content on Smoke.com. You might even get paid for it! ^ ### Upvotes -Upvotes are Steemit's way of saying you like someone's post or comment. +Upvotes are Smoke's way of saying you like someone's post or comment. To upvote, click on the *Upvote* icon at the bottom of the comment/post. @@ -82,7 +82,7 @@ You will want to make your title attention grabbing, and relevant to your conten To create your content, you can either use "Editor" or "Markdown" mode. -There are several guides for creating posts in the "Helpful Posts from Steemit Users" section below. +There are several guides for creating posts in the "Helpful Posts from Smoke Users" section below. ^ @@ -106,13 +106,13 @@ To follow an author, click on their username and click the "Follow" button. Once you follow someone, all of their posts will show up in your "Feed" on the homepage when you login. -As other Steemians come across your posts and comments, you will start to gain followers. +As other Smokeians come across your posts and comments, you will start to gain followers. You can see all of your followers and the people you are following in your profile page. ^ - -### Resteem + +### Resmoke If you want to share someone else's post with all of your followers, click on the *resteem* icon. @@ -120,9 +120,9 @@ If you want to share someone else's post with all of your followers, click on th ### Digital Currencies -STEEM, Steem Power and Steem Dollars are the three forms of digital currency used by the Steem Blockchain. +SMOKE, Smoke Power and Smoke Dollars are the three forms of digital currency used by the Smoke Blockchain. -More information on the three types of tokens can be found in the [Steemit FAQ](https://smoke.io/faq.html). +More information on the three types of tokens can be found in the [Smoke FAQ](https://smoke.io/faq.html). ^ @@ -130,7 +130,7 @@ More information on the three types of tokens can be found in the [Steemit FAQ]( Up to 25% of the reward for posts goes to the people who voted on it. These people are called curators. -The more Steem Power you have in your account, the more your upvotes will be worth, and the more potential curation rewards you can earn! +The more Smoke Power you have in your account, the more your upvotes will be worth, and the more potential curation rewards you can earn! ^ @@ -142,9 +142,9 @@ The payments may fluctuate (up and down) until the final payment is reached. Payments for posts are split between the author (at least 75%) and the curators (up to 25%). -The author reward is paid 50% in Steem Power, and 50% in liquid STEEM/SBD. +The author reward is paid 50% in Smoke Power, and 50% in liquid SMOKE/SBD. -Authors also have the option to decline payout, or be paid in 100% Steem Power! +Authors also have the option to decline payout, or be paid in 100% Smoke Power! ^ @@ -160,7 +160,7 @@ These are various ways to sort blog posts. **Trending** - Posts with the highest pending rewards currently. -**Promoted** - Listings that are boosted by Steem Dollar payments get "Promoted" for greater visibility. +**Promoted** - Listings that are boosted by Smoke Dollar payments get "Promoted" for greater visibility. ^ @@ -176,7 +176,7 @@ These are various ways to sort blog posts. **Replies** - Here is where you go to see all replies other users have made to your posts and comments. -**Wallet** - Here is where you go to see your wallet balances, make transfers, exchange STEEM/SBD, and Power Up. +**Wallet** - Here is where you go to see your wallet balances, make transfers, exchange SMOKE/SBD, and Power Up. **Change Password** - Here is where you go to change your password. @@ -188,7 +188,7 @@ These are various ways to sort blog posts. ### Reputation -A reputation score is one way Steemit measures the amount of value you have brought to the community. +A reputation score is one way Smoke measures the amount of value you have brought to the community. The higher the number, the more weighted votes an account has earned. @@ -202,9 +202,9 @@ Your reputation will go up as you earn upvotes for your posts and comments, but You can spend your SBD at the [Peerhub Store](https://www.peerhub.com/). -You can exchange your STEEM and SBD for bitcoin on an exchange such as [BlockTrades](https://blocktrades.us/) or [Bittrex](https://bittrex.com/). +You can exchange your SMOKE and SBD for bitcoin on an exchange such as [BlockTrades](https://blocktrades.us/) or [Bittrex](https://bittrex.com/). -You can also "Power Up" and use your STEEM/SBD to gain more Steem Power! +You can also "Power Up" and use your SMOKE/SBD to gain more Smoke Power! ^ @@ -212,7 +212,7 @@ You can also "Power Up" and use your STEEM/SBD to gain more Steem Power! The community is looking for you to add your own personal touch to your articles. -Plagiarizing, that is posting someone else's work as if it were your own, is very frowned upon by the Steemit community. +Plagiarizing, that is posting someone else's work as if it were your own, is very frowned upon by the Smoke community. If you are using anyone else's material as part of your posts (including images) - please cite your sources. @@ -222,13 +222,13 @@ Also, make sure that you are not violating any copyright laws if you are using s ### Password Security -Your Steemit account is worth real money. Treat your Steemit password like you would your bank password, and keep it secure! +Your Smoke account is worth real money. Treat your Smoke password like you would your bank password, and keep it secure! -Unless your password was recently changed and you possess the old one, **there is no password recovery for Steem accounts**. You are 100% responsible for having it backed up. This means secure digital backups, as well as secured paper backups, off-site if possible. +Unless your password was recently changed and you possess the old one, **there is no password recovery for Smoke accounts**. You are 100% responsible for having it backed up. This means secure digital backups, as well as secured paper backups, off-site if possible. ^ - -### Earning on Steemit + +### Earning on Smoke The best attitude to have is to expect to make nothing. Have fun. Get engaged. Make friends. If along the way you earn something - bonus! @@ -243,7 +243,7 @@ It is possible to earn thousands of dollars, but most authors who are doing this ### 1. Backup your password -Unlike centralized web services, **the Steem Blockchain has no account password recovery**. +Unlike centralized web services, **the Smoke Blockchain has no account password recovery**. You are entirely responsible for keeping your password, and keeping it secure. @@ -254,16 +254,16 @@ It is strongly recommended that you store an offline copy of your password somew If your account is valuable, treat it like a valuable! ^ - -### 2. Sign Up for Steemit Chat + +### 2. Sign Up for Smoke Chat -A lot of users hang out and chat when they are not posting or browsing Steemit. It is a great place to meet people! +A lot of users hang out and chat when they are not posting or browsing Smoke. It is a great place to meet people! There is a link to sign up in the main menu in the upper right corner. -Your [steemit.chat](https://steemit.chat/home) account is a separate account from your Steem account. +Your [steemit.chat](https://steemit.chat/home) account is a separate account from your Smoke account. -Some channels allow you to share links, but others don't. For instance, [general](https://steemit.chat/channel/general) is for discussion without link promotion, while [postpromotion](https://steemit.chat/channel/postpromotion) is for promoting your Steemit posts. +Some channels allow you to share links, but others don't. For instance, [general](https://steemit.chat/channel/general) is for discussion without link promotion, while [postpromotion](https://steemit.chat/channel/postpromotion) is for promoting your Smoke posts. Each channel will have its rules posted in the "Info" section. @@ -295,47 +295,47 @@ While not required, the tradition for new users is to create an "introduceyourse You can see some examples of what other people have done [here](https://smoke.io/trending30/introduceyourself). -It is not required, but a lot of users will take a picture of themselves holding up a piece of paper that says "Steemit" with the current date, so we know you are a real person. +It is not required, but a lot of users will take a picture of themselves holding up a piece of paper that says "Smoke" with the current date, so we know you are a real person. -It is not required either, but if you have other social media accounts (Twitter, Facebook, etc.) you can help the community verify that you are who you say you are, by sharing the link to your Steemit introduceyourself post with those accounts. If you are claiming to be someone famous, this is pretty much expected. +It is not required either, but if you have other social media accounts (Twitter, Facebook, etc.) you can help the community verify that you are who you say you are, by sharing the link to your Smoke introduceyourself post with those accounts. If you are claiming to be someone famous, this is pretty much expected. ^ *** - -## Helpful Posts from Steemit Users + +## Helpful Posts from Smoke Users - [Posting and Markdown Basics](https://smoke.io/steemit/@thecryptofiend/markdown-basics-for-beginners) -- [Tons of Ways to Spend Your Hard Earned STEEM/SBD](https://smoke.io/steem/@timcliff/the-steem-economy-tons-of-ways-to-spend-your-hard-earned-steem-sbd) +- [Tons of Ways to Spend Your Hard Earned SMOKE/SBD](https://smoke.io/steem/@timcliff/the-steem-economy-tons-of-ways-to-spend-your-hard-earned-steem-sbd) - [Advice on How To Build a Following](https://smoke.io/steemit/@allasyummyfood/how-i-build-a-following-of-160-k-from-scratch) -- [Steemit Etiquette Guide](https://smoke.io/steemit/@thecryptofiend/the-complete-steemit-etiquette-guide-revision-2-0) +- [Smoke Etiquette Guide](https://smoke.io/steemit/@thecryptofiend/the-complete-steemit-etiquette-guide-revision-2-0) - [Advice on using Tags](https://smoke.io/steemit/@rok-sivante/the-top-3-reasons-to-tag-your-steemit-posts-a-simple-quick-strategy-for-long-term-profits-and-success) -- [The Ultimate Guide To Steemit Payouts](https://smoke.io/steemit/@shenanigator/the-ultimate-guide-to-steemit-payouts) -- [Steemit Succeeds if We Make it Succeed](https://smoke.io/steemit/@krnel/steemit-succeeds-if-we-make-it-succeed) +- [The Ultimate Guide To Smoke Payouts](https://smoke.io/steemit/@shenanigator/the-ultimate-guide-to-steemit-payouts) +- [Smoke Succeeds if We Make it Succeed](https://smoke.io/steemit/@krnel/steemit-succeeds-if-we-make-it-succeed) - [Professional Formatting Tutorial](https://smoke.io/writing/@minion/professional-tutorial-for-post-formatting-both-for-beginners-and-advanced-users) - [Introduceyourself Example](https://smoke.io/almost-famous/@teamsteem/hello-steemit-coinmaketcap-com-introduced-me) -- [The Steemit Newbie's Comprehensive Guide To Understanding Your Wallet](https://smoke.io/steemit-help/@merej99/the-steemit-newbie-s-comprehensive-guide-to-understanding-your-wallet-by-merej99) +- [The Smoke Newbie's Comprehensive Guide To Understanding Your Wallet](https://smoke.io/steemit-help/@merej99/the-steemit-newbie-s-comprehensive-guide-to-understanding-your-wallet-by-merej99) - [Witness Voting Guide](https://smoke.io/witness-category/@timcliff/witness-voting-guide) -- [Steemit for Artists](https://smoke.io/art/@voronoi/steemit-for-artists-a-new-stage-for-craft) -- [Steemit Chat Guide](https://smoke.io/steemit/@firepower/dummies-guide-to-using-steemit-chat-effectively-everyday) -- [How to use Blocktrades to exchange STEEM/SBD for BTC](https://smoke.io/steem/@thecryptofiend/how-to-use-blocktrades-the-fastest-and-easiest-way-to-buy-and-sell-steem-sd-and-my-review-of-the-experience) +- [Smoke for Artists](https://smoke.io/art/@voronoi/steemit-for-artists-a-new-stage-for-craft) +- [Smoke Chat Guide](https://smoke.io/steemit/@firepower/dummies-guide-to-using-steemit-chat-effectively-everyday) +- [How to use Blocktrades to exchange SMOKE/SBD for BTC](https://smoke.io/steem/@thecryptofiend/how-to-use-blocktrades-the-fastest-and-easiest-way-to-buy-and-sell-steem-sd-and-my-review-of-the-experience) - [SBD to bitcoin (BTC) using Blocktrades, then BTC to Euro or USD Using CEX.io](https://smoke.io/howto/@future24/blocktrades-tutorial-part-2-how-to-exchange-sbd-to-btc-and-sell-them-for-euro-or-usd-english-german) -- [A Guide To Cashing Out Your STEEM/SBD Using PayPal](https://smoke.io/tutorial/@son-of-satire/a-minnows-guide-to-cashing-out-your-steem-sbd-using-paypal-without-using-coinbase-and-their-invasive-identity-checks) +- [A Guide To Cashing Out Your SMOKE/SBD Using PayPal](https://smoke.io/tutorial/@son-of-satire/a-minnows-guide-to-cashing-out-your-steem-sbd-using-paypal-without-using-coinbase-and-their-invasive-identity-checks) - [How to Make Your Presence Known](https://smoke.io/steem-help/@papa-pepper/let-your-presence-be-known-advice-from-papa-for-newer-users) -- [Emojis for Steemit](https://smoke.io/emojis/@blueorgy/steemit-emojis-master-list) +- [Emojis for Smoke](https://smoke.io/emojis/@blueorgy/steemit-emojis-master-list) - [5 Markdown Tips](https://smoke.io/steemit/@steemitguide/markdown-and-html-code-guide-for-beginners-that-includes-5-useful-tips-to-edit-posts-and-comments-using-the-raw-editor) -- [How to Get Noticed if You Are a New User on Steemit](https://smoke.io/steemit/@thecryptofiend/how-to-get-noticed-if-you-are-a-new-user-on-steemit) +- [How to Get Noticed if You Are a New User on Smoke](https://smoke.io/steemit/@thecryptofiend/how-to-get-noticed-if-you-are-a-new-user-on-steemit) - [Curation Rewards Explained](https://smoke.io/curation/@liberosist/mind-your-votes-ii-a-guide-to-maximizing-your-curation-rewards) - [More Information on Curation Rewards](https://smoke.io/steemit/@calamus056/curation-rewards-explained-in-great-detail) - [Everything you need to know about potential payouts and flagging](https://smoke.io/payout/@timcliff/everything-you-need-to-know-about-potential-payouts-and-flagging-for-new-users) -- [The Ultimate Guide of Tips for New Steem Users](https://smoke.io/steem-help/@timcliff/the-ultimate-guide-of-tips-for-new-steem-users) +- [The Ultimate Guide of Tips for New Smoke Users](https://smoke.io/steem-help/@timcliff/the-ultimate-guide-of-tips-for-new-steem-users) - [Ways to Find Free and Legal Images](https://smoke.io/steem-help/@mindover/don-t-plagiarize-images-here-are-13-free-and-legal-ways-to-find-high-quality-photos-you-can-use-on-steemit) -- [Steem Keys and Passwords Guide](https://smoke.io/steemit-guides/@pfunk/a-user-s-guide-to-the-different-steem-keys-or-passwords) -- [Unwritten Rules of Steemit](https://smoke.io/steem-help/@beanz/the-unwritten-rules-of-steemit) -- [Advice on How to Succeed on Steemit: Come to Give, Not to Take](https://smoke.io/psychology/@shenanigator/come-to-give-not-take-the-power-of-reciprocity) -- [Best Practices for Steemit Artists](https://smoke.io/art/@merej99/best-practices-for-steemit-newbie-artists-by-merej99-a-100-power-up-post) -- [STEEM The Super Basic Explanation](https://smoke.io/steem/@thecryptofiend/steem-the-super-basic-explanation-for-new-users) +- [Smoke Keys and Passwords Guide](https://smoke.io/steemit-guides/@pfunk/a-user-s-guide-to-the-different-steem-keys-or-passwords) +- [Unwritten Rules of Smoke](https://smoke.io/steem-help/@beanz/the-unwritten-rules-of-steemit) +- [Advice on How to Succeed on Smoke: Come to Give, Not to Take](https://smoke.io/psychology/@shenanigator/come-to-give-not-take-the-power-of-reciprocity) +- [Best Practices for Smoke Artists](https://smoke.io/art/@merej99/best-practices-for-steemit-newbie-artists-by-merej99-a-100-power-up-post) +- [SMOKE The Super Basic Explanation](https://smoke.io/steem/@thecryptofiend/steem-the-super-basic-explanation-for-new-users) - [Blogging Tools](https://smoke.io/blogging/@munteanu/blogging-tools) - [How to Create Different Types of Blog Content](https://smoke.io/writing/@jessicanicklos/how-to-create-different-types-of-blog-content-know-here-total-guide-line) @@ -343,19 +343,19 @@ It is not required either, but if you have other social media accounts (Twitter, ## Users to Follow -- @steemitblog - Official Steemit Announcements -- @ned - Ned Scott, CEO and Co-Founder of Steemit +- @steemitblog - Official Smoke Announcements +- @ned - Ned Scott, CEO and Co-Founder of Smoke ^ ## Other Resources - [FAQ](https://smoke.io/faq.html) -- [Steemit Help](https://www.steemithelp.net/) -- [The Steem Whitepaper](https://steem.io/SteemWhitePaper.pdf) -- [Steem App Center](http://steemtools.com/) -- [Steem Block Explorer](https://steemd.com/) -- [Steem Blockchain Explorer](https://steemdb.com/) +- [Smoke Help](https://www.steemithelp.net/) +- [The Smoke Whitepaper](https://steem.io/SmokeWhitePaper.pdf) +- [Smoke App Center](http://steemtools.com/) +- [Smoke Block Explorer](https://steemd.com/) +- [Smoke Blockchain Explorer](https://steemdb.com/) ^ @@ -363,15 +363,15 @@ It is not required either, but if you have other social media accounts (Twitter, Ask your general questions in the [help](https://steemit.chat/channel/help) channel of [steemit.chat](https://steemit.chat/home). Users in the channel will typically respond to questions within a few hours. -New Member Support Community is a group of people dedicated to helping new users find their way around Steemit. You can find them in the [New Member Support Community](https://discord.gg/HYj4yvw) channel of Discord Chat. +New Member Support Community is a group of people dedicated to helping new users find their way around Smoke. You can find them in the [New Member Support Community](https://discord.gg/HYj4yvw) channel of Discord Chat. ^ ## Third Party References -Peerhub, BlockTrades, Bittrex, Steemit Chat, Steemit Help, New Member Support Community, and Discord Chat, as well as the tools listed under "Other Resources" are third party applications/services, and are not owned or maintained by Steemit, Inc. Their listing here does not constitute and endorsement or recommendation on behalf of Steemit, Inc. +Peerhub, BlockTrades, Bittrex, Smoke Chat, Smoke Help, New Member Support Community, and Discord Chat, as well as the tools listed under "Other Resources" are third party applications/services, and are not owned or maintained by Smoke, Inc. Their listing here does not constitute and endorsement or recommendation on behalf of Smoke, Inc. -All of the links in the "Helpful Posts from Steemit Users" section were created by our users and do not necessarily represent the views of Steemit, Inc. or its management. +All of the links in the "Helpful Posts from Smoke Users" section were created by our users and do not necessarily represent the views of Smoke, Inc. or its management. Please use the third party tools and content at your own risk. diff --git a/src/app/locales/en.json b/src/app/locales/en.json index b7817ae..7016f1b 100644 --- a/src/app/locales/en.json +++ b/src/app/locales/en.json @@ -164,9 +164,9 @@ "account_name_should_have_only_letters_digits_or_dashes": "Account name should have only letters, digits, or dashes.", "cannot_increase_reward_of_post_within_the_last_minute_before_payout": "Cannot increase reward of post within the last minute before payout", "vote_currently_exists_user_must_be_indicate_a_to_reject_witness": "vote currently exists, user must be indicate a desire to reject witness", - "only_one_APP_NAME_account_allowed_per_ip_address_every_10_minutes": "Only one Steem account allowed per IP address every 10 minutes", - "resteem_this_post": "Resteem This Post", - "reblog": "Resteem", + "only_one_APP_NAME_account_allowed_per_ip_address_every_10_minutes": "Only one Smoke account allowed per IP address every 10 minutes", + "resteem_this_post": "Resmoke This Post", + "reblog": "Resmoke", "write_your_story": "Write your story", "remember_voting_and_posting_key": "Remember voting & posting key", "auto_login_question_mark": "Auto login?", @@ -185,8 +185,8 @@ "please_email_questions_to": "Please email your questions to", "next_7_strings_single_block": { "authors_get_paid_when_people_like_you_upvote_their_post": "Authors get paid when people like you upvote their post", - "if_you_enjoyed_what_you_read_earn_amount": "If you enjoyed what you read here, create your account today and start earning FREE STEEM!", - "free_steem": "FREE STEEM!", + "if_you_enjoyed_what_you_read_earn_amount": "If you enjoyed what you read here, create your account today and start earning FREE SMOKE!", + "free_steem": "FREE SMOKE!", "sign_up_earn_steem": "Sign up now to earn " }, "next_3_strings_together": { @@ -210,8 +210,8 @@ "other": "%(count)s Responses" }, "post_key_warning": { - "confirm": "You are about to publish a STEEM private key or master password. You will probably lose control of the associated account and all its funds.", - "warning": "Legitimate users, including employees of Steemit Inc., will never ask you for a private key or master password.", + "confirm": "You are about to publish a SMOKE private key or master password. You will probably lose control of the associated account and all its funds.", + "warning": "Legitimate users, including employees of Smoke Inc., will never ask you for a private key or master password.", "checkbox": "I understand" } }, @@ -232,12 +232,12 @@ "learn_more": "Learn More", "welcome": "Welcome", "faq": "FAQ", - "shop": "The Steemit Shop", - "chat": "Steemit Chat", - "app_center": "Steemit App Center", - "api_docs": "Steemit API Docs", - "bluepaper": "Steem Bluepaper", - "whitepaper": "Steem Whitepaper", + "shop": "The Smoke Shop", + "chat": "Smoke Chat", + "app_center": "Smoke App Center", + "api_docs": "Smoke API Docs", + "bluepaper": "Smoke Bluepaper", + "whitepaper": "Smoke Whitepaper", "intro_tagline": "Money talks", "intro_paragraph": "Your voice is worth something. Join the community that pays you to post and curate high quality content." }, @@ -325,7 +325,7 @@ "unable_to_recover_account_not_change_ownership_recently": "We are unable to recover this account, it has not changed ownership recently.", "password_not_used_in_last_days": "This password was not used on this account in the last 30 days.", "request_already_submitted_contact_support": "Your request has been already submitted and we are working on it. Please contact %(SUPPORT_EMAIL)s for the status of your request.", - "recover_account_intro": "From time to time, a Steemian's owner key may be compromised. Stolen Account Recovery gives the rightful account owner 30 days to recover their account from the moment the thief changed their owner key. Stolen Account Recovery can only be used on %(APP_URL)s if the account owner had previously listed '%(APP_NAME)s' as their account trustee and complied with %(APP_NAME)s's Terms of Service.", + "recover_account_intro": "From time to time, a Smokeian's owner key may be compromised. Stolen Account Recovery gives the rightful account owner 30 days to recover their account from the moment the thief changed their owner key. Stolen Account Recovery can only be used on %(APP_URL)s if the account owner had previously listed '%(APP_NAME)s' as their account trustee and complied with %(APP_NAME)s's Terms of Service.", "login_with_facebook_or_reddit_media_to_verify_identity": "Please login with Facebook or Reddit to verify your identity", "login_with_social_media_to_verify_identity": "Please login with %(provider)s to verify your identity", "enter_email_toverify_identity": "We need to verify your identity. Please enter your email address below to begin the verification.", @@ -465,7 +465,7 @@ "estimated_value": "The estimated value is based on an average value of %(LIQUID_TOKEN)s in US dollars.", "non_transferable": "%(VESTING_TOKEN)s is non-transferable and requires 3 months (13 payments) to convert back to %(LIQUID_TOKEN)s.", "converted_VESTING_TOKEN_can_be_sent_to_yourself_but_can_not_transfer_again": "Converted %(VESTING_TOKEN)s can be sent to yourself or someone else but can not transfer again without converting back to %(LIQUID_TOKEN)s.", - "part_of_your_steem_power_is_currently_delegated": "Part of your STEEM POWER is currently delegated to you. Delegation is donated for influence or to help new users perform actions on steemit. Your delegation amount can fluctuate." + "part_of_your_steem_power_is_currently_delegated": "Part of your SMOKE POWER is currently delegated to you. Delegation is donated for influence or to help new users perform actions on steemit. Your delegation amount can fluctuate." }, "promote_post_jsx": { "promote_post": "Promote Post", @@ -475,7 +475,7 @@ }, "about_jsx": { "about_app": "About %(APP_NAME)s", - "about_app_details": "%(APP_NAME)s is a social media platform where everyone gets paid for creating and curating content. It leverages a robust digital points system, called Steem, that supports real value for digital rewards through market price discovery and liquidity.", + "about_app_details": "%(APP_NAME)s is a social media platform where everyone gets paid for creating and curating content. It leverages a robust digital points system, called Smoke, that supports real value for digital rewards through market price discovery and liquidity.", "learn_more_at_app_url": "Learn more at %(APP_URL)s", "resources": "Resources" }, @@ -483,8 +483,8 @@ "images_were_hidden_due_to_low_ratings": "Images were hidden due to low ratings." }, "postsummary_jsx": { - "resteemed": "Resteemed", - "resteemed_by": "Resteemed by", + "resmoked": "Resmoked", + "resmoked_by": "Resmoked by", "reveal_it": "Reveal this post", "adjust_your": "adjust your", "display_preferences": "display preferences", @@ -552,7 +552,7 @@ "you_account_has_been_successfully_created": "You account has been successfully created!", "you_account_has_been_successfully_recovered": "You account has been successfully recovered!", "password_update_succes": "The password for %(accountName)s was successfully updated", - "password_info": "This password or private key was entered incorrectly. There is probably a handwriting or data-entry error. Hint: A password or private key generated by Steemit will never contain 0 (zero), O (capital o), I (capital i) and l (lower case L) characters.", + "password_info": "This password or private key was entered incorrectly. There is probably a handwriting or data-entry error. Hint: A password or private key generated by Smoke will never contain 0 (zero), O (capital o), I (capital i) and l (lower case L) characters.", "enter_your_username": "Enter your username", "password_or_wif": "Password or WIF", "this_operation_requires_your_key_or_master_password": "This operation requires your %(authType)s key or Master password.", @@ -560,8 +560,8 @@ "amazing_community": "amazing community", "to_comment_and_reward_others": " to comment and reward others.", "signup_button": "Sign up now to earn ", - "signup_button_emphasis": "FREE STEEM!", - "sign_up_get_steem": "Sign up. Get STEEM", + "signup_button_emphasis": "FREE SMOKE!", + "sign_up_get_steem": "Sign up. Get SMOKE", "returning_users": "Returning Users: ", "join_our": "Join our" }, @@ -634,7 +634,7 @@ "transfers_are_temporary_disabled": "Transfers are temporary disabled.", "history": "HISTORY", "redeem_rewards": "Redeem Rewards (Transfer to Balance)", - "buy_steem_or_steem_power": "Buy STEEM or STEEM POWER" + "buy_steem_or_steem_power": "Buy SMOKE or SMOKE POWER" }, "powerdown_jsx": { "power_down": "Power Down", diff --git a/src/app/locales/es.json b/src/app/locales/es.json index 62e5ec6..231bec7 100644 --- a/src/app/locales/es.json +++ b/src/app/locales/es.json @@ -160,7 +160,7 @@ "account_name_should_have_only_letters_digits_or_dashes": "El nombre de usuario debería tener sólo letras, dígitos o guiones.", "cannot_increase_reward_of_post_within_the_last_minute_before_payout": "No se puede aumentar la recompensa de la publicación dentro del último minuto antes del pago.", "vote_currently_exists_user_must_be_indicate_a_to_reject_witness": "Este voto ya existe, el usuario tiene que quitar el voto al witness", - "only_one_APP_NAME_account_allowed_per_ip_address_every_10_minutes": "Sólo una cuenta Steem permitida por dirección IP cada 10 minutos", + "only_one_APP_NAME_account_allowed_per_ip_address_every_10_minutes": "Sólo una cuenta Smoke permitida por dirección IP cada 10 minutos", "resteem_this_post": "Reesteemea esta Publicación", "reblog": "Reesteemear", "write_your_story": "Escribe tu historia", @@ -181,8 +181,8 @@ "please_email_questions_to": "Por favor, envía un mail con tus dudas a", "next_7_strings_single_block": { "authors_get_paid_when_people_like_you_upvote_their_post": "Autores cobran cuando gente como tú vota por sus posts", - "if_you_enjoyed_what_you_read_earn_amount": "Si te ha gustado lo que has leído aquí, crea tu cuenta hoy mismo y empieza a ganar STEEM!", - "free_steem": "¡STEEM GRATIS!", + "if_you_enjoyed_what_you_read_earn_amount": "Si te ha gustado lo que has leído aquí, crea tu cuenta hoy mismo y empieza a ganar SMOKE!", + "free_steem": "¡SMOKE GRATIS!", "sign_up_earn_steem": "Regístrate ahora para ganar" }, "next_3_strings_together": { @@ -206,8 +206,8 @@ "other": "%(count)s Respuestas" }, "post_key_warning": { - "confirm": "You are about to publish a STEEM private key or master password. You will probably lose control of the associated account and all its funds.", - "warning": "Legitimate users, including employees of Steemit Inc., will never ask you for a private key or master password.", + "confirm": "You are about to publish a SMOKE private key or master password. You will probably lose control of the associated account and all its funds.", + "warning": "Legitimate users, including employees of Smoke Inc., will never ask you for a private key or master password.", "checkbox": "I understand" } }, @@ -228,12 +228,12 @@ "learn_more": "Para saber más", "welcome": "Bienvenido", "faq": "Preguntas Frecuentes", - "shop": "The Steemit Shop", - "chat": "Chat de Steemit", - "app_center": "Centro de Aplicaciones Steemit", - "api_docs": "Documentos API de Steemit", - "bluepaper": "Steem Bluepaper", - "whitepaper": "Libro blanco de Steem", + "shop": "The Smoke Shop", + "chat": "Chat de Smoke", + "app_center": "Centro de Aplicaciones Smoke", + "api_docs": "Documentos API de Smoke", + "bluepaper": "Smoke Bluepaper", + "whitepaper": "Libro blanco de Smoke", "intro_tagline": "El dinero habla.", "intro_paragraph": "Tu voz tiene valor. Únete a la comunidad que te paga por publicar y votar contenido de alta calidad" }, @@ -458,7 +458,7 @@ "estimated_value": "El valor estimado está basado en el valor medio de 1%(LIQUID_TOKEN)s en US dollars.", "non_transferable": "%(VESTING_TOKEN)s es intransferible y requiere 3 meses (13 pagos) para convertir de vuelta a %(LIQUID_TOKEN)s.", "converted_VESTING_TOKEN_can_be_sent_to_yourself_but_can_not_transfer_again": "Los %(VESTING_TOKEN)s convertidos pueden ser enviados a ti mismo o a otras personas pero no pueden ser transferidos de nuevo sin convertirlos de vuelta a %(LIQUID_TOKEN)s.", - "part_of_your_steem_power_is_currently_delegated": "Parte de tu STEEM POWER te ha sido delegado. La delegación es influencia donada que ayuda a los nuevos usuarios a interactuar en steemit. La cantidad de tu delegación puede fluctuar." + "part_of_your_steem_power_is_currently_delegated": "Parte de tu SMOKE POWER te ha sido delegado. La delegación es influencia donada que ayuda a los nuevos usuarios a interactuar en steemit. La cantidad de tu delegación puede fluctuar." }, "promote_post_jsx": { "promote_post": "Promociona el Post", @@ -468,7 +468,7 @@ }, "about_jsx": { "about_app": "Sobre %(APP_NAME)s", - "about_app_details": "%(APP_NAME)s es una plataforma social online donde todo el mundo genera ingresos creando y votando contenido. Usa un sistema muy sólido de puntos digitales llamado Steem que soporta valor real gracias al precio de mercado y gracias a su liquidez.", + "about_app_details": "%(APP_NAME)s es una plataforma social online donde todo el mundo genera ingresos creando y votando contenido. Usa un sistema muy sólido de puntos digitales llamado Smoke que soporta valor real gracias al precio de mercado y gracias a su liquidez.", "learn_more_at_app_url": "Aprende más en %(APP_URL)s", "resources": "Recursos" }, @@ -476,8 +476,8 @@ "images_were_hidden_due_to_low_ratings": "Las imágenes fueron ocultadas por bajas calificaciones." }, "postsummary_jsx": { - "resteemed": "Reesteemeado", - "resteemed_by": "Resteemeado por", + "resmoked": "Reesteemeado", + "resmoked_by": "Resmokeeado por", "reveal_it": "revelarlo", "adjust_your": "ajustar tu", "display_preferences": "Visualizar preferencias", @@ -545,16 +545,16 @@ "you_account_has_been_successfully_created": "Tu cuenta se ha creado con éxito!", "you_account_has_been_successfully_recovered": "Tu cuenta ha sido recuperada con éxito!", "password_update_succes": "La contraseña %(accountName)s ha sido cambiada correctamente", - "password_info": "La contraseña o la contraseña privada fue introducida incorrectamente. Probablemente. Ayuda: Las contraseñas generadas por Steemit nunca contendrán 0 (cero), O (o mayúscula), I (i mayúscula), l (L minúscula).", + "password_info": "La contraseña o la contraseña privada fue introducida incorrectamente. Probablemente. Ayuda: Las contraseñas generadas por Smoke nunca contendrán 0 (cero), O (o mayúscula), I (i mayúscula), l (L minúscula).", "enter_your_username": "Introduce tu nombre de usuario", "password_or_wif": "Contraseña o WIF", "this_operation_requires_your_key_or_master_password": "Esta operación requiere %(authType)s contraseña o la contraseña maestra", "keep_me_logged_in": "Manténme logeado", "amazing_community": "comunidad increíble", "to_comment_and_reward_others": "para comentar y recompensar a otros", - "sign_up_get_steem": "Sign up. Get STEEM", + "sign_up_get_steem": "Sign up. Get SMOKE", "signup_button": "Sign up now to earn ", - "signup_button_emphasis": "FREE STEEM!", + "signup_button_emphasis": "FREE SMOKE!", "returning_users": "Usuarios que vuelven", "join_our": "Únete a nuestro" }, @@ -627,7 +627,7 @@ "transfers_are_temporary_disabled": "Las transferencias están temporalmente inhabilitadas.", "history": "HISTORIA", "redeem_rewards": "Liquidar recompensas (Transferir al saldo)", - "buy_steem_or_steem_power": "Compra STEEM o STEEM POWER." + "buy_steem_or_steem_power": "Compra SMOKE o SMOKE POWER." }, "powerdown_jsx": { "power_down": "Power Down", diff --git a/src/app/locales/fr.json b/src/app/locales/fr.json index badd438..a6ecdbf 100644 --- a/src/app/locales/fr.json +++ b/src/app/locales/fr.json @@ -160,9 +160,9 @@ "account_name_should_have_only_letters_digits_or_dashes": "L'identifiant ne peut comporter que des lettres, des chiffres ou des traits d'union.", "cannot_increase_reward_of_post_within_the_last_minute_before_payout": "Les gains d'un article ne peuvent être accrus durant la dernière minute avant rétribution.", "vote_currently_exists_user_must_be_indicate_a_to_reject_witness": "un vote existe actuellement; l'utilisateur doit indiquer une raison pour rejeter le témoin", - "only_one_APP_NAME_account_allowed_per_ip_address_every_10_minutes": "Un seul compte Steem est permis par adresse IP toutes les 10 minutes", - "resteem_this_post": "Resteemer cet article", - "reblog": "Resteem", + "only_one_APP_NAME_account_allowed_per_ip_address_every_10_minutes": "Un seul compte Smoke est permis par adresse IP toutes les 10 minutes", + "resteem_this_post": "Resmokeer cet article", + "reblog": "Resmoke", "write_your_story": "Ecris ton histoire", "remember_voting_and_posting_key": "Se souvenir de la clé de publication et de vote", "auto_login_question_mark": "Identification automatique", @@ -181,8 +181,8 @@ "please_email_questions_to": "Veuillez s'il-vous-plaît envoyer vos questions par email à", "next_7_strings_single_block": { "authors_get_paid_when_people_like_you_upvote_their_post": "Les auteurs sont payés lorsque des personnes comme vous votent pour leur contenu", - "if_you_enjoyed_what_you_read_earn_amount": "Si vous avez apprécié ce que vous avez lu ici, créez votre compte dès à présent et commencer par gagner immédiatement du STEEM", - "free_steem": "STEEM GRATUIT!", + "if_you_enjoyed_what_you_read_earn_amount": "Si vous avez apprécié ce que vous avez lu ici, créez votre compte dès à présent et commencer par gagner immédiatement du SMOKE", + "free_steem": "SMOKE GRATUIT!", "sign_up_earn_steem": "S'enregistrer pour gagner" }, "next_3_strings_together": { @@ -206,8 +206,8 @@ "other": "%(count)s réponses" }, "post_key_warning": { - "confirm": "You are about to publish a STEEM private key or master password. You will probably lose control of the associated account and all its funds.", - "warning": "Legitimate users, including employees of Steemit Inc., will never ask you for a private key or master password.", + "confirm": "You are about to publish a SMOKE private key or master password. You will probably lose control of the associated account and all its funds.", + "warning": "Legitimate users, including employees of Smoke Inc., will never ask you for a private key or master password.", "checkbox": "I understand" } }, @@ -228,12 +228,12 @@ "learn_more": "En savoir plus", "welcome": "Bienvenue", "faq": "FAQ", - "shop": "The Steemit Shop", - "chat": "Salons de discussion Steemit", - "app_center": "Centre d'applications Steemit", - "api_docs": "Documentation API sur Steemit", - "whitepaper": "Livre blanc sur le Steem", - "bluepaper": "Steem Bluepaper", + "shop": "The Smoke Shop", + "chat": "Salons de discussion Smoke", + "app_center": "Centre d'applications Smoke", + "api_docs": "Documentation API sur Smoke", + "whitepaper": "Livre blanc sur le Smoke", + "bluepaper": "Smoke Bluepaper", "intro_tagline": "Présentations sur la monnaie", "intro_paragraph": "Votre voix vaut quelque chose. Rejoignez la communauté qui vous rémunère pour vos articles et participez à la curation du contenu de qualité." }, @@ -318,7 +318,7 @@ "unable_to_recover_account_not_change_ownership_recently": "Nous sommes incapables de récupérer ce compte, car il n'a pas changé de propriétaire récemment.", "password_not_used_in_last_days": "Ce mot de passe n'a pas été utilisé durant les derniers 30 jours.", "request_already_submitted_contact_support": "Votre requête a déjà été soumise et nous nous en occupons. Veuillez s'il-vous-plaît contacter %(SUPPORT_EMAIL)s pour obtenir le statut de votre requête.", - "recover_account_intro": "Il est possible que la clé propriétaire d'un Steemien soit compromise. Le processus de récupération de comptes dérobés est autorisé pour l'utilisateur de droit pendant 30 jours à partir du moment où le voleur a modifié la clé propriétaire. La récupération de comptes dérobés ne peut être utilisée sur %(APP_URL)s que si le propriétaire du compte a ajouté '%(APP_NAME)s'comme mandataire de confiance et accepté les conditions d'utilisation de %(APP_NAME)s.", + "recover_account_intro": "Il est possible que la clé propriétaire d'un Smokeien soit compromise. Le processus de récupération de comptes dérobés est autorisé pour l'utilisateur de droit pendant 30 jours à partir du moment où le voleur a modifié la clé propriétaire. La récupération de comptes dérobés ne peut être utilisée sur %(APP_URL)s que si le propriétaire du compte a ajouté '%(APP_NAME)s'comme mandataire de confiance et accepté les conditions d'utilisation de %(APP_NAME)s.", "login_with_facebook_or_reddit_media_to_verify_identity": "Veuillez vous identifier via Facebook ou Reddit pour vérifier votre identité.", "login_with_social_media_to_verify_identity": "Veuillez vous identifier via %(provider)safin de vérifier votre identité", "enter_email_toverify_identity": "Nous devons vérifier votre identité. Veuillez s'il-vous-plaît entrer votre adresse email ci-dessous pour démarrer le processus.", @@ -458,7 +458,7 @@ "estimated_value": "La valeur estimée est basée sur la valeur moyenne de %(LIQUID_TOKEN)s en dollars américains.", "non_transferable": "%(VESTING_TOKEN)s est non transférable et demande 3 mois (13 paiements) pour être convertis en %(LIQUID_TOKEN)s. ", "converted_VESTING_TOKEN_can_be_sent_to_yourself_but_can_not_transfer_again": "Les %(VESTING_TOKEN)s convertis peuvent être envoyés soit à vous, soit à quelqu'un d'autre, mais ne peuvent pas être transférés à nouveau sans être convertis en %(LIQUID_TOKEN)s.", - "part_of_your_steem_power_is_currently_delegated": "Une partie de votre influence, ou STEEM POWER, est actuellement déléguée. La délégation est un don pour augmenter l'influence ou pour encourager les nouveaux utilisateurs à effectuer des actions sur Steemit. Le montant délégué peut varier." + "part_of_your_steem_power_is_currently_delegated": "Une partie de votre influence, ou SMOKE POWER, est actuellement déléguée. La délégation est un don pour augmenter l'influence ou pour encourager les nouveaux utilisateurs à effectuer des actions sur Smoke. Le montant délégué peut varier." }, "promote_post_jsx": { "promote_post": "Promouvoir un article", @@ -468,7 +468,7 @@ }, "about_jsx": { "about_app": "A propos de %(APP_NAME)s", - "about_app_details": "%(APP_NAME)s est une plateforme de réseau social où les utilisateurs sont payés pour créer et effecter la curation du contenu. Elle influence un système de points digitaux, appelé Steem, qui ont une valeur réelle en fonction des prix du marché et des liquidités disponibles.", + "about_app_details": "%(APP_NAME)s est une plateforme de réseau social où les utilisateurs sont payés pour créer et effecter la curation du contenu. Elle influence un système de points digitaux, appelé Smoke, qui ont une valeur réelle en fonction des prix du marché et des liquidités disponibles.", "learn_more_at_app_url": "Plus d'informations à %(APP_URL)s", "resources": "Ressources" }, @@ -476,8 +476,8 @@ "images_were_hidden_due_to_low_ratings": "Les images sont masqués en raison d'une faible évaluation." }, "postsummary_jsx": { - "resteemed": "Resteemé", - "resteemed_by": "Resteemé par", + "resmoked": "Resmokeé", + "resmoked_by": "Resmokeé par", "reveal_it": "Révélez-le", "adjust_your": "Ajustez vos", "display_preferences": "préférences visuelles", @@ -545,16 +545,16 @@ "you_account_has_been_successfully_created": "Votre compte a été créé avec succès!", "you_account_has_been_successfully_recovered": "Votre compte a été récupéré avec succès!", "password_update_succes": "Le mot de passe pour%(accountName)sa été mis à jour avec succès.", - "password_info": "Ce mot de passe ou clé privée est incorrect. Il y a probablement une erreur d'écriture ou d'entrée des données. Indication : un mot de passe ou une clé privée générée par Steemit ne contiendra jamais aucun 0 (zéro), O (o majuscule), I (i majuscule) ou l (l minuscule).", + "password_info": "Ce mot de passe ou clé privée est incorrect. Il y a probablement une erreur d'écriture ou d'entrée des données. Indication : un mot de passe ou une clé privée générée par Smoke ne contiendra jamais aucun 0 (zéro), O (o majuscule), I (i majuscule) ou l (l minuscule).", "enter_your_username": "Entrez votre nom d'utilisateur", "password_or_wif": "Mot de passe ou WIF", "this_operation_requires_your_key_or_master_password": "Cette opération nécessite votre clé %(authType)s ou votre mot de passe principal.", "keep_me_logged_in": "Gardez-moi connecté", "amazing_community": "communauté extraordinaire", "to_comment_and_reward_others": " pour commenter et récompenser les autres.", - "sign_up_get_steem": "Sign up. Get STEEM", + "sign_up_get_steem": "Sign up. Get SMOKE", "signup_button": "Sign up now to earn ", - "signup_button_emphasis": "FREE STEEM!", + "signup_button_emphasis": "FREE SMOKE!", "returning_users": "Utilisateurs de retour :", "join_our": "Rejoignez notre" }, @@ -627,7 +627,7 @@ "transfers_are_temporary_disabled": "Les transferts sont temporairement désactivés.", "history": "HISTORIQUE", "redeem_rewards": "Réclamer les gains (transférer vers le solde)", - "buy_steem_or_steem_power": "Acheter du STEEM ou du STEEM POWER" + "buy_steem_or_steem_power": "Acheter du SMOKE ou du SMOKE POWER" }, "powerdown_jsx": { "power_down": "Diminuer son influence", diff --git a/src/app/locales/it.json b/src/app/locales/it.json index e76a8b1..01f1eb9 100644 --- a/src/app/locales/it.json +++ b/src/app/locales/it.json @@ -160,9 +160,9 @@ "account_name_should_have_only_letters_digits_or_dashes": "Il nome account deve essere composto solo da lettere, cifre e trattini.", "cannot_increase_reward_of_post_within_the_last_minute_before_payout": "Non è possibile aumentare le ricompense del post durante l'ultimo minuto prima del pagamento", "vote_currently_exists_user_must_be_indicate_a_to_reject_witness": "Attualmente il voto esiste, l'utente deve indicare la volonta di rigettare il witness ", - "only_one_APP_NAME_account_allowed_per_ip_address_every_10_minutes": "è possibile utilizzare un solo Steem account per indirizzo IP ogni 10 minuti", + "only_one_APP_NAME_account_allowed_per_ip_address_every_10_minutes": "è possibile utilizzare un solo Smoke account per indirizzo IP ogni 10 minuti", "resteem_this_post": "Fai il resteem di questo post", - "reblog": "Resteem", + "reblog": "Resmoke", "write_your_story": "Scrivi la tua storia", "remember_voting_and_posting_key": "Ricorda la chiave di voto e di pubblicazione", "auto_login_question_mark": "Accesso automatico?", @@ -181,8 +181,8 @@ "please_email_questions_to": "Per piacere invia le tue domande tramite email a", "next_7_strings_single_block": { "authors_get_paid_when_people_like_you_upvote_their_post": "Gli autori ricevono un compenso quando gli utenti come te votano il loro post. ", - "if_you_enjoyed_what_you_read_earn_amount": "Se ti piace quello che hai letto, crea il tuo account oggi e inizia ricevendo STEEM GRATIS!", - "free_steem": "STEEM GRATIS!", + "if_you_enjoyed_what_you_read_earn_amount": "Se ti piace quello che hai letto, crea il tuo account oggi e inizia ricevendo SMOKE GRATIS!", + "free_steem": "SMOKE GRATIS!", "sign_up_earn_steem": "Registrati adesso per guadagnare" }, "next_3_strings_together": { @@ -206,8 +206,8 @@ "other": "%(count)s Risposte" }, "post_key_warning": { - "confirm": "You are about to publish a STEEM private key or master password. You will probably lose control of the associated account and all its funds.", - "warning": "Legitimate users, including employees of Steemit Inc., will never ask you for a private key or master password.", + "confirm": "You are about to publish a SMOKE private key or master password. You will probably lose control of the associated account and all its funds.", + "warning": "Legitimate users, including employees of Smoke Inc., will never ask you for a private key or master password.", "checkbox": "I understand" } }, @@ -228,12 +228,12 @@ "learn_more": "Scopri di più", "welcome": "Benvenuto", "faq": "FAQ", - "shop": "The Steemit Shop", - "chat": "Steemit Chat", - "app_center": "Steemit App Center", - "api_docs": "Steemit API Docs", - "bluepaper": "Steem Bluepaper", - "whitepaper": "Steem Whitepaper", + "shop": "The Smoke Shop", + "chat": "Smoke Chat", + "app_center": "Smoke App Center", + "api_docs": "Smoke API Docs", + "bluepaper": "Smoke Bluepaper", + "whitepaper": "Smoke Whitepaper", "intro_tagline": "Il denaro parla", "intro_paragraph": "La tua voce vale qualcosa. Entra nella comunità che ti pagare per pubblicare e curare contenuti di alta qualità." }, @@ -318,7 +318,7 @@ "unable_to_recover_account_not_change_ownership_recently": "Non possiamo recuperare questo account, non ha cambiato proprietario di recente. ", "password_not_used_in_last_days": "Questa password non viene usata per questo account da 30 giorni. ", "request_already_submitted_contact_support": "La tua richiesta è stata già inviata e la stiamo lavorando. Puoi contattare %(SUPPORT_EMAIL)sper verificare lo stato della tua richiesta.", - "recover_account_intro": "Può succedere che ogni tanto la chiave personale di un membro di Steemit possa essere compromessa. La funzione \"Recupera account rubato\" dà 30 giorni al legittimo proprietario dell'account per recuperarlo dal momento in cui il ladro cambia la chiave personale. \"Recupera account rubato\" può essere usato solo su %(APP_URL)s se il proprietario dell'account ha precedentemente inserito %(APP_NAME)s come account fidato e accettato i Termini di Servizio di %(APP_NAME)s.", + "recover_account_intro": "Può succedere che ogni tanto la chiave personale di un membro di Smoke possa essere compromessa. La funzione \"Recupera account rubato\" dà 30 giorni al legittimo proprietario dell'account per recuperarlo dal momento in cui il ladro cambia la chiave personale. \"Recupera account rubato\" può essere usato solo su %(APP_URL)s se il proprietario dell'account ha precedentemente inserito %(APP_NAME)s come account fidato e accettato i Termini di Servizio di %(APP_NAME)s.", "login_with_facebook_or_reddit_media_to_verify_identity": "Effettua il login con Facebook o Reddit per verificare la tua identità ", "login_with_social_media_to_verify_identity": "Effettua il login con %(provider)s per verificare la tua identità", "enter_email_toverify_identity": "Abbiamo bisogno di verificare la tua identità. Inserisci di seguito il tuo indirizzo email per iniziare la verifica. ", @@ -458,7 +458,7 @@ "estimated_value": "Il valore stimato si basa sul valore medio di %(LIQUID_TOKEN)s in dollari US. ", "non_transferable": "%(VESTING_TOKEN)s non è trasferibile e richiede 3 mesi, (13 pagamenti) per riconvertirli in %(LIQUID_TOKEN)s.", "converted_VESTING_TOKEN_can_be_sent_to_yourself_but_can_not_transfer_again": "I %(VESTING_TOKEN)s convertiti possono essere spediti a te stesso o a qualcun altro ma non possono non ritrasferirli senza essere convertirli di nuovo in %(LIQUID_TOKEN)s.", - "part_of_your_steem_power_is_currently_delegated": "Parte del tuo STEEM POWER ti è attualmente delegato. La delegazione è donata per l'influenza o per aiutare i nuovi utenti ad eseguire le azioni su steemit. Il quantitativo delegato può fluttuare." + "part_of_your_steem_power_is_currently_delegated": "Parte del tuo SMOKE POWER ti è attualmente delegato. La delegazione è donata per l'influenza o per aiutare i nuovi utenti ad eseguire le azioni su steemit. Il quantitativo delegato può fluttuare." }, "promote_post_jsx": { "promote_post": "Promuovi post", @@ -468,7 +468,7 @@ }, "about_jsx": { "about_app": "About %(APP_NAME)s", - "about_app_details": "%(APP_NAME)s è una piattaforma di social media dove tutti vengono ricompensati per la creazione e la cura di contenuti. Utilizza un complesso sistema a punti digitali, chiamato Steem che possiede un valore effettivo per le ricompense digitali attraverso la scoperta dei prezzi di mercato e la liquidità. ", + "about_app_details": "%(APP_NAME)s è una piattaforma di social media dove tutti vengono ricompensati per la creazione e la cura di contenuti. Utilizza un complesso sistema a punti digitali, chiamato Smoke che possiede un valore effettivo per le ricompense digitali attraverso la scoperta dei prezzi di mercato e la liquidità. ", "learn_more_at_app_url": "Scopri di più %(APP_URL)s", "resources": "Risorse" }, @@ -476,8 +476,8 @@ "images_were_hidden_due_to_low_ratings": "Le immagini sono state nascoste a causa della bassa reputazione." }, "postsummary_jsx": { - "resteemed": "Condiviso", - "resteemed_by": "Condiviso da", + "resmoked": "Condiviso", + "resmoked_by": "Condiviso da", "reveal_it": "mostra", "adjust_your": "sistema il tuo", "display_preferences": "mostrare le tue preferenze", @@ -545,16 +545,16 @@ "you_account_has_been_successfully_created": "Il tuo account è stato creato con successo! ", "you_account_has_been_successfully_recovered": "Il tuo account è stato ripristinato con successo!", "password_update_succes": "La password dell'account %(accountName)s è stata aggiornata con successo", - "password_info": "La password o la chiave privata è stata inserita erroneamente. C'è probabilmente un errore di battitura o un inserimento di dati errato. Suggerimento: Una password o una chiave privata generata da Steemit non conterrà mai i caratteri 0 (zero), O (o maiuscola), I (i maiuscola) e l (l minuscola).", + "password_info": "La password o la chiave privata è stata inserita erroneamente. C'è probabilmente un errore di battitura o un inserimento di dati errato. Suggerimento: Una password o una chiave privata generata da Smoke non conterrà mai i caratteri 0 (zero), O (o maiuscola), I (i maiuscola) e l (l minuscola).", "enter_your_username": "Inserisci il tuo username", "password_or_wif": "Password o WIF", "this_operation_requires_your_key_or_master_password": "Per eseguire l'operazione è necessaria la propria chiave %(authType)so Master password. ", "keep_me_logged_in": "Voglio restare connesso", "amazing_community": "una comunità incredibile", "to_comment_and_reward_others": "per commentare e premiare gli altri. ", - "sign_up_get_steem": "Sign up. Get STEEM", + "sign_up_get_steem": "Sign up. Get SMOKE", "signup_button": "Sign up now to earn ", - "signup_button_emphasis": "FREE STEEM!", + "signup_button_emphasis": "FREE SMOKE!", "returning_users": "Utenti di ritorno:", "join_our": "Unisciti al nostro" }, @@ -627,7 +627,7 @@ "transfers_are_temporary_disabled": "I trasferimenti sono temporaneamente disabilitati.", "history": "CRONOLOGIA", "redeem_rewards": "Riscuoti le ricompense (Trasferisci sul conto)", - "buy_steem_or_steem_power": "Compra STEEM o STEEM POWER" + "buy_steem_or_steem_power": "Compra SMOKE o SMOKE POWER" }, "powerdown_jsx": { "power_down": "Power Down", diff --git a/src/app/locales/ru.json b/src/app/locales/ru.json index 4fdad0b..7adc129 100644 --- a/src/app/locales/ru.json +++ b/src/app/locales/ru.json @@ -162,7 +162,7 @@ "account_name_should_have_only_letters_digits_or_dashes": "Имя аккаунта должно должно состоять только из букв, цифр или дефисов.", "cannot_increase_reward_of_post_within_the_last_minute_before_payout": "Не удается увеличить вознаграждение за пост в последнюю минуту перед выплатой", "vote_currently_exists_user_must_be_indicate_a_to_reject_witness": "голос уже существует, пользователь должен обозначить желание убрать делегата", - "only_one_APP_NAME_account_allowed_per_ip_address_every_10_minutes": "Только один Steem аккаунт разрешен с одного IP адреса каждые десять минут", + "only_one_APP_NAME_account_allowed_per_ip_address_every_10_minutes": "Только один Smoke аккаунт разрешен с одного IP адреса каждые десять минут", "resteem_this_post": "Поделиться этим постом", "reblog": "Поделиться", "write_your_story": "Написать свою историю", @@ -183,8 +183,8 @@ "please_email_questions_to": "Пожалуйста, шлите ваши вопросы на электронную почту", "next_7_strings_single_block": { "authors_get_paid_when_people_like_you_upvote_their_post": "Авторы получают вознаграждение, когда пользователи голосуют за их посты", - "if_you_enjoyed_what_you_read_earn_amount": "Если Вам понравилось то, что Вы здесь прочитали, создайте свой аккаунт сегодня и начните зарабатывать БЕСПЛАТНЫЕ STEEM-ы!", - "free_steem": "БЕСПЛАТНЫЕ STEEM!", + "if_you_enjoyed_what_you_read_earn_amount": "Если Вам понравилось то, что Вы здесь прочитали, создайте свой аккаунт сегодня и начните зарабатывать БЕСПЛАТНЫЕ SMOKE-ы!", + "free_steem": "БЕСПЛАТНЫЕ SMOKE!", "sign_up_earn_steem": "Зарегистрируйтесь сейчас, чтобы заработать " }, "next_3_strings_together": { @@ -234,12 +234,12 @@ "learn_more": "Документация", "welcome": "Добро пожаловать", "faq": "ЧаВО", - "shop": "Магазин Steemit", - "chat": "Чат Steemit", - "app_center": "Центр приложений Steemit", - "api_docs": "API-документация Steemit", - "bluepaper": "Синяя бумага Steem", - "whitepaper": "Белая книга Steem", + "shop": "Магазин Smoke", + "chat": "Чат Smoke", + "app_center": "Центр приложений Smoke", + "api_docs": "API-документация Smoke", + "bluepaper": "Синяя бумага Smoke", + "whitepaper": "Белая книга Smoke", "intro_tagline": "Здесь говорят деньги.", "intro_paragraph": "Ваше мнение имеет цену. Присоединяйтесь к сообществу, которое платит за контент и за работу по отбору самого лучшего контента." }, @@ -329,7 +329,7 @@ "login_with_social_media_to_verify_identity": "Пожалуйста, войдите используя %(provider)s для подтверждения вашей личности", "enter_email_toverify_identity": "Нам нужно подтвердить вашу личность. Пожалуйста, укажите вашу электронную почту ниже для начала проверки.", "continue_with_email": "Продолжить с электронной почтой", - "thanks_for_submitting_request_for_account_recovery": "

      Благодарим Вас за отправку запроса на восстановление аккаунта используя основанную на блокчейне мультифакторную аутентификацию %(APP_NAME)s’a.

      Мы ответим Вам как можно быстрее, однако, пожалуйста, ожидайте что может быть некоторая задержка из-за большого объема писем.

      Пожалуйста, будьте готовы подтвердить свою личность.

      С уважением,

      Ned Scott

      CEO Steemit

      ", + "thanks_for_submitting_request_for_account_recovery": "

      Благодарим Вас за отправку запроса на восстановление аккаунта используя основанную на блокчейне мультифакторную аутентификацию %(APP_NAME)s’a.

      Мы ответим Вам как можно быстрее, однако, пожалуйста, ожидайте что может быть некоторая задержка из-за большого объема писем.

      Пожалуйста, будьте готовы подтвердить свою личность.

      С уважением,

      Ned Scott

      CEO Smoke

      ", "recovering_account": "Восстанавливаем аккаунт", "recover_account": "Восстановить аккаунт", "checking_account_owner": "Проверяем владельца аккаунта", @@ -478,7 +478,7 @@ "estimated_value": "Сметная стоимость основана на среднем значении %(LIQUID_TOKEN)s в долларах США.", "non_transferable": "%(VESTING_TOKEN)s - не ликвидные токены, требуется три месяца (13 еженедальных выплат) чтобы сконвертировать их в ликвидные токены %(LIQUID_TOKEN)s.", "converted_VESTING_TOKEN_can_be_sent_to_yourself_but_can_not_transfer_again": "Конвертированные %(VESTING_TOKEN)s токены могут быть отправлены себе или кому-либо еще, но не могут быть переданы вновь без конвертации в %(LIQUID_TOKEN)s.", - "part_of_your_steem_power_is_currently_delegated": "Часть STEEM POWER вам делегирована, это увеличивает ваше влияние на платформе. Количество делегированных токенов со временем может изменяться." + "part_of_your_steem_power_is_currently_delegated": "Часть SMOKE POWER вам делегирована, это увеличивает ваше влияние на платформе. Количество делегированных токенов со временем может изменяться." }, "promote_post_jsx": { "promote_post": "Продвинуть пост", @@ -496,8 +496,8 @@ "images_were_hidden_due_to_low_ratings": "Изображения были скрыты из-за низкого рейтинга." }, "postsummary_jsx": { - "resteemed": "Поделиться", - "resteemed_by": "Репостнуто", + "resmoked": "Поделиться", + "resmoked_by": "Репостнуто", "reveal_it": "посмотреть пост", "adjust_your": "откорректируйте свои", "display_preferences": "настройки отображения", @@ -565,14 +565,14 @@ "you_account_has_been_successfully_created": "Ваш аккаунт был успешно создан!", "you_account_has_been_successfully_recovered": "Ваш аккаунт был успешно восстановлен!", "password_update_succes": "Пароль для %(accountName)s был успешно обновлен", - "password_info": "Этот пароль или закрытый ключ был введен неправильно. Вероятно, есть ошибка почерка или ввода данных. Подсказка: пароль или закрытый ключ, сгенерированный Steemit, никогда не будет содержать символы 0 (ноль), O (прописная o), I (прописная i) и l (нижний регистр L).", + "password_info": "Этот пароль или закрытый ключ был введен неправильно. Вероятно, есть ошибка почерка или ввода данных. Подсказка: пароль или закрытый ключ, сгенерированный Smoke, никогда не будет содержать символы 0 (ноль), O (прописная o), I (прописная i) и l (нижний регистр L).", "enter_your_username": "Введи свое имя пользователя", "password_or_wif": "Пароль или WIF", "this_operation_requires_your_key_or_master_password": "Для осуществления данной операции нужен ваш %(authType)s ключ или Основной пароль.", "keep_me_logged_in": "Оставить меня залогиненным", "amazing_community": "удивительное сообщество", "to_comment_and_reward_others": " комментировать и вознаграждать других.", - "sign_up_get_steem": "Sign up. Get STEEM", + "sign_up_get_steem": "Sign up. Get SMOKE", "signup_button": "Зарегистрируйтесь", "signup_button_emphasis": " сейчас!", "returning_users": "Вернувшиеся пользователи: ", @@ -647,7 +647,7 @@ "transfers_are_temporary_disabled": "Переводы временно преостановлены.", "history": "ИСТОРИЯ", "redeem_rewards": "Получить вознаграждение", - "buy_steem_or_steem_power": "Купить STEEM или STEEM POWER" + "buy_steem_or_steem_power": "Купить SMOKE или SMOKE POWER" }, "powerdown_jsx": { "power_down": "Уменьшить силу голоса (power down)", diff --git a/src/app/redux/AppReducer.js b/src/app/redux/AppReducer.js index cb3e3ed..a6d446e 100644 --- a/src/app/redux/AppReducer.js +++ b/src/app/redux/AppReducer.js @@ -34,7 +34,7 @@ export default function reducer(state = defaultState, action) { if (action.type === '@@router/LOCATION_CHANGE') { return state.set('location', {pathname: action.payload.pathname}); } - if (action.type === 'STEEM_API_ERROR') { + if (action.type === 'SMOKE_API_ERROR') { return state.set('error', action.error).set('loading', false); } let res = state; diff --git a/src/app/redux/FetchDataSaga.js b/src/app/redux/FetchDataSaga.js index a38d424..a16369e 100644 --- a/src/app/redux/FetchDataSaga.js +++ b/src/app/redux/FetchDataSaga.js @@ -51,7 +51,7 @@ export function* fetchState(location_change_action) { yield put(GlobalReducer.actions.receiveState(state)); } catch (error) { console.error('~~ Saga fetchState error ~~>', url, error); - yield put({type: 'global/STEEM_API_ERROR', error: error.message}); + yield put({type: 'global/SMOKE_API_ERROR', error: error.message}); } yield put({type: 'FETCH_DATA_END'}); } @@ -193,7 +193,7 @@ export function* fetchData(action) { yield put(GlobalReducer.actions.receiveData({data, order, category, author, permlink, accountname})); } catch (error) { console.error('~~ Saga fetchData error ~~>', call_name, args, error); - yield put({type: 'global/STEEM_API_ERROR', error: error.message}); + yield put({type: 'global/SMOKE_API_ERROR', error: error.message}); } yield put({type: 'FETCH_DATA_END'}); } diff --git a/src/app/redux/FetchDataSaga.test.js b/src/app/redux/FetchDataSaga.test.js index 997bae6..743f2f4 100644 --- a/src/app/redux/FetchDataSaga.test.js +++ b/src/app/redux/FetchDataSaga.test.js @@ -32,17 +32,17 @@ describe('sagas', () => { // ).to.be.eql(expectedPutResult); // }); // - // it('should try to fetch state and submit STEEM_API_ERROR if failed', () => { + // it('should try to fetch state and submit SMOKE_API_ERROR if failed', () => { // const generator = fetchState(action); // expect(generator.next().value).to.be.ok(); // const result = generator.throw({message: 'test error'}).value; - // const expectedPutResult = put({type: 'global/STEEM_API_ERROR', error: 'test error'}); + // const expectedPutResult = put({type: 'global/SMOKE_API_ERROR', error: 'test error'}); // expect( // result // ).to.be.eql(expectedPutResult); // }); // - // it('should try to fetch state and submit STEEM_API_ERROR if failed', () => { + // it('should try to fetch state and submit SMOKE_API_ERROR if failed', () => { // const pop_action = {payload: {...action.payload, action: 'POP'}}; // const generator = fetchState(pop_action); // const result = generator.next().value; diff --git a/src/app/redux/MarketSaga.js b/src/app/redux/MarketSaga.js index b51b5ce..a9348d0 100644 --- a/src/app/redux/MarketSaga.js +++ b/src/app/redux/MarketSaga.js @@ -49,7 +49,7 @@ export function* fetchMarket(location_change_action) { yield put(MarketReducer.actions.receiveTicker(state3)); } catch (error) { console.error('~~ Saga fetchMarket error ~~>', error); - yield put({type: 'global/STEEM_API_ERROR', error: error.message}); + yield put({type: 'global/SMOKE_API_ERROR', error: error.message}); } yield call(wait, 3000); @@ -65,7 +65,7 @@ export function* fetchOpenOrders(set_user_action) { yield call(getAccount, username, true); } catch (error) { console.error('~~ Saga fetchOpenOrders error ~~>', error); - yield put({type: 'global/STEEM_API_ERROR', error: error.message}); + yield put({type: 'global/SMOKE_API_ERROR', error: error.message}); } } diff --git a/src/app/redux/SagaShared.js b/src/app/redux/SagaShared.js index 354b838..2a6e86d 100644 --- a/src/app/redux/SagaShared.js +++ b/src/app/redux/SagaShared.js @@ -35,7 +35,7 @@ export function* getState({payload: {url}}) { yield put(g.actions.receiveState(state)); } catch (error) { console.error('~~ Saga getState error ~~>', url, error); - yield put({type: 'global/STEEM_API_ERROR', error: error.message}); + yield put({type: 'global/SMOKE_API_ERROR', error: error.message}); } } diff --git a/src/app/redux/Transaction.js b/src/app/redux/Transaction.js index b6a8a8c..c5919a7 100644 --- a/src/app/redux/Transaction.js +++ b/src/app/redux/Transaction.js @@ -72,8 +72,8 @@ export default createModule({ } break; case 'withdraw_vesting': - if(/Account registered by another account requires 10x account creation fee worth of Steem Power/.test(errorStr)) - errorKey = 'Account requires 10x the account creation fee in Steem Power (approximately 300 SP) before it can power down.' + if(/Account registered by another account requires 10x account creation fee worth of Smoke Power/.test(errorStr)) + errorKey = 'Account requires 10x the account creation fee in Smoke Power (approximately 300 SP) before it can power down.' break; default: break; @@ -97,8 +97,8 @@ export default createModule({ if (errorStr.length > 200) errorStr = errorStr.substring(0, 200); // Catch for unknown key better error handling if (/unknown key: /.test(errorKey)) { - errorKey = "Steem account doesn't exist."; - errorStr = "Transaction failed: Steem account doesn't exist."; + errorKey = "Smoke account doesn't exist."; + errorStr = "Transaction failed: Smoke account doesn't exist."; } // Catch for invalid active authority if (/Missing Active Authority /.test(errorKey)) { diff --git a/src/app/redux/TransactionSaga.js b/src/app/redux/TransactionSaga.js index 8e3fd42..6991156 100644 --- a/src/app/redux/TransactionSaga.js +++ b/src/app/redux/TransactionSaga.js @@ -433,7 +433,7 @@ function* createPermlink(title, author, parent_author, parent_permlink) { permlink = `re-${parent_author}-${parent_permlink}-${timeStr}` } if(permlink.length > 255) { - // STEEMIT_MAX_PERMLINK_LENGTH + // SMOKE_MAX_PERMLINK_LENGTH permlink = permlink.substring(permlink.length - 255, permlink.length) } // only letters numbers and dashes shall survive diff --git a/src/app/redux/tests/global.json b/src/app/redux/tests/global.json index f25e836..2f20d52 100644 --- a/src/app/redux/tests/global.json +++ b/src/app/redux/tests/global.json @@ -8,14 +8,14 @@ "current_witness": "mottler-5", "total_pow": "18446744048449238345", "num_pow_witnesses": 79, - "virtual_supply": "156738.000 STEEM", - "current_supply": "156738.000 STEEM", - "confidential_supply": "0.000 STEEM", + "virtual_supply": "156738.000 SMOKE", + "current_supply": "156738.000 SMOKE", + "confidential_supply": "0.000 SMOKE", "current_sbd_supply": "0.000 SBD", "confidential_sbd_supply": "0.000 SBD", - "total_vesting_fund_steem": "274.000 STEEM", + "total_vesting_fund_steem": "274.000 SMOKE", "total_vesting_shares": "274.000000 VESTS", - "total_reward_fund_steem": "77794.000 STEEM", + "total_reward_fund_steem": "77794.000 SMOKE", "total_reward_shares2": "0", "sbd_interest_rate": 1000, "average_block_size": 117, @@ -64,7 +64,7 @@ "woot" ], "median_props": { - "account_creation_fee": "100.000 STEEM", + "account_creation_fee": "100.000 SMOKE", "maximum_block_size": 131072, "sbd_interest_rate": 1000 } diff --git a/src/app/utils/FormatCoins.js b/src/app/utils/FormatCoins.js index e7861ea..26bea04 100644 --- a/src/app/utils/FormatCoins.js +++ b/src/app/utils/FormatCoins.js @@ -14,8 +14,8 @@ export function formatCoins(string) { if(!string) return string // TODO use .to:owerCase() ? for string normalisation string = string.replace('SBD', DEBT_TOKEN_SHORT ).replace('SD', DEBT_TOKEN_SHORT) - .replace('Steem Power', VESTING_TOKEN).replace('STEEM POWER', VESTING_TOKEN) - .replace('Steem', LIQUID_TOKEN).replace('STEEM', LIQUID_TOKEN_UPPERCASE) + .replace('Smoke Power', VESTING_TOKEN).replace('SMOKE POWER', VESTING_TOKEN) + .replace('Smoke', LIQUID_TOKEN).replace('SMOKE', LIQUID_TOKEN_UPPERCASE) .replace('$', CURRENCY_SIGN) return string } diff --git a/src/app/utils/MarketClasses.js b/src/app/utils/MarketClasses.js index a83850b..41e3e30 100644 --- a/src/app/utils/MarketClasses.js +++ b/src/app/utils/MarketClasses.js @@ -14,12 +14,12 @@ class Order { this.date = order.created; } - getSteemAmount() { + getSmokeAmount() { return this.steem / precision; } - getStringSteem() { - return this.getSteemAmount().toFixed(3); + getStringSmoke() { + return this.getSmokeAmount().toFixed(3); } getPrice() { @@ -50,7 +50,7 @@ class Order { equals(order) { return ( this.getStringSBD() === order.getStringSBD() && - this.getStringSteem() === order.getStringSteem() && + this.getStringSmoke() === order.getStringSmoke() && this.getStringPrice() === order.getStringPrice() ); } @@ -80,12 +80,12 @@ class TradeHistory { this.stringPrice = this.price.toFixed(6); } - getSteemAmount() { + getSmokeAmount() { return this.steem; } - getStringSteem() { - return this.getSteemAmount().toFixed(3); + getStringSmoke() { + return this.getSmokeAmount().toFixed(3); } getSBDAmount() { @@ -107,7 +107,7 @@ class TradeHistory { equals(order) { return ( this.getStringSBD() === order.getStringSBD() && - this.getStringSteem() === order.getStringSteem() && + this.getStringSmoke() === order.getStringSmoke() && this.getStringPrice() === order.getStringPrice() ); } diff --git a/src/app/utils/ParsersAndFormatters.js b/src/app/utils/ParsersAndFormatters.js index 98e8737..57d5d47 100644 --- a/src/app/utils/ParsersAndFormatters.js +++ b/src/app/utils/ParsersAndFormatters.js @@ -86,7 +86,7 @@ export function translateError(string) { return tt('g.account_name_should_have_only_letters_digits_or_dashes') case 'vote currently exists, user must be indicate a desire to reject witness': return tt('g.vote_currently_exists_user_must_be_indicate_a_to_reject_witness') - case 'Only one Steem account allowed per IP address every 10 minutes': + case 'Only one Smoke account allowed per IP address every 10 minutes': return tt('g.only_one_APP_NAME_account_allowed_per_ip_address_every_10_minutes') case 'Cannot increase reward of post within the last minute before payout': return tt('g.cannot_increase_reward_of_post_within_the_last_minute_before_payout') diff --git a/src/app/utils/StateFunctions.js b/src/app/utils/StateFunctions.js index cb1dca0..8aba644 100644 --- a/src/app/utils/StateFunctions.js +++ b/src/app/utils/StateFunctions.js @@ -37,7 +37,7 @@ export function spToVests(state, vesting_shares) { return spToVestsf(state, vesting_shares).toFixed(6) } -export function vestingSteem(account, gprops) { +export function vestingSmoke(account, gprops) { const vests = parseFloat(account.vesting_shares.split( ' ' )[0]); const total_vests = parseFloat(gprops.total_vesting_shares.split( ' ' )[0]); const total_vest_steem = parseFloat(gprops.total_vesting_fund_steem.split( ' ' )[0]); @@ -45,8 +45,8 @@ export function vestingSteem(account, gprops) { return vesting_steemf; } -// How much STEEM this account has delegated out (minus received). -export function delegatedSteem(account, gprops) { +// How much SMOKE this account has delegated out (minus received). +export function delegatedSmoke(account, gprops) { const delegated_vests = parseFloat(account.delegated_vesting_shares.split( ' ' )[0]); const received_vests = parseFloat(account.received_vesting_shares.split( ' ' )[0]); const vests = delegated_vests - received_vests; diff --git a/src/server/api/general.js b/src/server/api/general.js index c4b79bf..9911ea9 100644 --- a/src/server/api/general.js +++ b/src/server/api/general.js @@ -132,7 +132,7 @@ export default function useGeneralApi(app) { // order: 'id DESC' // }); // if (existing_created_account) { - // throw new Error("Only one Steem account per user is allowed in order to prevent abuse"); + // throw new Error("Only one Smoke account per user is allowed in order to prevent abuse"); // } const remote_ip = getRemoteIp(this.req); @@ -144,7 +144,7 @@ export default function useGeneralApi(app) { const minutes = (Date.now() - same_ip_account.created_at) / 60000; if (minutes < 10) { console.log(`api /accounts: IP rate limit for user ${this.session.uid} #${user_id}, IP ${remote_ip}`); - throw new Error('Only one Steem account allowed per IP address every 10 minutes'); + throw new Error('Only one Smoke account allowed per IP address every 10 minutes'); } } diff --git a/src/server/api/oauth.js b/src/server/api/oauth.js index 37cb63e..a02e0e0 100644 --- a/src/server/api/oauth.js +++ b/src/server/api/oauth.js @@ -127,7 +127,7 @@ function* handleFacebookCallback() { // return; // } // if (!u.verified) { - // throw new Error('Not verified Facebook account. Please verify your Facebook account and try again to sign up to Steemit.'); + // throw new Error('Not verified Facebook account. Please verify your Facebook account and try again to sign up to Smoke.'); // } if (user) { @@ -162,7 +162,7 @@ function retrieveRedditUserData(access_token) { .get('https://oauth.reddit.com/api/v1/me.json?raw_json=1') .headers({ Authorization: `bearer ${access_token}`, - 'User-Agent': 'Steembot/1.0 (+http://smoke.io)', + 'User-Agent': 'Smokebot/1.0 (+http://smoke.io)', Accept: 'application/json', 'Content-type': 'application/json' }) diff --git a/src/server/server-error.jsx b/src/server/server-error.jsx index 69d5622..14c4ea1 100644 --- a/src/server/server-error.jsx +++ b/src/server/server-error.jsx @@ -9,7 +9,7 @@ class ServerError extends Component {

      Sorry.

      Looks like something went wrong on our end.

      -

      Head back to Steemit homepage.

      +

      Head back to Smoke homepage.

      ); diff --git a/src/server/server-html.jsx b/src/server/server-html.jsx index 7df309e..ada48ae 100644 --- a/src/server/server-html.jsx +++ b/src/server/server-html.jsx @@ -39,7 +39,7 @@ export default function ServerHTML({ body, assets, locale, title, meta }) { - + diff --git a/src/server/server.js b/src/server/server.js index 2010d40..e5b0f7a 100644 --- a/src/server/server.js +++ b/src/server/server.js @@ -39,7 +39,7 @@ const grant = new Grant(config.grant); // import uploadImage from 'server/upload-image' //medium-editor const app = new Koa(); -app.name = 'Steemit app'; +app.name = 'Smoke app'; const env = process.env.NODE_ENV || 'development'; // cache of a thousand days const cacheOpts = {maxAge: 86400000, gzip: true}; diff --git a/src/server/sign_up_pages/enter_confirm_mobile.jsx b/src/server/sign_up_pages/enter_confirm_mobile.jsx index 825cad6..db2933a 100644 --- a/src/server/sign_up_pages/enter_confirm_mobile.jsx +++ b/src/server/sign_up_pages/enter_confirm_mobile.jsx @@ -137,8 +137,8 @@ export default function useEnterAndConfirmMobilePages(app) {

      We need to send you a quick text.

      -

      With each Steemit account comes a free initial - grant of Steem Power! Phone verification helps +

      With each Smoke account comes a free initial + grant of Smoke Power! Phone verification helps cut down on spam accounts.

      Your phone number will not be used for any diff --git a/src/server/utils/teleSign.js b/src/server/utils/teleSign.js index ed1131c..f365a36 100644 --- a/src/server/utils/teleSign.js +++ b/src/server/utils/teleSign.js @@ -90,7 +90,7 @@ function verifySms({ mobile, confirmation_code, ip }) { language: 'en-US', ucid: use_case_code, verify_code: confirmation_code, - template: '$$CODE$$ is your Steemit confirmation code' + template: '$$CODE$$ is your Smoke confirmation code' }; if (ip) f.originating_ip = ip; const fields = urlencode(f); diff --git a/src/shared/HtmlReady.js b/src/shared/HtmlReady.js index a88e2e5..a685ccb 100644 --- a/src/shared/HtmlReady.js +++ b/src/shared/HtmlReady.js @@ -51,7 +51,7 @@ const XMLSerializer = new xmldom.XMLSerializer() * - convert naked URLs to images/links * - convert embeddable URLs to