 *Cryptocurrencies are blockchain cash, but the same decentralised approach can be taken to computer code — resulting in apps that run trustlessly and automatically, with no chance of failure.* Bitcoin has established blockchain technology as a trustless way of sending cash online. But ‘cash’ in this context simply means information. That information can represent other things too, giving the blockchain a far wider set of use cases than financial transfers alone. In addition to making peer-to-peer payments, it’s also possible to write and run software on the blockchain. # Smart Contracts Ethereum was the first smart contracts platform, and is still the best known and largest by market cap. It features so-called ‘Turing-complete’ smart contracts — which means that theoretically Ethereum can be used to run any programme. There are many projects being developed on Ethereum, from multi-sig wallets to sophisticated e-commerce platforms that aim to replace marketplaces like Amazon and eBay with a decentralised model. Whilst Ethereum’s approach to smart contracts makes them extremely powerful, they’re also inaccessible to the vast majority of everyday users. Anyone who wants to create any smart contract functionality has to know how to programme them. Moreover, the costs of getting it wrong can be enormous. There have been a number of thefts and exploits as a result of badly-written smart contracts, some resulting in tens of millions of dollars in lost funds. # The Waves Approach  [Waves](https://wavesplatform.com) is taking a different approach to smart contracts. Whilst the platform is ultimately planning to develop highly-versatile Turing complete contracts, their initial iteration will include limited functionality. The idea is to release smart contracts that cover [the most popular use cases](https://steemit.com/cryptocurrency/@wavesplatform/how-blockchain-will-influence-business), built into [the client](https://wavesplatform.com/product/) so that everyone can deploy them, regardless of whether they have any programming knowledge or understanding of smart contracts themselves. This basic functionality will include account controls such as multi-sig accounts and the ability to lock tokens for a certain amount of time, to prevent them being moved. This will cover the majority of everyday usage safely. Once this mass-use functionality has been thoroughly tested, Waves will release Turing-complete smart contracts. Like Ethereum’s smart contracts, these can be used for just about any use case. Also, smart accounts will be introduced. # Smart Accounts A conventional account can only sign transactions before sending them to the blockchain. The idea of a smart account is the following: before the transaction is submitted for inclusion in the next block, the account checks if the transaction meets certain requirements, defined in a script. The script is attached to the account so the account can validate every transaction before confirming it. The main requirement for our smart accounts is that they can be run for the price of normal transactions with a predefined fee, without any additional ‘gas’ or other costs. This will be possible due to the statically predictable execution time. Since Waves has been built on top of an account-based model like Ethereum or Nxt (instead of Bitcoin’s input/output system), we can set security scripts on accounts. In our vision, smart accounts cannot send transactions themselves or transfer funds according to given conditions but can read data from the blockchain (for example, the height of a block or signatures from the transaction) and return the result of a predicate obtained on the basis of this data. The language of smart accounts should be as simple as possible so that it is accessible to beginners or ordinary users who are not familiar with a particular language paradigm. Language grammar will be human-readable and user-friendly. We are consciously not going to provide users with the ability to write functions, recursions, and loops of indefinite nesting. We have explained earlier that we avoid constructions whose complexity cannot be predicted in advance and that cannot be executed in a definite number of steps. That is the reason why we also have no collections or ‘for each’ constructions. # Smart Assets If we plan to apply constraints on all operations for a specific asset, we cannot use a smart account. In our paradigm, we have smart assets for this purpose: the script will be attached to the asset and will work in a similar way. Transactions for such assets are valid only if the script returns True. For example, a script can verify proofs from a transaction, check if a notary/escrow approves the transaction, and that operations with the asset aren't locked for a specified time. The script for the token is invoked upon the following operations with an asset: * TransferTransaction * MassTransferTransaction * ReissueTransaction * BurnTransaction  # Use Cases The main focus for the first version of smart accounts will be [different security, integration, and crowdfunding cases](https://steemit.com/cryptocurrency/@wavesplatform/the-future-of-dapps). An example of a security use case is multi-signature accounts. A multi-signature account is useful for contracts that need to be jointly owned, or shared, or when binding an agreement between multiple parties, or all of these. With its help, counterparties who do not trust each other can freeze a certain amount of tokens on the blockchain until the condition of having the required number of participants’ signatures is fulfilled. The next group of use cases is integration, such as Oracles. An Oracle is the application that is responsible for connection to a given data source. It can place externally-sourced data on the blockchain as a series of transactions, but cannot change the data in them. Other people can receive money from a given account if this data meets the right conditions. Conversely, if we want to remove a third party from an operation, a smart contract can be involved in the creation of an Atomic Swap — the next step in decentralisation. An Atomic Swap is a direct trade between two users of different cryptocurrencies, the honesty of which is guaranteed by a single contract in all relevant blockchains that cancels the transfer of funds back to the participants if the agreed exchange has not taken place. (‘Atomic’ in this definition means that an operation will either be performed completely, or it will not be executed at all.) Crowd sale processes like selling tokens on an exchange can be implemented trustlessly on [Waves DEX](https://wavesplatform.com/product/dex) without smart contracts. However, [smart accounts can help investors after an ICO](https://steemit.com/cryptocurrency/@wavesplatform/how-to-invest-in-an-ico). For example, they can be used to control fund use via escrow, token holder voting, etc.  You can [download the whitepaper on the Waves Smart Contracts](https://wavesplatform.com/files/docs/white_paper_waves_smart_contracts.pdf) and [read more about them on our website](https://wavesplatform.com/developers/smart-contracts). *** Join [Waves Community](http://wavescommunity.com/) Read [Waves News channel](https://t.me/wavesnews) Follow [Waves Twitter](http://twitter.com/wavesplatform) Subscribe to [Waves Facebook](https://www.facebook.com/wavesplatform/)
author | wavesplatform |
---|---|
permlink | waves-smart-contracts-what-to-expect-and-when |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency","blockchain","bitcoin","smartcontracts","wavesplatform"],"image":["https://steemitimages.com/DQmPkPGhGuvGX4vtZzaSUfWZ8JSpnBLSngYvMxBqw3LpfZW/header_ENG.png","https://steemitimages.com/DQmYE5vQ51nKNurgj4aoxxVcVLFoG75r5ZC6EXTAZCjrqVH/pic_for_text_ENG.png","https://steemitimages.com/DQmTdtReAvHMEUNxcjxLhjXrwdar3DXbtsZfMo8qk5oaAxq/SmartContract_2.jpg","https://steemitimages.com/DQmT8AyHt8rVdznqWucSuLrL7japvkztiHBPrwxJmC2bwL9/SmartContract_EN_2.jpg"],"links":["https://wavesplatform.com","https://steemit.com/cryptocurrency/@wavesplatform/how-blockchain-will-influence-business","https://wavesplatform.com/product/","https://steemit.com/cryptocurrency/@wavesplatform/the-future-of-dapps","https://wavesplatform.com/product/dex","https://steemit.com/cryptocurrency/@wavesplatform/how-to-invest-in-an-ico","https://wavesplatform.com/files/docs/white_paper_waves_smart_contracts.pdf","https://wavesplatform.com/developers/smart-contracts","http://wavescommunity.com/","https://t.me/wavesnews","http://twitter.com/wavesplatform","https://www.facebook.com/wavesplatform/"],"app":"steemit/0.1","format":"markdown"} |
created | 2018-04-18 12:55:03 |
last_update | 2018-04-18 13:31:39 |
depth | 0 |
children | 61 |
last_payout | 2018-04-25 12:55:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 413.675 HBD |
curator_payout_value | 135.286 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 7,967 |
author_reputation | 36,423,928,340,438 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,753,494 |
net_rshares | 102,769,987,517,235 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
berniesanders | 0 | 14,050,390,345 | 10% | ||
nextgencrypto | 0 | 275,428,105,369 | 10% | ||
steemservices | 0 | 32,993,277,039 | 10% | ||
benjojo | 0 | -16,612,755,673 | -100% | ||
nate-atkins | 0 | 31,982,828,705 | 100% | ||
fry | 0 | 1,327,422,737 | 100% | ||
christoryan | 0 | 9,709,541,996 | 100% | ||
geoffrey | 0 | 1,793,449,093,283 | 100% | ||
erizan | 0 | 178,138,188 | 100% | ||
instancex | 0 | 3,108,644,459 | 100% | ||
cdubendo | 0 | 406,238,142,312 | 100% | ||
asim | 0 | 10,826,333,835 | 30% | ||
wavesplatform | 0 | 5,732,430,399 | 100% | ||
dimon14 | 0 | 13,348,703,958 | 97% | ||
qonq99 | 0 | 1,695,971,309 | 100% | ||
masterinvestor | 0 | 41,650,761,687 | 100% | ||
alexpmorris | 0 | 290,066,782,415 | 100% | ||
ozchartart | 0 | 293,248,703,577 | 10% | ||
slimjim | 0 | 2,819,829,724 | 10% | ||
netaterra | 0 | 8,118,916,493 | 100% | ||
mastercore | 0 | 301,297,668 | 100% | ||
ghasemkiani | 0 | 61,396,378,817 | 6% | ||
daznez | 0 | 4,473,118,630 | 100% | ||
thecyclist | 0 | 209,319,237,824 | 10% | ||
dylanhobalart | 0 | 2,006,055,716 | 12% | ||
natka2 | 0 | 3,858,557,907 | 100% | ||
judasp | 0 | 88,507,489,989 | 100% | ||
decebal2dac | 0 | 118,590,864,816 | 100% | ||
edb | 0 | 3,538,317,996 | 50% | ||
wooklym | 0 | 75,024,471,460 | 100% | ||
zedikaredirect | 0 | 11,923,938,987 | 100% | ||
rahul.stan | 0 | 22,906,806,964 | 100% | ||
bitsy | 0 | 1,715,218,780 | 100% | ||
michellectv | 0 | 206,876,115,905 | 100% | ||
dovetail | 0 | 2,022,365,487 | 100% | ||
steemitboard | 0 | 327,603,271 | 1% | ||
baldos | 0 | 22,528,228,953 | 100% | ||
yougotflagged | 0 | 47,235,347,357 | 10% | ||
zephyraijunzo | 0 | 91,841,330,247 | 100% | ||
melip | 0 | 56,586,552,890 | 50% | ||
squidlings | 0 | 1,456,141,207 | 100% | ||
rafaelpadilla | 0 | 1,802,051,072 | 100% | ||
lester1975 | 0 | 57,269,992,874 | 48% | ||
preparedwombat | 0 | 77,962,969,454 | 100% | ||
bithubpl | 0 | 15,634,127,852 | 100% | ||
hiroyamagishi | 0 | 35,486,782,878 | 10% | ||
danlupi | 0 | 12,701,434,934 | 1% | ||
joeavella | 0 | 2,447,833,972 | 100% | ||
tdiv7653 | 0 | 845,369,340 | 100% | ||
markjackson1989 | 0 | 5,437,252,301 | 8% | ||
karmenali | 0 | 614,860,000 | 100% | ||
veerall | 0 | 1,173,034,986 | 100% | ||
luvabi | 0 | 28,203,735,860 | 100% | ||
shellyduncan | 0 | 39,178,366,593 | 100% | ||
angelgarz | 0 | 2,077,590,120 | 12.73% | ||
ramo22 | 0 | 590,364,051 | 100% | ||
neworleans | 0 | 1,295,964,746 | 100% | ||
spg | 0 | 37,191,770,994 | 100% | ||
gktown | 0 | 77,586,340 | 0.49% | ||
urs | 0 | 49,344,569,997 | 100% | ||
josteem | 0 | 3,090,049,115 | 2% | ||
resteemable | 0 | 643,356,417 | 0.99% | ||
arunava | 0 | 33,347,133,176 | 3% | ||
ridwanputra | 0 | 602,213,371 | 100% | ||
suitablybored | 0 | 524,206,467 | 100% | ||
daydreams4rock | 0 | 30,187,623,202 | 100% | ||
cryptotem | 0 | 10,775,927,758 | 17% | ||
privycatherine | 0 | 1,300,862,926 | 100% | ||
atharunjum | 0 | 177,284,368 | 100% | ||
sensation | 0 | 125,123,516 | 100% | ||
dion12 | 0 | 259,912,249 | 100% | ||
caesarsupaimin | 0 | 5,081,895,583 | 100% | ||
jbuff | 0 | 605,286,229 | 100% | ||
suhaimi | 0 | 2,890,951,046 | 100% | ||
thedelegator | 0 | 40,208,637,183 | 10% | ||
mcoinz79 | 0 | 29,867,333,587 | 100% | ||
ryanferreira22 | 0 | 602,213,371 | 100% | ||
appreciator | 0 | 31,239,730,764,492 | 51.49% | ||
svein.forkbeard | 0 | 7,132,194,738 | 100% | ||
viraldrome | 0 | 40,524,578,479 | 100% | ||
ogbonnav7 | 0 | 0 | 100% | ||
jerrisity | 0 | 1,444,148,463 | 100% | ||
stanhopeofficial | 0 | 49,744,827,633 | 100% | ||
niranjan | 0 | 570,687,631 | 100% | ||
fellowsheep | 0 | 612,238,221 | 100% | ||
anonimous | 0 | 15,660,573,024 | 100% | ||
nexuslabs | 0 | 613,779,145 | 100% | ||
centinela74 | 0 | 614,503,785 | 100% | ||
glennolua | 0 | 95,098,757,625 | 100% | ||
davidalexander | 0 | 933,093,605 | 100% | ||
cifer | 0 | 7,212,465,709 | 80% | ||
lizabestish | 0 | 78,022,935 | 100% | ||
azulear | 0 | 1,253,826,781 | 100% | ||
santigs | 0 | 397,034,713 | 100% | ||
kayros | 0 | 7,270,885,328 | 100% | ||
apkmopo.com | 0 | 35,112,369,337 | 100% | ||
ninzkie143 | 0 | 0 | 100% | ||
rocky1 | 0 | 12,929,157,334,204 | 21.33% | ||
cicbar | 0 | 158,973,911,442 | 50% | ||
zeugen | 0 | 468,614,357 | 100% | ||
fanen | 0 | 369,944,381 | 100% | ||
poweredbyweb | 0 | 63,595,128,913 | 100% | ||
spotlight | 0 | 218,760,825 | 0.49% | ||
pheonixdown-dee | 0 | 334,151,750 | 100% | ||
buildawhale | 0 | 13,089,079,490,017 | 17.3% | ||
samic | 0 | 36,319,298,857 | 100% | ||
inzouikroft | 0 | 220,282,868 | 100% | ||
rasec1990 | 0 | 402,516,737 | 100% | ||
florymar-russo | 0 | 1,342,659,332 | 100% | ||
boomerang | 0 | 13,663,526,481,730 | 74.72% | ||
upme | 0 | 13,428,515,968,220 | 21.88% | ||
greenbeans | 0 | 815,529,592 | 100% | ||
danthundercloud | 0 | 2,820,011,485 | 100% | ||
fredy93 | 0 | 593,024,848 | 100% | ||
dalesatoshi | 0 | 589,849,841 | 100% | ||
salimch | 0 | 978,705,276 | 100% | ||
spreadthetruth | 0 | 1,717,685,021 | 100% | ||
skyrockzzz | 0 | 785,464,961 | 100% | ||
nor1 | 0 | 303,495,626 | 100% | ||
platinum.elite | 0 | 1,634,391,140 | 100% | ||
opaulo | 0 | 36,949,594,346 | 8% | ||
ngc | 0 | 124,816,825,020 | 10% | ||
ryanelnieno | 0 | 553,334,960 | 100% | ||
aztecgoldhero | 0 | 612,885,474 | 100% | ||
glboy | 0 | 591,663,191 | 100% | ||
cryptolopes | 0 | 0 | 100% | ||
katamori | 0 | -2,332,887,676 | -100% | ||
andreia.loops | 0 | 691,927,027 | 100% | ||
christian94 | 0 | 477,424,339 | 100% | ||
sadf | 0 | 873,600,282 | 100% | ||
julezjules | 0 | 613,122,478 | 100% | ||
gruffalo | 0 | 4,866,962,450 | 50% | ||
aminulislamamir | 0 | 249,020,394 | 100% | ||
tuanis | 0 | 568,094,343 | 5% | ||
steveuk | 0 | 11,853,596,115 | 100% | ||
firexx | 0 | 0 | 100% | ||
kbooooom | 0 | 464,566,600 | 100% | ||
drmake | 0 | 115,116,382,812 | 100% | ||
kmelvin256 | 0 | 363,742,855 | 100% | ||
danile666 | 0 | 23,783,514,904 | 100% | ||
hotvideos | 0 | 63,817,134,882 | 100% | ||
draffanahmed | 0 | 12,750,303,327 | 19% | ||
nirobrahman | 0 | 411,847,351 | 100% | ||
tropitoken | 0 | 572,247,600 | 100% | ||
maczak6603 | 0 | 11,495,627,112 | 5% | ||
ikidnapmyself | 0 | 1,798,905,998 | 100% | ||
dutchybeatz | 0 | 581,477,400 | 100% | ||
weisheng167388 | 0 | 494,491,896 | 100% | ||
akhy | 0 | 371,207,894 | 100% | ||
deanhass | 0 | 4,972,717,719 | 100% | ||
sojibul | 0 | 1,049,082,778 | 100% | ||
vintageverve | 0 | 88,653,902 | 100% | ||
maria-r20 | 0 | 436,877,200 | 100% | ||
fahimgazi | 0 | 58,387,858 | 10% | ||
ipman62 | 0 | 85,579,924 | 100% | ||
vevette | 0 | 742,558,760 | 100% | ||
grumpycat | 0 | -344,903,402,064 | -100% | ||
zyl | 0 | 149,594,818 | 100% | ||
upmyvote | 0 | 9,735,672,563,083 | 58.87% | ||
fortunex | 0 | 2,514,325,289 | 99% | ||
rolly13 | 0 | 615,320,000 | 100% | ||
aniellopas | 0 | 6,972,610,662 | 100% | ||
erikc | 0 | 156,059,091 | 100% | ||
oscarblue04 | 0 | 1,760,514,745 | 100% | ||
zool237 | 0 | 28,353,242,000 | 100% | ||
alauddinsee | 0 | 873,595,407 | 100% | ||
bobsthinking | 0 | 2,039,251,521 | 100% | ||
mehta | 0 | 4,490,782,970 | 10% | ||
nikola13 | 0 | 482,385,471 | 100% | ||
juanbox | 0 | 315,786,403 | 100% | ||
carpio99sport | 0 | 582,568,126 | 100% | ||
cryptotradingch | 0 | 11,237,248,229 | 100% | ||
diogosantos | 0 | 5,100,637,544 | 100% | ||
lathees2015 | 0 | 482,032,554 | 100% | ||
magicflute | 0 | 504,431,550 | 100% | ||
senseicat | 0 | 14,895,813,028 | 1% | ||
goldrooster | 0 | 1,321,575,653 | 100% | ||
iamleaf | 0 | 591,950,566 | 100% | ||
cryptolito | 0 | 605,637,100 | 100% | ||
paoponkak | 0 | 388,589,634 | 100% | ||
krypto-kingpin | 0 | 3,820,319,335 | 100% | ||
mercurybot | 0 | 2,933,317,923,451 | 54.66% | ||
leesujin | 0 | 307,475,363 | 100% | ||
sengaloune | 0 | 105,783,392 | 100% | ||
wolfgangsieberth | 0 | 614,597,045 | 100% | ||
nowonline | 0 | 3,660,494,142 | 100% | ||
punwik | 0 | 3,092,898,034 | 60.34% | ||
susanalara | 0 | 452,385,061 | 100% | ||
themarhio | 0 | 836,248,370 | 100% | ||
dangvu910 | 0 | 374,845,000 | 100% | ||
marialara | 0 | 837,605,968 | 100% | ||
eli11eli | 0 | 614,702,012 | 100% | ||
coin.info | 0 | 187,175,927 | 6.94% | ||
uplandmines | 0 | 2,573,846,440 | 100% | ||
goodluckleo | 0 | 385,542,343 | 100% | ||
shayanzai | 0 | 331,817,454 | 57.37% | ||
rccheca | 0 | 614,474,216 | 100% | ||
csharma | 0 | 532,156,950 | 100% | ||
johnstone | 0 | 577,707,950 | 100% | ||
maxocoin | 0 | 556,098,593 | 100% | ||
rofilm | 0 | 714,960,802 | 100% | ||
fritjofk | 0 | 525,374,433 | 100% | ||
queen-maeve-v2 | 0 | 1,325,894,974 | 100% | ||
lost-tiger-films | 0 | 128,493,184 | 100% | ||
luengonzalez | 0 | 577,721,601 | 100% | ||
wanasoloben | 0 | 11,990,160,679 | 84% | ||
truce | 0 | 36,588,114,380 | 100% | ||
purpleviolet | 0 | 579,067,331 | 100% | ||
ddw305 | 0 | 132,110,615 | 100% | ||
polarbeats | 0 | 529,818,784 | 100% | ||
pqbd | 0 | 476,598,474 | 100% | ||
acid303 | 0 | 129,037,195 | 100% | ||
ripz | 0 | 402,532,764 | 100% | ||
orkin420 | 0 | 196,458,424 | 100% | ||
bofphemy | 0 | 186,460,410 | 100% | ||
emin90 | 0 | 580,666,379 | 100% | ||
canthar | 0 | 581,529,424 | 100% | ||
yusrannaldo | 0 | 128,644,698 | 45.17% | ||
lartist-zen | 0 | 81,690,232 | 10% | ||
reviewsatrandom | 0 | 33,155,538,851 | 100% | ||
memesplease | 0 | 33,509,339,292 | 100% | ||
fulflet | 0 | 593,384,092 | 100% | ||
jesustomed | 0 | 581,216,307 | 100% | ||
muna01 | 0 | 405,220,688 | 100% | ||
whatumin | 0 | 395,761,357 | 100% | ||
razzadazzler | 0 | 306,616,409 | 50% | ||
demarco2016 | 0 | 418,795,492 | 100% | ||
medowill | 0 | 580,228,774 | 100% | ||
zurimabarcelo | 0 | 79,555,382 | 100% | ||
sara-gh | 0 | 1,177,774,936 | 100% | ||
bdkazi | 0 | 584,132,625 | 100% | ||
miloje13 | 0 | 6,646,679,997 | 100% | ||
alessandrapace | 0 | 592,944,221 | 100% | ||
silentworld | 0 | 752,868,617 | 100% | ||
marilin151 | 0 | 356,380,957 | 100% | ||
hobin36 | 0 | 562,745,915 | 100% | ||
shogun46 | 0 | 614,449,579 | 100% | ||
idrispatel | 0 | 522,742,440 | 100% | ||
srity23 | 0 | 440,235,332 | 100% | ||
braienvictor | 0 | 352,568,252 | 100% | ||
fm1023 | 0 | 0 | 100% | ||
deejays | 0 | 721,985,334 | 100% | ||
xarion94 | 0 | 593,050,031 | 100% | ||
tushy | 0 | 6,358,675,898 | 100% | ||
gabyx3-ber03 | 0 | 419,895,498 | 100% | ||
amitrawat | 0 | 340,339,249 | 100% | ||
angelmagee | 0 | 559,133,138 | 100% | ||
s7effen | 0 | 0 | 100% | ||
sahel.b77 | 0 | 547,380,485 | 100% | ||
kont82 | 0 | 561,261,240 | 100% | ||
twodragon | 0 | 591,451,967 | 100% | ||
irus | 0 | 0 | 100% | ||
polskiebracie | 0 | 609,797,201 | 100% | ||
shahidulabir | 0 | 591,805,282 | 100% | ||
techcoderx | 0 | -239,810,971 | -100% | ||
peteroth | 0 | 481,093,835 | 100% | ||
joyfulstar | 0 | 396,044,659 | 100% | ||
chaomos | 0 | 579,151,177 | 100% | ||
fibaroteam | 0 | 2,614,068,378 | 100% | ||
korkmaz | 0 | 565,489,319 | 100% | ||
noeatnosleep | 0 | 612,852,133 | 100% | ||
gothicath | 0 | 566,888,223 | 100% | ||
naturaladditives | 0 | 545,438,398 | 100% | ||
ericstef | 0 | 545,438,398 | 100% | ||
syuckranbsf | 0 | 545,920,068 | 100% | ||
golamor | 0 | 489,078,805 | 100% | ||
tmrknckmk | 0 | 645,283,625 | 100% | ||
shajon | 0 | 126,138,451 | 100% | ||
fkorkmaz | 0 | 568,548,719 | 100% | ||
leurbanexplorer | 0 | 2,206,573,838 | 100% | ||
petesays | 0 | 613,059,301 | 100% | ||
qadri.mag | 0 | 162,791,876 | 100% | ||
alageraldine | 0 | 440,984,405 | 100% | ||
edwardsun55 | 0 | 589,968,173 | 100% | ||
rogz06 | 0 | 2,243,467,464 | 100% | ||
soehtike | 0 | 600,651,868 | 100% | ||
mecarlo | 0 | 557,298,917 | 100% | ||
hakanyasinirmak | 0 | 535,389,691 | 100% | ||
jhonastime | 0 | 552,613,026 | 100% | ||
mrowkarz | 0 | 544,453,928 | 100% | ||
ozflasher | 0 | 410,395,611 | 100% | ||
matife | 0 | 591,092,186 | 100% | ||
ahmedibrahem | 0 | 578,002,606 | 100% | ||
marcovugts | 0 | 1,202,399,080 | 100% | ||
abcgoodyabc | 0 | 600,360,154 | 100% | ||
mjalice | 0 | 352,205,189 | 100% | ||
kellyjhoanarh | 0 | 600,660,929 | 100% | ||
luminaryhmo | 0 | 122,505,521 | 100% | ||
philakonesteemit | 0 | 6,092,535,080 | 100% | ||
rawhnald | 0 | 603,339,692 | 100% | ||
hareemsaqi | 0 | 776,997,453 | 100% | ||
rinis | 0 | 447,350,421 | 100% | ||
ennycares | 0 | 316,240,634 | 100% | ||
kongen | 0 | 370,826,315 | 100% | ||
confusedsoul | 0 | 554,613,308 | 100% | ||
lucky4karmen | 0 | 4,895,402,941 | 100% | ||
permatasari | 0 | 579,429,267 | 100% | ||
lone.ly12 | 0 | 418,750,003 | 100% | ||
zuma34 | 0 | 906,978,003 | 100% | ||
foxicoreviews | 0 | 174,868,527 | 100% | ||
ashik78 | 0 | 603,201,970 | 100% | ||
kofil | 0 | 603,201,970 | 100% | ||
hasif | 0 | 603,201,970 | 100% | ||
safiraannisa | 0 | 550,878,107 | 100% | ||
pawelc | 0 | 562,752,858 | 100% | ||
anjanyazzahra1 | 0 | 545,288,257 | 100% | ||
khalid.seghir | 0 | 526,278,874 | 100% | ||
icebergstudio | 0 | 590,533,853 | 100% | ||
sensio | 0 | 612,115,284 | 100% | ||
coleenmiler | 0 | 602,772,897 | 100% | ||
gregoryarts | 0 | 750,524,425 | 100% | ||
remotedream | 0 | 162,528,669 | 100% | ||
darkxsein | 0 | 290,696,648 | 100% | ||
tbattish | 0 | 600,792,178 | 100% | ||
jimsolo | 0 | 434,486,047 | 100% | ||
kowal115 | 0 | 235,617,287 | 100% | ||
sempra | 0 | 2,744,457,976 | 100% | ||
kamran600 | 0 | 154,584,419 | 100% | ||
jaypost724 | 0 | 578,005,344 | 100% | ||
mariamatute | 0 | 159,107,566 | 100% | ||
dmania-meme | 0 | 599,124,376 | 100% | ||
bdshelu | 0 | 540,442,564 | 100% | ||
kin18 | 0 | 523,219,113 | 100% | ||
sesshomaru | 0 | 239,631,319 | 100% | ||
torkyi | 0 | 544,637,440 | 100% | ||
agathusia | 0 | 605,302,990 | 100% | ||
design4crypto | 0 | 446,840,492 | 100% | ||
barszczyk123 | 0 | 611,952,180 | 100% | ||
hackathonic | 0 | 581,299,065 | 100% | ||
riina | 0 | 64,207,434 | 100% | ||
laaboudi | 0 | 367,267,764 | 100% | ||
samisama | 0 | 499,401,247 | 100% | ||
chemical.black | 0 | 4,804,712,902 | 100% | ||
rusli-rs | 0 | 538,441,482 | 100% | ||
alkor | 0 | 471,843,433 | 100% | ||
sand-im-bulli | 0 | 116,153,465 | 100% | ||
high6 | 0 | 578,209,823 | 100% | ||
mohamed-sobhy | 0 | 553,735,333 | 100% | ||
gulaschfreak | 0 | 538,438,777 | 100% | ||
emotional | 0 | 486,428,035 | 100% | ||
delgadoart | 0 | 575,259,676 | 100% | ||
ricardofsilva100 | 0 | 0 | 100% | ||
ahmed.hussein | 0 | 5,262,512,722 | 100% | ||
mohammadhakim | 0 | 493,362,112 | 100% | ||
im4g1n4t10n | 0 | 88,916,980 | 100% | ||
lemonlime | 0 | 611,849,971 | 100% | ||
osama80 | 0 | 541,484,578 | 100% | ||
esty-x | 0 | 599,592,482 | 100% | ||
rajivnarang | 0 | 611,764,485 | 100% | ||
arkangelb | 0 | 464,887,174 | 100% | ||
juliati | 0 | 425,162,121 | 100% | ||
ishfaq | 0 | 198,801,733 | 100% | ||
hector18elle | 0 | 498,507,643 | 100% | ||
rafag | 0 | 565,726,532 | 100% | ||
awesomematt | 0 | 195,632,449 | 100% | ||
tahoorsaleem | 0 | 446,465,263 | 100% | ||
rajingle47 | 0 | 0 | 100% | ||
ubsefor | 0 | 577,958,457 | 100% | ||
javivi | 0 | 529,028,079 | 100% | ||
rukson97 | 0 | 571,839,600 | 100% | ||
aphiso | 0 | 140,597,579 | 25% | ||
muhadir | 0 | 217,115,570 | 100% | ||
crowing | 0 | 233,086,856 | 100% | ||
houdak | 0 | 553,491,805 | 100% | ||
walking100 | 0 | 330,260,304 | 100% | ||
kalidore | 0 | 611,593,155 | 100% | ||
terracoin | 0 | 344,089,764 | 100% | ||
sonpc | 0 | 565,720,828 | 100% | ||
epictroll | 0 | 324,142,745 | 100% | ||
cmplxty | 0 | 611,587,049 | 100% | ||
agentwilla | 0 | 513,733,121 | 100% | ||
bastianrt | 0 | 195,707,855 | 100% | ||
iamjohnsons | 0 | 590,181,502 | 100% | ||
hyatographic | 0 | 91,738,057 | 100% | ||
poonmos | 0 | 443,398,410 | 100% | ||
celik | 0 | 437,280,399 | 100% | ||
rhoger | 0 | 129,886,973 | 100% | ||
aqilmacro | 0 | 599,110,169 | 100% | ||
r3blog | 0 | 162,078,961 | 100% | ||
mamaoul | 0 | 571,822,600 | 100% | ||
andregarrido | 0 | 568,761,930 | 100% | ||
dariusz70 | 0 | 363,883,532 | 100% | ||
madmed | 0 | 382,230,601 | 100% | ||
tipu77 | 0 | 309,450,868 | 100% | ||
korolyx | 0 | 186,492,104 | 100% | ||
cuongbass | 0 | 611,551,336 | 100% | ||
jyotishmansteem | 0 | 590,144,189 | 100% | ||
steemit833 | 0 | 565,679,546 | 100% | ||
juanntv | 0 | 602,363,486 | 100% | ||
bashar777 | 0 | 0 | 100% | ||
researchgeek | 0 | 5,056,439,340 | 100% | ||
angryrules | 0 | 565,462,641 | 100% | ||
drcevat | 0 | 528,283,442 | 100% | ||
colamitkuh | 0 | 321,295,129 | 100% | ||
justice4frederik | 0 | 617,875,240 | 100% | ||
nguyendangnam | 0 | 461,515,730 | 100% | ||
krugercrypto | 0 | 580,715,158 | 100% | ||
flox86 | 0 | 418,724,160 | 100% | ||
drserg | 0 | 0 | 100% | ||
sandwipmajumdar | 0 | 509,746,962 | 100% | ||
einhan | 0 | 605,517,562 | 100% | ||
awakenings | 0 | 577,639,161 | 100% | ||
psywirz0ut46 | 0 | 556,242,389 | 100% | ||
muza1976 | 0 | 553,186,112 | 100% | ||
carlam | 0 | 544,009,251 | 100% | ||
cryptomaniacers | 0 | 271,991,565 | 100% | ||
escoladobitcoin | 0 | 0 | 100% | ||
hyfr | 0 | 0 | 100% |
I agree with the view that smart contracts have some problems
author | ahmedibrahem |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180419t154204671z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-19 15:42:21 |
last_update | 2018-04-19 15:42:21 |
depth | 1 |
children | 0 |
last_payout | 2018-04-26 15:42:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 219,577,857,446 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,959,819 |
net_rshares | 0 |
iCoinCourse - the best software to check the rate of your cryptocurrency with comfort. https://icoincourse.com/ 
author | anealireki |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180419t215539432z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"image":["https://steemitimages.com/DQmViNu6KhpvsSYaAw6uAi9knuwcVwRKhapLXSqpDaUJDba/application-screenshot-img-08.png"],"links":["https://icoincourse.com/"],"app":"steemit/0.1"} |
created | 2018-04-19 20:56:36 |
last_update | 2018-04-19 20:56:36 |
depth | 1 |
children | 0 |
last_payout | 2018-04-26 20:56:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 257 |
author_reputation | -789,520,197,712 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,001,927 |
net_rshares | 0 |
iCoinCourse - the best software to check the rate of your cryptocurrency with comfort. https://icoincourse.com/ 
author | anealireki |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180421t132103333z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"image":["https://steemitimages.com/DQmPDNn45FY47VZMjqThPtwt1aor5xTUw1Th8z6Kjyj6pDi/DQmViNu6KhpvsSYaAw6uAi9knuwcVwRKhapLXSqpDaUJDba_1680x8400.png"],"links":["https://icoincourse.com/"],"app":"steemit/0.1"} |
created | 2018-04-21 13:21:03 |
last_update | 2018-04-21 13:21:03 |
depth | 1 |
children | 0 |
last_payout | 2018-04-28 13:21:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 313 |
author_reputation | -789,520,197,712 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,307,639 |
net_rshares | 0 |
Dear Sir @wavesplatform I have learnt lot of things from your post. Love you. 
author | apuvai152 |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180418t174825706z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"users":["wavesplatform"],"image":["https://steemitimages.com/DQmdFrqi4K4iLyACFZhUZWRCJY2ToQVf75X91PvvgkYVccU/love%20u.JPG"],"app":"steemit/0.1"} |
created | 2018-04-18 17:48:30 |
last_update | 2018-04-18 17:48:30 |
depth | 1 |
children | 0 |
last_payout | 2018-04-25 17:48:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 179 |
author_reputation | 142,221,467,360 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,799,527 |
net_rshares | 0 |
Congratulations @wavesplatform! Your post was mentioned in the [Steemit Hit Parade](https://steemit.com/hit-parade/@arcange/daily-hit-parade-20180418) in the following category: * Pending payout - Ranked 3 with $ 468,65
author | arcange |
---|---|
permlink | re-waves-smart-contracts-what-to-expect-and-when-20180418t180132000z |
category | cryptocurrency |
json_metadata | "" |
created | 2018-04-19 16:09:27 |
last_update | 2018-04-19 16:09:27 |
depth | 1 |
children | 0 |
last_payout | 2018-04-26 16:09:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 221 |
author_reputation | 1,146,633,668,945,473 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,964,090 |
net_rshares | 0 |
Crypto is so interesting everyday learning new things
author | bitcointravel |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180421t102957070z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-21 10:29:54 |
last_update | 2018-04-21 10:29:54 |
depth | 1 |
children | 1 |
last_payout | 2018-04-28 10:29:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.404 HBD |
curator_payout_value | 0.125 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 1,242,188,053,672 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,284,281 |
net_rshares | 84,454,813,818 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
josteem | 0 | 4,635,312,085 | 3% | ||
bitcointravel | 0 | 79,819,501,733 | 100% |
Same to me ( learning new every crypto day ) lol
author | josteem |
---|---|
permlink | re-bitcointravel-re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180421t224118959z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-21 22:41:21 |
last_update | 2018-04-21 22:41:21 |
depth | 2 |
children | 0 |
last_payout | 2018-04-28 22:41:21 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 48 |
author_reputation | 4,946,457,944,388 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,383,025 |
net_rshares | 1,545,104,028 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
josteem | 0 | 1,545,104,028 | 1% |
This post has received a 74.72 % upvote from @boomerang.
author | boomerang |
---|---|
permlink | re-waves-smart-contracts-what-to-expect-and-when-20180418t150837 |
category | cryptocurrency |
json_metadata | "" |
created | 2018-04-18 15:08:39 |
last_update | 2018-04-18 15:08:39 |
depth | 1 |
children | 0 |
last_payout | 2018-04-25 15:08:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 56 |
author_reputation | 1,273,205,827,891 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,774,563 |
net_rshares | 0 |
**Coins mentioned in post:** Coin | | Price (USD) | 📈 24h | 📈 7d - | - | - | - | - **BTC** | Bitcoin | 8275.950$ | _1.23%_ | _6.81%_ **ETH** | Ethereum | 559.686$ | _7.2%_ | _17.75%_ **NXT** | Nxt | 0.207$ | _4.92%_ | _35.03%_ **WAVES** | Waves | 5.186$ | _5.19%_ | _26.2%_
author | coin.info |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180419t220950996z |
category | cryptocurrency |
json_metadata | {"app":"coininfo/1.0.0","format":"markdown"} |
created | 2018-04-19 22:09:51 |
last_update | 2018-04-19 22:09:51 |
depth | 1 |
children | 0 |
last_payout | 2018-04-26 22:09:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 274 |
author_reputation | 133,144,230,969 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,010,337 |
net_rshares | 0 |
this will boost the competition between players doing a smart contracts platform, and waves is entering in the arena and hope this will make smart contracts more efficient, secure and a friendly-user. :)
author | cortexx |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180419t003906137z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-19 00:39:06 |
last_update | 2018-04-19 00:39:06 |
depth | 1 |
children | 1 |
last_payout | 2018-04-26 00:39:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.632 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 203 |
author_reputation | 4,310,891,351,252 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,848,600 |
net_rshares | 308,662,844,022 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
edb | 0 | 3,538,317,996 | 50% | ||
josteem | 0 | 4,635,312,085 | 3% | ||
jmdk2000 | 0 | 5,386,673,719 | 100% | ||
cortexx | 0 | 295,102,540,222 | 100% |
👋
author | josteem |
---|---|
permlink | re-cortexx-re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180421t223702814z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-21 22:37:06 |
last_update | 2018-04-21 22:37:06 |
depth | 2 |
children | 0 |
last_payout | 2018-04-28 22:37:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.640 HBD |
curator_payout_value | 0.212 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 4,946,457,944,388 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,382,597 |
net_rshares | 134,729,126,516 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
josteem | 0 | 134,729,126,516 | 100% |
Nice and interesting ...I will look forward to watching how this platform advances.
author | danuel505 |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180419t194647398z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-19 19:46:45 |
last_update | 2018-04-19 19:46:45 |
depth | 1 |
children | 0 |
last_payout | 2018-04-26 19:46:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 83 |
author_reputation | 3,572,000,878 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,993,416 |
net_rshares | 0 |
I don’t really ever believe into expectations. I feel when you start expecting too much, it only creates trouble for you. This is why I personally avoid it. I always prefer to look at multi options and making sure that I keep up with the best. Right now, one mighty name is XefoCoin, it got just about all. Whether it is to do with the brilliant concept based around making sure Crypto are easier to use anywhere in the world while also easy route to convert into Local Currency. The ICO sale is active with huge bonus of 35% bonus. There is even referral bonus that’s 5% with unique setting that anyone using the link could get 5% themselves. https://xefocoin.io/
author | djlakhany |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180418t231309371z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"links":["https://xefocoin.io/"],"app":"steemit/0.1"} |
created | 2018-04-18 23:13:12 |
last_update | 2018-04-18 23:13:12 |
depth | 1 |
children | 0 |
last_payout | 2018-04-25 23:13:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 666 |
author_reputation | -194,278,010,564 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,839,413 |
net_rshares | 0 |
Yea you speak the truth... Impressive post you have there..
author | edibobo |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180418t175909728z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-18 17:59:15 |
last_update | 2018-04-18 17:59:15 |
depth | 1 |
children | 0 |
last_payout | 2018-04-25 17:59:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 59 |
author_reputation | 194,348,280,219 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,801,034 |
net_rshares | 0 |
Waves real cool
author | edwardsun55 |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180420t120130328z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-20 12:01:30 |
last_update | 2018-04-20 12:01:30 |
depth | 1 |
children | 0 |
last_payout | 2018-04-27 12:01:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 15 |
author_reputation | 850,644,446,172 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,111,618 |
net_rshares | 0 |
WAVES is awesome
author | eli11eli |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180420t185532542z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-20 18:53:48 |
last_update | 2018-04-20 18:53:48 |
depth | 1 |
children | 0 |
last_payout | 2018-04-27 18:53:48 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 16 |
author_reputation | 3,771,162,845 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,175,461 |
net_rshares | 442,585,449 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
eli11eli | 0 | 442,585,449 | 100% |
I still believe in Waves. Soon we will all be pleasantly surprised!
author | hackathonic |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180418t174400890z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-18 17:44:03 |
last_update | 2018-04-18 17:44:03 |
depth | 1 |
children | 0 |
last_payout | 2018-04-25 17:44:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 67 |
author_reputation | 36,180,290,037 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,798,899 |
net_rshares | 0 |
I have some coin in my waves wallet I don't know how can I sell it
author | hero7 |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180421t104640280z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-21 10:46:39 |
last_update | 2018-04-21 10:46:39 |
depth | 1 |
children | 2 |
last_payout | 2018-04-28 10:46:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.082 HBD |
curator_payout_value | 0.019 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 66 |
author_reputation | 1,752,574,949,010 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,286,336 |
net_rshares | 16,384,912,171 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hero7 | 0 | 16,384,912,171 | 100% |
Hello, you can use this guide to learn trading on DEX https://support.wavesplatform.com/en/knowledge-bases/2/articles/16361-beta-wallet-how-to-trade-tokens-on-the-dex Kind regards, Waves Community
author | wavesplatform |
---|---|
permlink | re-hero7-re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180421t183528353z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"links":["https://support.wavesplatform.com/en/knowledge-bases/2/articles/16361-beta-wallet-how-to-trade-tokens-on-the-dex"],"app":"steemit/0.1"} |
created | 2018-04-21 18:35:30 |
last_update | 2018-04-21 18:38:36 |
depth | 2 |
children | 1 |
last_payout | 2018-04-28 18:35:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 197 |
author_reputation | 36,423,928,340,438 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,355,083 |
net_rshares | 1,437,441,686 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
edb | 0 | 1,437,441,686 | 20% |
thank you for info
author | hero7 |
---|---|
permlink | re-wavesplatform-re-hero7-re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180421t185851772z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-21 18:58:54 |
last_update | 2018-04-21 18:58:54 |
depth | 3 |
children | 0 |
last_payout | 2018-04-28 18:58:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.106 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 18 |
author_reputation | 1,752,574,949,010 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,358,408 |
net_rshares | 17,218,043,298 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hero7 | 0 | 17,218,043,298 | 100% |
Very innovating. Looks like Waves is doing their entry on Smart contract sounds very interesting and will definitely keep track on it. Waves Smart Contracccccccct!!
author | hiroyamagishi |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180418t213122989z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-18 21:31:24 |
last_update | 2018-04-18 21:31:24 |
depth | 1 |
children | 0 |
last_payout | 2018-04-25 21:31:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.844 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 164 |
author_reputation | 71,901,302,671,995 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,828,744 |
net_rshares | 346,875,466,115 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
hiroyamagishi | 0 | 345,529,201,710 | 100% | ||
josteem | 0 | 1,545,104,028 | 1% | ||
cowbeboplee | 0 | 0 | 100% | ||
jasuly | 0 | -198,839,623 | -100% |
I'm holding and using Waves actively in my daily life as a payment method. I'm quite excited and am waiting since you announced on Twitter. Can't wait to taste smart contracts!
author | ikidnapmyself |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180419t113501802z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-19 11:35:00 |
last_update | 2018-04-19 11:35:00 |
depth | 1 |
children | 0 |
last_payout | 2018-04-26 11:35:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 176 |
author_reputation | 1,818,284,185,143 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,920,981 |
net_rshares | 0 |
So smart contracts will be launched in April?
author | innoachukwu |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180418t145228688z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-18 14:52:33 |
last_update | 2018-04-18 14:52:33 |
depth | 1 |
children | 1 |
last_payout | 2018-04-25 14:52:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 45 |
author_reputation | 41,427,457 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,772,170 |
net_rshares | 0 |
Hello, Smart accounts will be available during the testing phase in April, activation in mainnet will be in July. After that you will be able to use multisig and atomic swap functions. Kind regards, Waves Community
author | wavesplatform |
---|---|
permlink | re-innoachukwu-re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180420t104757429z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-20 10:48:00 |
last_update | 2018-04-20 10:48:00 |
depth | 2 |
children | 0 |
last_payout | 2018-04-27 10:48:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 217 |
author_reputation | 36,423,928,340,438 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,101,007 |
net_rshares | 0 |
Waves is doing great. I just have one question, can someone compare waves with bitshares? If you use both.
author | jademont |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180419t181747961z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"community":"busy","app":"busy/2.4.0"} |
created | 2018-04-19 18:17:51 |
last_update | 2018-04-19 18:17:51 |
depth | 1 |
children | 2 |
last_payout | 2018-04-26 18:17:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 1.560 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 106 |
author_reputation | 75,317,924,269,597 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,981,780 |
net_rshares | 284,712,104,001 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
jademont | 0 | 277,232,654,015 | 100% | ||
edb | 0 | 3,538,317,996 | 50% | ||
joeavella | 0 | 2,396,027,962 | 100% | ||
josteem | 0 | 1,545,104,028 | 1% |
author | josteem |
---|---|
permlink | re-jademont-re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180421t223956342z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-21 22:40:00 |
last_update | 2018-04-21 22:40:00 |
depth | 2 |
children | 0 |
last_payout | 2018-04-28 22:40:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.624 HBD |
curator_payout_value | 0.208 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 4,946,457,944,388 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,382,895 |
net_rshares | 131,631,905,217 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
josteem | 0 | 131,631,905,217 | 100% | ||
firexx | 0 | 0 | 100% |
Waves is easy to get started in them of UI/UX for newbies who just wnat to issue a token and share among them. In terms of Dex functionnalities, Bitshares some cool features that company will want to have: Accnt permissions, hierarchical accnt mgmt, smartcoin, whitelisting/blacklisting accnt (good in case of regulation requirement), referal program. Many start-up and company could easily issue and manage their share on Bitshares. It's very powerfull when u good deep. It's a real DAC. Bitshares just need UI/UX to make it wow...that what some entrepreneur will realize and build better interface like Wave.
author | pnc |
---|---|
permlink | re-jademont-re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180420t012843699z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-20 01:28:45 |
last_update | 2018-04-20 01:28:45 |
depth | 2 |
children | 0 |
last_payout | 2018-04-27 01:28:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.043 HBD |
curator_payout_value | 0.006 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 610 |
author_reputation | 31,746,903,636,788 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,031,539 |
net_rshares | 9,300,512,054 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
edb | 0 | 3,427,745,559 | 50% | ||
mineopoly | 0 | 5,872,766,495 | 50% |
👍
author | kont82 |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180418t162234432z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-18 16:22:33 |
last_update | 2018-04-18 16:22:33 |
depth | 1 |
children | 0 |
last_payout | 2018-04-25 16:22:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 575,693,116,161 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,786,733 |
net_rshares | 612,858,388 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
stern0 | 0 | 612,858,388 | 100% |
waves moon?
author | markjackson1989 |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180419t112401526z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-19 11:24:03 |
last_update | 2018-04-19 11:24:03 |
depth | 1 |
children | 1 |
last_payout | 2018-04-26 11:24:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.360 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 11 |
author_reputation | 1,458,905,712,170 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,919,403 |
net_rshares | 66,429,648,159 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
markjackson1989 | 0 | 64,884,544,131 | 100% | ||
josteem | 0 | 1,545,104,028 | 1% |
👋
author | josteem |
---|---|
permlink | re-markjackson1989-re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180421t223557860z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-21 22:36:03 |
last_update | 2018-04-21 22:36:03 |
depth | 2 |
children | 0 |
last_payout | 2018-04-28 22:36:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.650 HBD |
curator_payout_value | 0.215 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1 |
author_reputation | 4,946,457,944,388 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,382,507 |
net_rshares | 137,052,042,490 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
josteem | 0 | 137,052,042,490 | 100% |
I think smart contracts have gotten a bit of a bashing because of their inflexibility that has caused funds to be locked up or stolen just because of some bug in the code of the contract. This will hamper adoption. Imagine the first cars were Ferraris. Many would have shied away from driving after seeing the first spectacular high speed crashes. The impression of driving in general would be damaged and maybe cars would be relegated to just fringe oddities!
author | mastercore |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180419t073827065z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-19 07:38:30 |
last_update | 2018-04-19 07:38:30 |
depth | 1 |
children | 1 |
last_payout | 2018-04-26 07:38:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 461 |
author_reputation | 400,976,638,208 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,900,084 |
net_rshares | 885,730,520 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
arthursen | 0 | 885,730,520 | 100% |
Here.
author | arthursen |
---|---|
permlink | re-mastercore-re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180422t201057522z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-22 20:10:57 |
last_update | 2018-04-22 20:10:57 |
depth | 2 |
children | 0 |
last_payout | 2018-04-29 20:10:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 329,287,372,695 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,544,960 |
net_rshares | 0 |
WAVES is certainly on track to become the ETH killer :D 
author | nexuslabs |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180419t181849380z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1","image":["https://steemitimages.com/DQmYURiQy4L4VME1yQRhdFy8AwxfZeUXW9qeotoXV3wYa4r/DUGSPwbVQAAIJeN.jpg","https://steemitimages.com/DQmWg8mRZXqCCkpZ1BvTNjRFKhXirnwgELvcJ2HEcotJ3ZH/DUGTCHaU8AMfLBw.jpg","https://steemitimages.com/DQmfAiGumjR2Lw2TzTGxaAFNnNAm1cp3GvHRXNusUSbbrHD/DUGYorqVQAEN0NQ.jpg","https://steemitimages.com/DQmf33iop7GLja9xLuFHAZceChzUk6eNCgXYLy3PmbZHrtS/REAL%20Advanced%20Technology.png"]} |
created | 2018-04-19 18:18:51 |
last_update | 2018-04-19 18:19:54 |
depth | 1 |
children | 0 |
last_payout | 2018-04-26 18:18:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 547 |
author_reputation | 54,412,920,345 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,981,885 |
net_rshares | 0 |
A great addition to the Waves Platform. Love to see all this progress!
author | noospheres |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180418t152135945z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-18 15:21:36 |
last_update | 2018-04-18 15:21:36 |
depth | 1 |
children | 0 |
last_payout | 2018-04-25 15:21:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 70 |
author_reputation | 1,025,077,080 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,776,655 |
net_rshares | 0 |
Something factual to note is that Ethereum was not the first to create smart contracts, Bitcoin actually used to run them.
author | oscarblue04 |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180423t224943699z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-23 22:49:45 |
last_update | 2018-04-23 22:50:06 |
depth | 1 |
children | 0 |
last_payout | 2018-04-30 22:49:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 122 |
author_reputation | 35,391,239,887 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,757,356 |
net_rshares | 0 |
Nice post! Thanks for sharing
author | ozz1934 |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180418t212736472z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-18 21:27:33 |
last_update | 2018-04-18 21:27:33 |
depth | 1 |
children | 0 |
last_payout | 2018-04-25 21:27:33 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 29 |
author_reputation | 1,343,458,243 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,828,332 |
net_rshares | 0 |
Waves is awesome and big things are expected. Nice, very nice
author | petesays |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180420t172541458z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-20 17:22:54 |
last_update | 2018-04-20 17:22:54 |
depth | 1 |
children | 0 |
last_payout | 2018-04-27 17:22:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 61 |
author_reputation | 1,453,543,371,864 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,162,360 |
net_rshares | 603,863,411 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
petesays | 0 | 603,863,411 | 100% |
Great article and very informative, thanks for sharing. I've smashed the upvote button for you! If you are looking to get hold of some crypto without investing or mining, look into https://www.crowdholding.com. They are a co-creation platform were you get rewarded for giving feedback to crypto startups on the platform. You can earn Crowdholding's token as well as DeepOnion, ITT, Smartcash and many other ERC-20 tokens.
author | pheonixdown-dee |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180419t052406175z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"links":["https://www.crowdholding.com"],"app":"steemit/0.1"} |
created | 2018-04-19 05:23:54 |
last_update | 2018-04-19 05:23:54 |
depth | 1 |
children | 0 |
last_payout | 2018-04-26 05:23:54 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 422 |
author_reputation | -27,125,067,944 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,882,934 |
net_rshares | 211,818,515 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
georgeforeham | 0 | 211,818,515 | 100% |
Always a great post. Please be sure to see my content as well. I provide technical analysis for the community. https://steemit.com/bitcoin/@philakonesteemit/bitcoin-btc-the-road-to-all-time-highs-of-usd35-000-believe-in-bitcoin https://steemitimages.com/0x0/https://steemitimages.com/DQmTFb4pjJtz5xutBuCQFWxb848JjFvUv3JHeihyoxNgH7e/image.png
author | philakonesteemit |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180419t005926943z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"image":["https://steemitimages.com/0x0/https://steemitimages.com/DQmTFb4pjJtz5xutBuCQFWxb848JjFvUv3JHeihyoxNgH7e/image.png"],"links":["https://steemit.com/bitcoin/@philakonesteemit/bitcoin-btc-the-road-to-all-time-highs-of-usd35-000-believe-in-bitcoin"],"app":"steemit/0.1"} |
created | 2018-04-19 01:01:00 |
last_update | 2018-04-19 01:01:00 |
depth | 1 |
children | 0 |
last_payout | 2018-04-26 01:01:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 341 |
author_reputation | 3,265,094,876,076 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,850,799 |
net_rshares | 410,260,547 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
troylattouf | 0 | 0 | 100% | ||
lucian1 | 0 | 0 | 100% | ||
tutooboy | 0 | 410,260,547 | 100% |
That would be great extra security I can understamd why they would do that
author | polarbeats |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180418t180648807z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-18 18:06:51 |
last_update | 2018-04-18 18:06:51 |
depth | 1 |
children | 0 |
last_payout | 2018-04-25 18:06:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 1,629,745,079,144 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,802,167 |
net_rshares | 0 |
Smart contracts are gonna take over, in so many different aspects! Great post!🤘
author | punwik | ||||||
---|---|---|---|---|---|---|---|
permlink | re-wavesplatform-2018419t01340390z | ||||||
category | cryptocurrency | ||||||
json_metadata | {"tags":["cryptocurrency","blockchain","bitcoin","smartcontracts","wavesplatform"],"app":"esteem/1.6.0","format":"markdown+html","community":"esteem"} | ||||||
created | 2018-04-19 05:13:42 | ||||||
last_update | 2018-04-19 05:13:42 | ||||||
depth | 1 | ||||||
children | 0 | ||||||
last_payout | 2018-04-26 05:13:42 | ||||||
cashout_time | 1969-12-31 23:59:59 | ||||||
total_payout_value | 0.000 HBD | ||||||
curator_payout_value | 0.000 HBD | ||||||
pending_payout_value | 0.000 HBD | ||||||
promoted | 0.000 HBD | ||||||
body_length | 79 | ||||||
author_reputation | 162,578,302,910 | ||||||
root_title | "Waves Smart Contracts. What to Expect and When" | ||||||
beneficiaries |
| ||||||
max_accepted_payout | 1,000,000.000 HBD | ||||||
percent_hbd | 10,000 | ||||||
post_id | 50,881,696 | ||||||
net_rshares | 0 |
I'm a huge fan of @wavesplatform. May be time to do an update to my first post on $WAVES last month. https://steemit.com/cryptocurrency/@quantalysus/don-t-forget-about-waves-platform
author | quantalysus |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180419t022108071z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"users":["wavesplatform"],"links":["https://steemit.com/cryptocurrency/@quantalysus/don-t-forget-about-waves-platform"],"app":"steemit/0.1"} |
created | 2018-04-19 02:21:06 |
last_update | 2018-04-19 02:21:06 |
depth | 1 |
children | 0 |
last_payout | 2018-04-26 02:21:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 183 |
author_reputation | 8,571,765,175,598 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,860,334 |
net_rshares | 2,053,536,081 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
quantalysus | 0 | 2,053,536,081 | 100% |
I look forward to watching how this platform advances. Seems an excellent innovation on the page. Nice!
author | rajivnarang |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180419t005829646z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-19 00:58:30 |
last_update | 2018-04-19 00:58:30 |
depth | 1 |
children | 0 |
last_payout | 2018-04-26 00:58:30 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 105 |
author_reputation | 15,612,330 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,850,512 |
net_rshares | 0 |
**Your Post Has Been Featured on @Resteemable!** <br> Feature any Steemit post using resteemit.com! <br> **How It Works:** <br> 1. Take Any Steemit URL <br> 2. Erase `https://` <br> 3. Type `re`<br> Get Featured Instantly & Featured Posts are voted every 2.4hrs <br>[Join the Curation Team Here](https://goo.gl/forms/4sr0InoTxcyPRQSj2) | [Vote Resteemable for Witness](https://v2.steemconnect.com/sign/account-witness-vote?witness=resteemable&approve=1)
author | resteemable |
---|---|
permlink | re-resteemable-waves-smart-contracts-what-to-expect-and-when-20180418t154906871z |
category | cryptocurrency |
json_metadata | "" |
created | 2018-04-18 15:49:06 |
last_update | 2018-04-18 15:49:06 |
depth | 1 |
children | 0 |
last_payout | 2018-04-25 15:49:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 453 |
author_reputation | 711,299,530,826 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,781,286 |
net_rshares | 0 |
Still waiting
author | sgolder |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180419t162707630z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-19 12:30:42 |
last_update | 2018-04-19 12:30:42 |
depth | 1 |
children | 0 |
last_payout | 2018-04-26 12:30:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 13 |
author_reputation | 142,492,736 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,929,451 |
net_rshares | 0 |

author | silentworld |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180418t190645836z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"image":["https://steemitimages.com/DQmSBCy77c5ic1PiYUK9KZeFN2LA6SgzwHdNv6983Dd24Sp/LiXyo1524079676.jpg"],"app":"steemit/0.1"} |
created | 2018-04-18 19:07:42 |
last_update | 2018-04-18 19:07:42 |
depth | 1 |
children | 0 |
last_payout | 2018-04-25 19:07:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 117 |
author_reputation | 1,283,600,492,720 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,810,782 |
net_rshares | 0 |
WAVES is awesome and I fully expect it to go up at least 10x in the next few months!!
author | skycornish |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180418t190043404z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-18 19:00:42 |
last_update | 2018-04-18 19:00:42 |
depth | 1 |
children | 1 |
last_payout | 2018-04-25 19:00:42 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.209 HBD |
curator_payout_value | 0.064 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 85 |
author_reputation | 2,169,519,497,809 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,809,877 |
net_rshares | 52,111,632,132 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
skycornish | 0 | 51,037,114,516 | 100% | ||
chaomos | 0 | 569,958,301 | 100% | ||
agentwilla | 0 | 504,559,315 | 100% |
I would be happy with x3 at this stage (a fellow hodler).
author | chaomos |
---|---|
permlink | re-skycornish-re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180418t231602844z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-18 23:16:03 |
last_update | 2018-04-18 23:16:03 |
depth | 2 |
children | 0 |
last_payout | 2018-04-25 23:16:03 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 57 |
author_reputation | 120,161,592,297 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,839,700 |
net_rshares | 495,385,510 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
agentwilla | 0 | 495,385,510 | 100% |
Very innovating, it is gonna boost the competition between players doing a smart contracts platform, will make smart contracts more efficient, secure and a friendly-user.
author | sreecanvas |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180423t070328813z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-23 07:03:12 |
last_update | 2018-04-23 07:03:12 |
depth | 1 |
children | 0 |
last_payout | 2018-04-30 07:03:12 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 170 |
author_reputation | 589,247,147 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,624,312 |
net_rshares | 0 |
<center>https://steemitimages.com/200x200/https://s-media-cache-ak0.pinimg.com/originals/81/28/3c/81283c6aed7bdb5b9f8ad73b8ce62c2f.jpg</center> --- <center>Hello @wavesplatform , Congratulations ✅ . Your content began to appear in the hot section. I am the information account of "SteemBotTracker" site. </center> --- <center> Your Informations Total SBD: 384.427 Total STEEM: 474.826 </center> --- <center> I recommend to increase this; You can make "Resteem" and advertise to the followers of the whale accounts. "Resteem Bot" for you; ✅ The most profitable Resteem Whale @byresteem has 25.500 Followers + 7000 Sp + Upvote with min +55 accounts. </center> --- <center> You can purchase "upvote" by bid bots. "Upvote Bot" ✅ The most profitable whale in the last round. @upme </center> --- <center> I'm taking this message once. You need to use the #steembottrackerr tag for more information. Those who "upvote" this interpretation will be awarded a "UpVote" prize of 100 Sbd per week per person. I am a bot, I can not answer the comment. I hope I could help. Good luck. Sorry if I disturbed you. </center>
author | steembottrackerr |
---|---|
permlink | 20180418t163524300z |
category | cryptocurrency |
json_metadata | {"tags":["advice"],"app":"steemjs/test"} |
created | 2018-04-18 16:35:24 |
last_update | 2018-04-18 16:35:24 |
depth | 1 |
children | 0 |
last_payout | 2018-04-25 16:35:24 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 1,179 |
author_reputation | -1,493,369,324,060 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,788,788 |
net_rshares | -51,605,957,568 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
polarbeats | 0 | -520,631,175 | -100% | ||
abusereports | 0 | -51,085,326,393 | -1% |
Congratulations @wavesplatform! You have completed some achievement on Steemit and have been rewarded with new badge(s) : [](http://steemitboard.com/@wavesplatform) Award for the total payout received Click on any badge to view your own Board of Honor on SteemitBoard. To support your work, I also upvoted your post! For more information about SteemitBoard, click [here](https://steemit.com/@steemitboard) If you no longer want to receive notifications, reply to this comment with the word `STOP` > Upvote this notification to help all Steemit users. Learn why [here](https://steemit.com/steemitboard/@steemitboard/http-i-cubeupload-com-7ciqeo-png)!
author | steemitboard |
---|---|
permlink | steemitboard-notify-wavesplatform-20180418t183456000z |
category | cryptocurrency |
json_metadata | {"image":["https://steemitboard.com/img/notifications.png"]} |
created | 2018-04-18 18:34:57 |
last_update | 2018-04-18 18:34:57 |
depth | 1 |
children | 0 |
last_payout | 2018-04-25 18:34:57 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 739 |
author_reputation | 38,975,615,169,260 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,806,194 |
net_rshares | 0 |
https://media.giphy.com/media/2Vp0UxNcA8TEQ/giphy.gif
author | tahoorsaleem |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180419t200430235z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"image":["https://media.giphy.com/media/2Vp0UxNcA8TEQ/giphy.gif"],"app":"steemit/0.1"} |
created | 2018-04-19 20:07:27 |
last_update | 2018-04-19 20:07:27 |
depth | 1 |
children | 0 |
last_payout | 2018-04-26 20:07:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 53 |
author_reputation | 10,653,163,880 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,995,964 |
net_rshares | 0 |
<h3>This post, with over $50.00 in bidbot payouts, has received votes from the following:</h3> appreciator payout in the amount of $140 USD. boomerang payout in the amount of $61 USD. upme payout in the amount of $59 USD. buildawhale payout in the amount of $58 USD. rocky1 payout in the amount of $57 USD. upmyvote payout in the amount of $43 USD. mercurybot payout in the amount of $13 USD. **For a total calculated bidbot upvote value in the amount of $432 USD.** This information is being presented in the interest of transparency on our platform @wavesplatform **and is by no means a judgement of your work.**
author | transparencybot |
---|---|
permlink | re-waves-smart-contracts-what-to-expect-and-when--bidbot |
category | cryptocurrency |
json_metadata | {"tags":["bidbot","transparencybot"],"users":["wavesplatform"],"app":"null/null","format":"markdown"} |
created | 2018-04-18 17:38:39 |
last_update | 2018-04-18 21:20:24 |
depth | 1 |
children | 4 |
last_payout | 2018-04-25 17:38:39 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.200 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 629 |
author_reputation | -5,641,716,862,244 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,798,107 |
net_rshares | 37,864,346,972 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
edb | 0 | 1,437,441,686 | 20% | ||
bluabaleno | 0 | 2,184,154,627 | 100% | ||
katamori | 0 | 2,476,249,488 | 100% | ||
transparencybot | 0 | 31,766,501,171 | 100% |
Holy shit, I'M not sure the bot creator sees this but that's an amazing idea.
author | katamori |
---|---|
permlink | re-transparencybot-re-waves-smart-contracts-what-to-expect-and-when--bidbot-20180418t190914169z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-18 19:09:06 |
last_update | 2018-04-18 19:09:06 |
depth | 2 |
children | 3 |
last_payout | 2018-04-25 19:09:06 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 77 |
author_reputation | 606,949,385,447 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,810,959 |
net_rshares | 0 |
author | bycoleman |
---|---|
permlink | re-katamori-re-transparencybot-re-waves-smart-contracts-what-to-expect-and-when--bidbot-20180418t194456986z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-18 19:45:00 |
last_update | 2018-04-18 19:45:00 |
depth | 3 |
children | 0 |
last_payout | 2018-04-25 19:45:00 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 22 |
author_reputation | 6,371,243,447,112 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,815,578 |
net_rshares | 3,353,276,816 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
edb | 0 | 1,437,441,686 | 20% | ||
katamori | 0 | 1,915,835,130 | 100% |
I have 6 Bitcoin in My Wallet. I am From Bangladesh.. how can I sell this?
author | khan58 |
---|---|
permlink | re-katamori-re-transparencybot-re-waves-smart-contracts-what-to-expect-and-when--bidbot-20180418t192354696z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-18 19:24:27 |
last_update | 2018-04-18 19:24:27 |
depth | 3 |
children | 1 |
last_payout | 2018-04-25 19:24:27 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 74 |
author_reputation | 18,020,613,550 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,812,884 |
net_rshares | -1,954,933,806 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
katamori | 0 | -1,954,933,806 | -100% |
Click the Play button below and start listening to the audio version of this article. <a href="https://s3.amazonaws.com/voicedream/texttospeech/wave+smart+contract.mp3"><img src="https://i.imgur.com/irshLF9.png"/></a>
author | voicedream |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180419t010352392z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"image":["https://i.imgur.com/irshLF9.png"],"links":["https://s3.amazonaws.com/voicedream/texttospeech/wave+smart+contract.mp3"],"app":"steemit/0.1"} |
created | 2018-04-19 01:03:51 |
last_update | 2018-04-19 01:03:51 |
depth | 1 |
children | 2 |
last_payout | 2018-04-26 01:03:51 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 4.880 HBD |
curator_payout_value | 1.619 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 218 |
author_reputation | 337,509,780,528 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 50,851,127 |
net_rshares | 1,222,630,326,888 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
josteem | 0 | 17,768,696,325 | 13% | ||
falconcash | 0 | 1,204,861,630,563 | 100% |
Great service 👍🏼 All respect ✊
author | josteem |
---|---|
permlink | re-voicedream-re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180421t223530334z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-21 22:35:36 |
last_update | 2018-04-21 22:35:36 |
depth | 2 |
children | 1 |
last_payout | 2018-04-28 22:35:36 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.574 HBD |
curator_payout_value | 0.185 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 30 |
author_reputation | 4,946,457,944,388 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 51,382,466 |
net_rshares | 119,857,880,020 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
josteem | 0 | 119,243,020,020 | 100% | ||
cowbeboplee | 0 | 614,860,000 | 100% |
Gre88
author | josteem |
---|---|
permlink | re-josteem-re-voicedream-re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180427t160612329z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-04-27 16:06:15 |
last_update | 2018-04-27 16:06:15 |
depth | 3 |
children | 0 |
last_payout | 2018-05-04 16:06:15 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.322 HBD |
curator_payout_value | 0.106 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 5 |
author_reputation | 4,946,457,944,388 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 52,480,949 |
net_rshares | 68,227,643,078 |
author_curate_reward | "" |
voter | weight | wgt% | rshares | pct | time |
---|---|---|---|---|---|
josteem | 0 | 68,227,643,078 | 100% |
smart smart smart contract contract contract :D
author | wowsyler |
---|---|
permlink | re-wavesplatform-waves-smart-contracts-what-to-expect-and-when-20180903t155049068z |
category | cryptocurrency |
json_metadata | {"tags":["cryptocurrency"],"app":"steemit/0.1"} |
created | 2018-09-03 15:50:45 |
last_update | 2018-09-03 15:51:24 |
depth | 1 |
children | 0 |
last_payout | 2018-09-10 15:50:45 |
cashout_time | 1969-12-31 23:59:59 |
total_payout_value | 0.000 HBD |
curator_payout_value | 0.000 HBD |
pending_payout_value | 0.000 HBD |
promoted | 0.000 HBD |
body_length | 47 |
author_reputation | 0 |
root_title | "Waves Smart Contracts. What to Expect and When" |
beneficiaries | [] |
max_accepted_payout | 1,000,000.000 HBD |
percent_hbd | 10,000 |
post_id | 70,198,532 |
net_rshares | 0 |