create account

Web - Crypto onboarding, sdk, docs and bug fixes by ecency

View this thread on: hive.blogpeakd.comecency.com
· @ecency · (edited)
$24.93
Web - Crypto onboarding, sdk, docs and bug fixes
Greetings, Ecencials! We are excited to announce the latest update to Ecency.com, packed with bug fixes and exciting enhancements designed to improve your experience. 

**New Features**

* Onboarding Crypto communities, we offer and invite all other blockchain users to easily signup with Ecency.com and start their truly decentralized blogs and decentralized communities. If you hold any of these tokens BTC, ETH, SOL, ATOM, APT, TRX, you are able to get Hive account instantly and join Hive family.
 
* Replies now visible to anonymous users

* Scroll-to-user added on login + better mobile layout

* Debounce added to FAQ search bar

* Active user's feed now shown by default on home

* Added signer component and signing dialog for posts

* Breakaway wallet account signup support

* Community description hashtags now clickable

* Tag links use β€œcreated” filter by default

* Updated FAQ links and added to navigation, moving out FAQ into its own Docs page where we plan to document everything related to Ecency products and development. https://docs.ecency.com



 **Technical Updates**

* Dedicated library/package created to separate out some of code logics, we calling it [Ecency SDK](https://github.com/ecency/sdk). This is especially helpful as we are making codebase more adaptive for breakaway communities or self-hosting instances. 

* Dedicated library/package created to support our multi-chain signup and wallets logic in Ecency, we calling it [Ecency wallets](https://docs.ecency.com/sdk/wallets/)

* Improved post renderer package

* Returned local storage support for replies


**Improvements & Fixes**

* Hidden follow controls while relationship data loads

* Fixed post page discussion sorting

* Improved URL rewrites for posts starting with hive-

* Removed outdated MD handler video logic

* Show fallback cover images on profile cards in Waves

* Fixed thumbnail clearing after publishing

* Added alias tags for created paths

* Improved blockquote styles and markdown numbered lists

* Fixed muted user profile statement display

* Fixed React Query flag for mute button visibility

* Open Waves posts directly in Waves page

* Removed stale transaction timestamps

* Multiple Waves-related bug fixes

* Fixed search page data duplication

* Improved leaderboard filter scroll behavior

* Fixed scroll after closing dialog windows

* Improved scheduling actions (move/delete)

 
For more detailed information, please refer to "What's changed."

![](https://images.ecency.com/DQmY5gBEi4zzEf71SYe7UMA7N7NduEM7QrrWVf57XiKqyHC/vision_release_copy.jpg)

## What's changed.

* Hide follow controls while fetching relationship data by @dkildar in https://github.com/ecency/vision-next/pull/249
* Fixed discussion sorting in a post page by @dkildar in https://github.com/ecency/vision-next/pull/250
* Fixed rewrites for posts starting with hive- by @dkildar in https://github.com/ecency/vision-next/pull/251
* Removed MD handler video modifications from entry page by @dkildar in https://github.com/ecency/vision-next/pull/252
* Show profile card fallback cover in a waves page by @dkildar in https://github.com/ecency/vision-next/pull/254
* Fixed thumbnail clearing after publishing post by @dkildar in https://github.com/ecency/vision-next/pull/259
* Make an alias tags for created path by @dkildar in https://github.com/ecency/vision-next/pull/258
* Fixed blockquote styles by @dkildar in https://github.com/ecency/vision-next/pull/257
* Fixed user profile muted statememt by @dkildar in https://github.com/ecency/vision-next/pull/256
* Fix markdown numbered lists by @dkildar in https://github.com/ecency/vision-next/pull/255
* New Crowdin updates by @feruzm in https://github.com/ecency/vision-next/pull/261
* Fixed react query flag for mute button showing by @dkildar in https://github.com/ecency/vision-next/pull/266
* Open waves post always in a wave page by @dkildar in https://github.com/ecency/vision-next/pull/265
* Removed stale time for transactions by @dkildar in https://github.com/ecency/vision-next/pull/271
* New Crowdin updates by @feruzm in https://github.com/ecency/vision-next/pull/264
* Waves bugfixes by @dkildar in https://github.com/ecency/vision-next/pull/272
* New Crowdin updates by @feruzm in https://github.com/ecency/vision-next/pull/273
* New Crowdin updates by @feruzm in https://github.com/ecency/vision-next/pull/274
* Bugfix/logging in by @dkildar in https://github.com/ecency/vision-next/pull/283
* Fixed typo by @feruzm in https://github.com/ecency/vision-next/pull/286
* New Crowdin updates by @feruzm in https://github.com/ecency/vision-next/pull/285
* Added scroll to users in login and updated mobile layout by @dkildar in https://github.com/ecency/vision-next/pull/287
* New Crowdin updates by @feruzm in https://github.com/ecency/vision-next/pull/288
* Show replies for anon users in entry page by @dkildar in https://github.com/ecency/vision-next/pull/293
* New Crowdin updates by @feruzm in https://github.com/ecency/vision-next/pull/289
* Added debounce in search bar in FAQ by @dkildar in https://github.com/ecency/vision-next/pull/295
* Fixed scrolling after dialog window closing by @dkildar in https://github.com/ecency/vision-next/pull/298
* Improved scheduling move/delete actions by @dkildar in https://github.com/ecency/vision-next/pull/299
* Bugfix/leaderboard filter scroll bug by @dkildar in https://github.com/ecency/vision-next/pull/300
* Fixed search page data duplicating by @dkildar in https://github.com/ecency/vision-next/pull/301
* Updated next by @dkildar in https://github.com/ecency/vision-next/pull/305
* New Crowdin updates by @feruzm in https://github.com/ecency/vision-next/pull/294
* Updated renderer by @dkildar in https://github.com/ecency/vision-next/pull/309
* Added links to community description hashtags by @dkildar in https://github.com/ecency/vision-next/pull/310
* Changed tag link from hot to created filter by @dkildar in https://github.com/ecency/vision-next/pull/312
* Show active user's feed by default in a root path by @dkildar in https://github.com/ecency/vision-next/pull/311
* Update contributors.json by @Xurwi in https://github.com/ecency/vision-next/pull/315
* Fixed favorite button loading for anon users by @dkildar in https://github.com/ecency/vision-next/pull/318
* Feature/breakway wallet account signup by @dkildar in https://github.com/ecency/vision-next/pull/280
* New Crowdin updates by @feruzm in https://github.com/ecency/vision-next/pull/308
* Fixed styles for vimeo, 3speak videos in a post content by @dkildar in https://github.com/ecency/vision-next/pull/321
* Increased SDK version by @dkildar in https://github.com/ecency/vision-next/pull/322
* Added signing component and signer dialog window in a post by @dkildar in https://github.com/ecency/vision-next/pull/323
* Increased SDK by @dkildar in https://github.com/ecency/vision-next/pull/327
* Increased SDK version by @dkildar in https://github.com/ecency/vision-next/pull/328
* Returned back local storage in replies, removed unused logic by @dkildar in https://github.com/ecency/vision-next/pull/317
* Updated FAQ links, added faq link to navbar by @dkildar in https://github.com/ecency/vision-next/pull/325
* Updated imports by using wallets instead of SDK by @dkildar in https://github.com/ecency/vision-next/pull/329
* Improved and fixed cross post original entry showing by @dkildar in https://github.com/ecency/vision-next/pull/331
* New Crowdin updates by @feruzm in https://github.com/ecency/vision-next/pull/320

Full Changelog: 4.0.1...4.0.2


Don't forget to share the news with your friends.  
 
# Download  
 
[Ecency.com](https://ecency.com) | [iOS app](https://ios.ecency.com) | [Android app](https://android.ecency.com) | [Direct Android APK and iOS IPA file](https://github.com/ecency/ecency-mobile/releases)  
 
---  
## Support us  
 
### Delegate HP and earn [Ecency Points + curation reward daily](https://ecency.com/hive-125125/@ecency/daily-100-curation-rewards) + help us onboard more people:  
 
[500 HP](https://hivesigner.com/sign/delegateVestingShares?delegator=&delegatee=ecency&vesting_shares=500%20HP) | [1000 HP](https://hivesigner.com/sign/delegateVestingShares?delegator=&delegatee=ecency&vesting_shares=1000%20HP) | [5000 HP](https://hivesigner.com/sign/delegateVestingShares?delegator=&delegatee=ecency&vesting_shares=5000%20HP) | [10K HP](https://hivesigner.com/sign/delegateVestingShares?delegator=&delegatee=ecency&vesting_shares=10000%20HP) | [20K HP](https://hivesigner.com/sign/delegateVestingShares?delegator=&delegatee=ecency&vesting_shares=20000%20HP) | [50K HP](https://hivesigner.com/sign/delegateVestingShares?delegator=&delegatee=ecency&vesting_shares=50000%20HP)  
 
### Support our proposals  
 
https://ecency.com/proposals?filter=team
πŸ‘  , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , , and 162 others
properties (23)
authorecency
permlinkweb-crypto-onboarding-sdk-docs
categoryhive-125125
json_metadata"{"app":"ecency/4.0.3-vision","description":"Greetings, Ecencials! We are excited to announce the latest update to Ecency.com, packed with bug fixes and exciting enhancements designed to elevate your experience. For more detailed information, please","format":"markdown+html","image":["https://images.ecency.com/DQmY5gBEi4zzEf71SYe7UMA7N7NduEM7QrrWVf57XiKqyHC/vision_release_copy.jpg"],"image_ratios":["1.6667"],"tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"thumbnails":["https://images.ecency.com/DQmY5gBEi4zzEf71SYe7UMA7N7NduEM7QrrWVf57XiKqyHC/vision_release_copy.jpg"]}"
created2025-05-02 14:04:45
last_update2025-05-02 14:13:30
depth0
children57
last_payout2025-05-09 14:04:45
cashout_time1969-12-31 23:59:59
total_payout_value12.476 HBD
curator_payout_value12.454 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length8,778
author_reputation618,466,050,514,436
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd0
post_id142,461,735
net_rshares74,597,604,992,885
author_curate_reward""
vote details (226)
@acgalarza ·
Thank you!

!LUV
!BEER
!PIZZA
properties (22)
authoracgalarza
permlinkre-ecency-202552t214134934z
categoryhive-125125
json_metadata"{"tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/4.0.3-vision","format":"markdown+html"}"
created2025-05-02 19:41:36
last_update2025-05-02 19:41:36
depth1
children1
last_payout2025-05-09 19:41:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation91,546,320,755,616
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,469,148
net_rshares0
@luvshares ·
@ecency, @acgalarza<sub>(1/1)</sub> sent you LUV. | <a
    href="https://crrdlx.on.fleek.co/" style="text-decoration:none">tools</a> | <a 
    href="https://discord.gg/K5GvNhcPqR" style="text-decoration:none">discord</a> | <a href="https://peakd.com/c/hive-159259">community </a> | <a 
    href="https://hivewiki.netlify.app" style="text-decoration:none">HiveWiki</a> | <a href="https://ichthys.netlify.app" style="text-decoration:none"><>< daily</a>

<center><i>"Happiness is a wave that carries us forward."</i></center>
<p>
If you'd like to suggest a quote to be included in the LUVshares reply, go <a href="https://crrdlx.vercel.app/hive/luvquotes.html" target="_blank">here</a>.
<br>
<center>Made with <a href="https://peakd.com/@luvshares" target="_blank">LUV</a> by <a href="https://hive.blog/@crrdlx" target="_blank">crrdlx</a></center>
properties (22)
authorluvshares
permlinkre-re-ecency-202552t214134934z-20250502t194145z
categoryhive-125125
json_metadata"{"app": "beem/0.24.26"}"
created2025-05-02 19:41:45
last_update2025-05-02 19:41:45
depth2
children0
last_payout2025-05-09 19:41:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length844
author_reputation5,651,102,754,153
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,469,158
net_rshares0
@ayatnoor8090 ·
That's amazing 
properties (22)
authorayatnoor8090
permlinkre-ecency-202554t12125480z
categoryhive-125125
json_metadata"{"type":"comment","tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/3.3.2-mobile","format":"markdown+html"}"
created2025-05-04 07:12:54
last_update2025-05-04 07:12:54
depth1
children0
last_payout2025-05-11 07:12:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length15
author_reputation1,905,221,857,310
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,498,403
net_rshares0
@beerlover ·
<div class='pull-right'>https://files.peakd.com/file/peakd-hive/beerlover/yiuU6bdf-beerlover20gives20BEER.gif<p><sup><a href='https://hive-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p>Hey @ecency, here is a little bit of <code>BEER</code> from @russia-btc for you. Enjoy it!</p> <p>Learn how to <a href='https://peakd.com/beer/@beerlover/what-is-proof-of-stake-with-beer'>earn <b>FREE BEER</b> each day </a> by staking your <code>BEER</code>.</p> </center><div></div>
properties (22)
authorbeerlover
permlinkre-ecency-web-crypto-onboarding-sdk-docs-20250502t144906562z
categoryhive-125125
json_metadata{"app":"beerlover/3.0","language":"rust","developer":"wehmoen"}
created2025-05-02 14:49:06
last_update2025-05-02 14:49:06
depth1
children0
last_payout2025-05-09 14:49:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length521
author_reputation25,781,827,182,727
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,462,876
net_rshares0
@brightest ·
Wow amazing 😍
properties (22)
authorbrightest
permlinkre-ecency-202556t124723409z
categoryhive-125125
json_metadata"{"type":"comment","tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/3.3.2-mobile","format":"markdown+html"}"
created2025-05-06 11:47:24
last_update2025-05-06 11:47:24
depth1
children0
last_payout2025-05-13 11:47:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length13
author_reputation-1,237,290,032,285
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,552,241
net_rshares0
@claudy27 ·
πŸ‘πŸ‘πŸ‘
properties (22)
authorclaudy27
permlinkre-ecency-2025513t123552664z
categoryhive-125125
json_metadata"{"type":"comment","tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/3.3.0-mobile","format":"markdown+html"}"
created2025-05-13 16:37:12
last_update2025-05-13 16:37:12
depth1
children0
last_payout2025-05-20 16:37:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3
author_reputation182,583,396,686
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,705,775
net_rshares0
@coldbeetrootsoup ·
$0.09
Awesome! 
πŸ‘  
properties (23)
authorcoldbeetrootsoup
permlinkre-ecency-202552t19312677z
categoryhive-125125
json_metadata"{"type":"comment","tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/3.3.2-mobile","format":"markdown+html"}"
created2025-05-02 17:31:03
last_update2025-05-02 17:31:03
depth1
children0
last_payout2025-05-09 17:31:03
cashout_time1969-12-31 23:59:59
total_payout_value0.044 HBD
curator_payout_value0.044 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length9
author_reputation341,955,768,594,667
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,465,754
net_rshares268,682,660,435
author_curate_reward""
vote details (1)
@cositav ·
Greetings, excellent, all these changes will undoubtedly make ecency the best place to be in Hive, it's truly wonderful, I'll be happy to try the new modifications, thank you for these excellent improvements
properties (22)
authorcositav
permlinkre-ecency-202552t101410536z
categoryhive-125125
json_metadata"{"tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/4.0.3-vision","format":"markdown+html"}"
created2025-05-02 14:14:09
last_update2025-05-02 14:14:09
depth1
children0
last_payout2025-05-09 14:14:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length207
author_reputation88,867,063,164,059
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,461,965
net_rshares0
@edgerik ·
Thanks for the update.

!ALIVE
!LOLZ
πŸ‘  
properties (23)
authoredgerik
permlinkre-ecency-202552t101242363z
categoryhive-125125
json_metadata"{"tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/4.0.3-vision","format":"markdown+html"}"
created2025-05-02 14:12:42
last_update2025-05-02 14:12:42
depth1
children1
last_payout2025-05-09 14:12:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length36
author_reputation117,149,733,756,156
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,461,925
net_rshares0
author_curate_reward""
vote details (1)
@lolzbot ·
<div class='pull-right'><center><img src="https://lolztoken.com/lolz.png"><br><a href="https://lolztoken.com">lolztoken.com</a></p><br><br><br><br></center></div><p><center><strong>Why do you never see elephants hiding in trees?<br>Because they are so good at it.</strong><br><sub>Credit: <a href="https://peakd.com/@reddit">reddit</a></sub><br>@ecency, I sent you an <a href="https://lolztoken.com">$LOLZ</a> on behalf of edgerik<br><br>(2/10)<br>Delegate Hive Tokens to Farm $LOLZ and earn 110% Rewards.  <a href='https://peakd.com/@lolztoken/introducing-lolz-defi-now-you'>Learn more.</a></center></p>
properties (22)
authorlolzbot
permlinkre-re-ecency-202552t101242363z-20250502t153010z
categoryhive-125125
json_metadata"{"app": "beem/0.24.19"}"
created2025-05-02 15:30:21
last_update2025-05-02 15:30:21
depth2
children0
last_payout2025-05-09 15:30:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length604
author_reputation196,179,985,981,453
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,463,641
net_rshares0
@filosof103 ·
!lolz
!meme
!fun
!BEER
!PIZZA 
πŸ‘  
properties (23)
authorfilosof103
permlinkre-ecency-2025511t8583805z
categoryhive-125125
json_metadata"{"type":"comment","tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/3.3.2-mobile","format":"markdown+html"}"
created2025-05-11 06:58:03
last_update2025-05-11 06:58:03
depth1
children3
last_payout2025-05-18 06:58:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length30
author_reputation111,754,430,333,040
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,658,347
net_rshares0
author_curate_reward""
vote details (1)
@meme.bot ·
<img src="https://files.peakd.com/file/peakd-hive/filosof103/244A6yn7eRCKgByr47Xa8fyxR2XjSfXWuAtk2fuj1XbjAdwCDDauQoGo1dtPmuMqZ55Pz.jpg"><br>Credit: <a href="https://www.peakd.com/@filosof103/posts">filosof103</a><br><a href="https://www.hiveme.me/">Earn Crypto for your Memes @ HiveMe.me</a>!
properties (22)
authormeme.bot
permlinkre-re-ecency-2025511t8583805z-20250511t065814z
categoryhive-125125
json_metadata"{"app": "beem/0.24.19"}"
created2025-05-11 06:58:24
last_update2025-05-11 06:58:24
depth2
children0
last_payout2025-05-18 06:58:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length292
author_reputation766,362,167,743
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,658,350
net_rshares0
@meme.bot ·
<img src="https://files.peakd.com/file/peakd-hive/orionvk/23sJxWuSPNzLUKLSTqUdWFrQUie19mofSDDodtqPJwoxgF1rarLG8hmVAWPssPjzZJSgG.png"><br>Credit: <a href="https://www.peakd.com/@orionvk/posts">orionvk</a><br><a href="https://www.hiveme.me/">Earn Crypto for your Memes @ HiveMe.me</a>!
properties (22)
authormeme.bot
permlinkre-re-ecency-2025511t8583805z-20250511t065843z
categoryhive-125125
json_metadata"{"app": "beem/0.24.19"}"
created2025-05-11 06:58:54
last_update2025-05-11 06:58:54
depth2
children0
last_payout2025-05-18 06:58:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length283
author_reputation766,362,167,743
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,658,352
net_rshares0
@pizzabot ·
@filosof103, sorry! You need more to stake more $PIZZA to use this command.

The minimum requirement is 20.0 PIZZA staked.

More $PIZZA is available from [Hive-Engine](https://hive-engine.com/?p=market&t=PIZZA) or [Tribaldex](https://tribaldex.com/trade/PIZZA)
properties (22)
authorpizzabot
permlinkre-re-ecency-2025511t8583805z-20250511t065821z
categoryhive-125125
json_metadata"{"app": "pizzabot"}"
created2025-05-11 06:58:21
last_update2025-05-11 06:58:21
depth2
children0
last_payout2025-05-18 06:58:21
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length261
author_reputation7,515,994,039,033
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,658,349
net_rshares0
@filosof103 ·
Nachlieferung:
!PIZZA
!BBH
properties (22)
authorfilosof103
permlinkre-ecency-2025511t94128152z
categoryhive-125125
json_metadata"{"type":"comment","tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/3.3.2-mobile","format":"markdown+html"}"
created2025-05-11 07:41:27
last_update2025-05-11 07:41:27
depth1
children0
last_payout2025-05-18 07:41:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length26
author_reputation111,754,430,333,040
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,658,738
net_rshares0
@lightworks ·
This is such a game changer that I need to refactor everything in my own process, plans and whatnot!

Letting users create this easily will help a **lot**, and also it will chip away on the delusions of especially Bitcoin maxis a bit, slowly of course haha...

And if I understand you correctly, there will be direct access to Bitcoin and other crypto *in the Hive wallet?*

Or in the wallet for Ecency only? That does not really matter, what is the game changer is of course the onboarding, both in practical terms but also marketing wise in the broader community.

I need to dig deeper into all of this while creating, publishing & earning a bit 😁🀘πŸ’ͺπŸ˜€
properties (22)
authorlightworks
permlinkre-ecency-2025520t111711361z
categoryhive-125125
json_metadata"{"tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/4.0.4-vision","format":"markdown+html"}"
created2025-05-20 04:17:12
last_update2025-05-20 04:17:12
depth1
children0
last_payout2025-05-27 04:17:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length652
author_reputation20,243,686,106,499
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,839,623
net_rshares0
@lightworks ·
Oh, another thing, in the near future there should be some sort of Nostr integration...

I wonder if I could pull that off hehe
properties (22)
authorlightworks
permlinkre-ecency-2025520t111840731z
categoryhive-125125
json_metadata"{"tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/4.0.4-vision","format":"markdown+html"}"
created2025-05-20 04:18:42
last_update2025-05-20 04:18:42
depth1
children2
last_payout2025-05-27 04:18:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length127
author_reputation20,243,686,106,499
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,839,638
net_rshares0
@ecency ·
That was our goal as well from 2 years ago but we couldn’t allocate resources, very tight budget. But we have nostr integrated already, our chat is based on nostr, so most Ecency users already have nostr attached to them if they used chat. Our goal was to attract all nostr users to real deal (Hive). 
πŸ‘  
properties (23)
authorecency
permlinkre-lightworks-2025520t72632658z
categoryhive-125125
json_metadata"{"links":[],"type":"comment","tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/3.3.3-mobile","format":"markdown+html"}"
created2025-05-20 04:26:33
last_update2025-05-20 04:26:33
depth2
children1
last_payout2025-05-27 04:26:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length301
author_reputation618,466,050,514,436
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,839,702
net_rshares9,892,020,987
author_curate_reward""
vote details (1)
@lightworks ·
Oh really! 

They are a stubborn bunch haha, I spent *a lot* of time on Nostr a couple of years ago, but for now maxis and the usual sort of flippant, never serious users have flooded the space IMO...

But of course the great thing is that one's network will still be there when signing in again! And that its all based on being totally impossible to censor is what will make people come back, hopefully it will also lead to Nostr being able to adapt over time.

My personal needs tend to gravitate to crossposting and tools for visual things, so if I'd be able to contribute it anything around this would be a good fit.

Complicated, seemingly obscure stacks is not something I like dealing with, since Drupal 7 I've done some work here & there, but in a very conservative way. However, when I browse through the code related to Hive it seems to me to be maybe better?

For some reason I've been able to just go down trough folders to find the relevant functions, as with the 3speak app, and now with the Ecency code for the things I'd look into for myself, like logins ++

And I don't even know these languages haha!

I'll keep looking. Maybe something around FFMPEG in this context would be a good fit, I do use that in command line for video concatenation and conversions, also the open source software I use these days is based on FFMPG as well.

The conversion from being a small scale entrepreneur where we invested heavily in things like Imacs, camera gear of course, but also the whole Adobe stack has been **great**. Of course not without its problems, but I can manage, got started with Linux in 98, virtualization around that time too πŸ™‚

I'll do a video on the whole process on moving to 100% open source for my own workflow!

I'm here to stay, on open source, uncensorable platforms, Hive and so on. While I do need to produce content I also want to have a real tech project going at the same time. If I find the right thing I can sink quite a bit of time into it the next years.

The only criteria for this is:

1. It has to be useful & relevant for myself (and of course the world)
2. Ideally it should be about handling media content
3. In case I *have to* get into the fiat space again it has to have some relevance, indirectly is OK

As for the last bit: I'm prepared to literally go hungry a couple of weeks and sleep outside with my street dog friends before chasing pure fiat again!

But I would of course **love trolling** fiat worshippers based on this hahaha!!

Sorry for the long post, it got me to think a bit, all of this...
properties (22)
authorlightworks
permlinkre-ecency-2025520t114148597z
categoryhive-125125
json_metadata"{"tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/4.0.4-vision","format":"markdown+html"}"
created2025-05-20 04:41:51
last_update2025-05-20 04:41:51
depth3
children0
last_payout2025-05-27 04:41:51
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length2,551
author_reputation20,243,686,106,499
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,839,875
net_rshares0
@meno ·
$0.11
This is amazing news guys... more noise needs to be made about this. I would even say: An aggressive campaign is needed for this. 
πŸ‘  ,
properties (23)
authormeno
permlinkre-ecency-202556t113846z
categoryhive-125125
json_metadata"{"tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/4.0.4-vision","format":"markdown+html"}"
created2025-05-06 16:03:09
last_update2025-05-06 16:03:09
depth1
children3
last_payout2025-05-13 16:03:09
cashout_time1969-12-31 23:59:59
total_payout_value0.056 HBD
curator_payout_value0.056 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length130
author_reputation514,646,023,177,023
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,557,691
net_rshares314,202,345,104
author_curate_reward""
vote details (2)
@melinda010100 ·
Help us make people aware! 
properties (22)
authormelinda010100
permlinkre-meno-202557t11244899z
categoryhive-125125
json_metadata"{"links":[],"type":"comment","tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/3.3.3-mobile","format":"markdown+html"}"
created2025-05-07 16:02:42
last_update2025-05-07 16:02:42
depth2
children2
last_payout2025-05-14 16:02:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length27
author_reputation1,051,315,485,699,243
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,580,363
net_rshares0
@meno ·
I have a friend who I'm going to onboard, hopefully today or tomorrow... It could be cool to onboard him and record the thing using these tools. 

It could be valuable. 
properties (22)
authormeno
permlinkre-melinda010100-svwfeb
categoryhive-125125
json_metadata{"tags":["hive-125125"],"app":"peakd/2025.4.6"}
created2025-05-07 16:06:12
last_update2025-05-07 16:06:12
depth3
children1
last_payout2025-05-14 16:06:12
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length169
author_reputation514,646,023,177,023
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,580,412
net_rshares0
@oasiskp2 ·
Waoh, massive improvement, thanks for these great updates.
!INDEED
!ALIVE
!HBIT
!LOLZ 
properties (22)
authoroasiskp2
permlinkre-ecency-202552t161240833z
categoryhive-125125
json_metadata"{"type":"comment","tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/3.3.2-mobile","format":"markdown+html"}"
created2025-05-02 15:12:42
last_update2025-05-02 15:12:42
depth1
children1
last_payout2025-05-09 15:12:42
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length86
author_reputation60,528,732,792,361
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,463,306
net_rshares0
@lolzbot ·
<div class='pull-right'><center><img src="https://lolztoken.com/lolz.png"><br><a href="https://lolztoken.com">lolztoken.com</a></p><br><br><br><br></center></div><p><center><strong>I saw 4 guys beating up 1 guy so i stopped to help.<br>He had no chance against all 5 of us.</strong><br><sub>Credit: <a href="https://peakd.com/@reddit">reddit</a></sub><br>@ecency, I sent you an <a href="https://lolztoken.com">$LOLZ</a> on behalf of oasiskp2<br><br>(1/8)<br>NEW:  <a href='https://peakd.com/@lolz.burner/posts'>Join LOLZ's Daily Earn and Burn Contest and win $LOLZ</a></center></p>
properties (22)
authorlolzbot
permlinkre-re-ecency-202552t161240833z-20250502t184825z
categoryhive-125125
json_metadata"{"app": "beem/0.24.19"}"
created2025-05-02 18:48:39
last_update2025-05-02 18:48:39
depth2
children0
last_payout2025-05-09 18:48:39
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length581
author_reputation196,179,985,981,453
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,467,238
net_rshares0
@ozd ·
Wow. This is great πŸ‘
properties (22)
authorozd
permlinkre-ecency-202552t151923746z
categoryhive-125125
json_metadata"{"type":"comment","tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/3.3.2-mobile","format":"markdown+html"}"
created2025-05-02 14:19:24
last_update2025-05-02 14:19:24
depth1
children0
last_payout2025-05-09 14:19:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length20
author_reputation46,685,660,600,875
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,462,094
net_rshares0
@paultactico2 ·
Amazing! Keep the good work, mates. I'm thankful with all these upgrades for Ecency \ O /

Cheers. 
properties (22)
authorpaultactico2
permlinkre-ecency-202553t5611906z
categoryhive-125125
json_metadata"{"tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/4.0.3-vision","format":"markdown+html"}"
created2025-05-03 09:06:27
last_update2025-05-03 09:06:27
depth1
children0
last_payout2025-05-10 09:06:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length99
author_reputation34,146,166,226,582
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,479,751
net_rshares0
@pizzabot · (edited)
RE: Web - Crypto onboarding, sdk, docs and bug fixes
<center>PIZZA!


$PIZZA slices delivered:
@filosof103<sub>(4/10)</sub> tipped @ecency 
acgalarza tipped ecency 


<sub>Come get [MOON](https://moon.hive.pizza)ed!</sub></center>
properties (22)
authorpizzabot
permlinkre-web-crypto-onboarding-sdk-docs-20250502t194158z
categoryhive-125125
json_metadata"{"app": "pizzabot"}"
created2025-05-02 19:41:57
last_update2025-05-11 07:41:48
depth1
children0
last_payout2025-05-09 19:41:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length177
author_reputation7,515,994,039,033
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,469,163
net_rshares0
@r4f4 ·
Excellent update!!!
properties (22)
authorr4f4
permlinkre-ecency-202552t1028434z
categoryhive-125125
json_metadata"{"tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/4.0.3-vision","format":"markdown+html"}"
created2025-05-02 14:28:45
last_update2025-05-02 14:28:45
depth1
children0
last_payout2025-05-09 14:28:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation29,756,094,811,901
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,462,328
net_rshares0
@ronimarie82 ·
BIG thank you for the update and  have a blessed day.
properties (22)
authorronimarie82
permlinkre-ecency-svn2sv
categoryhive-125125
json_metadata{"tags":["hive-125125"],"app":"peakd/2025.4.6","image":[],"users":[]}
created2025-05-02 14:55:45
last_update2025-05-02 14:55:45
depth1
children0
last_payout2025-05-09 14:55:45
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length53
author_reputation10,786,348,921,456
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,463,010
net_rshares0
@roswelborges ·
Hello!
We are delighted to receive this good news about the excellent work done by a talented team!
Congratulations to everyone and thank you very much!
properties (22)
authorroswelborges
permlinkre-ecency-202552t152222859z
categoryhive-125125
json_metadata"{"tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/4.0.3-vision","format":"markdown+html"}"
created2025-05-02 19:22:30
last_update2025-05-02 19:22:30
depth1
children6
last_payout2025-05-09 19:22:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length152
author_reputation27,657,687,314,828
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,468,555
net_rshares0
@beerlover ·
<div class='pull-right'>https://files.peakd.com/file/peakd-hive/beerlover/yiuU6bdf-beerlover20gives20BEER.gif<p><sup><a href='https://hive-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p>Hey @roswelborges, here is a little bit of <code>BEER</code> from @isnochys for you. Enjoy it!</p> <p>Learn how to <a href='https://peakd.com/beer/@beerlover/what-is-proof-of-stake-with-beer'>earn <b>FREE BEER</b> each day </a> by staking your <code>BEER</code>.</p> </center><div></div>
properties (22)
authorbeerlover
permlinkre-roswelborges-re-ecency-202552t152222859z-20250502t211223542z
categoryhive-125125
json_metadata{"app":"beerlover/3.0","language":"rust","developer":"wehmoen"}
created2025-05-02 21:12:24
last_update2025-05-02 21:12:24
depth2
children1
last_payout2025-05-09 21:12:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length525
author_reputation25,781,827,182,727
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,471,838
net_rshares0
@roswelborges ·
Thanks!
properties (22)
authorroswelborges
permlinkre-beerlover-202553t233514238z
categoryhive-125125
json_metadata{"tags":["ecency"],"app":"ecency/4.0.3-vision","format":"markdown+html"}
created2025-05-04 03:35:18
last_update2025-05-04 03:35:18
depth3
children0
last_payout2025-05-11 03:35:18
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length7
author_reputation27,657,687,314,828
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,496,195
net_rshares0
@beerlover ·
<div class='pull-right'>https://files.peakd.com/file/peakd-hive/beerlover/yiuU6bdf-beerlover20gives20BEER.gif<p><sup><a href='https://hive-engine.com/?p=market&t=BEER'>View or trade </a> <code>BEER</code>.</sup></p></div><center><br> <p>Hey @roswelborges, here is a little bit of <code>BEER</code> from @isnochys for you. Enjoy it!</p> <p>Learn how to <a href='https://peakd.com/beer/@beerlover/what-is-proof-of-stake-with-beer'>earn <b>FREE BEER</b> each day </a> by staking your <code>BEER</code>.</p> </center><div></div>
properties (22)
authorbeerlover
permlinkre-roswelborges-re-ecency-202552t152222859z-20250502t211229532z
categoryhive-125125
json_metadata{"app":"beerlover/3.0","language":"rust","developer":"wehmoen"}
created2025-05-02 21:12:30
last_update2025-05-02 21:12:30
depth2
children1
last_payout2025-05-09 21:12:30
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length525
author_reputation25,781,827,182,727
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,471,845
net_rshares0
@roswelborges ·
Thanks a lot!
Cheers!
properties (22)
authorroswelborges
permlinkre-beerlover-202553t232512889z
categoryhive-125125
json_metadata{"tags":["ecency"],"app":"ecency/4.0.3-vision","format":"markdown+html"}
created2025-05-04 03:25:24
last_update2025-05-04 03:25:24
depth3
children0
last_payout2025-05-11 03:25:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length21
author_reputation27,657,687,314,828
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,496,116
net_rshares0
@isnochys ·
Thank you for your [witness vote](https://hivesigner.com/sign/account-witness-vote?witness=isnochys&approve=1)!
 Have a !BEER on me!
To Opt-Out of my witness beer program just comment STOP below
properties (22)
authorisnochys
permlinkre-re-ecency-202552t152222859z-20250502t211212z
categoryhive-125125
json_metadata"{"app": "beem/0.24.26"}"
created2025-05-02 21:12:15
last_update2025-05-02 21:12:15
depth2
children1
last_payout2025-05-09 21:12:15
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length194
author_reputation48,458,921,588,264
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,471,833
net_rshares0
@roswelborges ·
Thanks a lot!
Hugs!
properties (22)
authorroswelborges
permlinkre-isnochys-202553t22654645z
categoryhive-125125
json_metadata{"tags":["ecency"],"app":"ecency/4.0.3-vision","format":"markdown+html"}
created2025-05-04 02:07:00
last_update2025-05-04 02:07:00
depth3
children0
last_payout2025-05-11 02:07:00
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length19
author_reputation27,657,687,314,828
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,495,426
net_rshares0
@russia-btc ·
Thank you for promptly responding to community requests!!!
!BEER

![](https://images.ecency.com/DQmeEWi83neVjSsrsL1Tv34RyXebuzcWUvQURsT3YidWSLy/44503855_0f9f65907646e65ff6d8c8bbf113c9fa_800.gif)

πŸ‘Ž  
properties (23)
authorrussia-btc
permlinkre-ecency-202552t21485484z
categoryhive-125125
json_metadata"{"tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/4.0.3-vision","format":"markdown+html"}"
created2025-05-02 14:48:57
last_update2025-05-02 14:48:57
depth1
children0
last_payout2025-05-09 14:48:57
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length196
author_reputation57,707,308,681,904
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,462,872
net_rshares-5,219,793,384,822
author_curate_reward""
vote details (1)
@sanjeevm ·
Ecency is the only mobile front end for hive, right ? And does these token holders get instant hive account by paying a little fee ? I thought anyone could get a hive account free ?
properties (22)
authorsanjeevm
permlinkre-ecency-svw3c3
categoryhive-125125
json_metadata{"tags":["hive-125125"],"app":"peakd/2025.4.6","image":[],"users":[]}
created2025-05-07 11:45:48
last_update2025-05-07 11:45:48
depth1
children8
last_payout2025-05-14 11:45:48
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length181
author_reputation698,400,458,342,789
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,575,611
net_rshares0
@ecency · (edited)
$0.10
This is available only on our website for now. Accounts are free, you can verify you own any of these tokens by importing your wallet or creating new one and depositing small amount into that address which you still own, these crypto addresses are still yours and you get seed phrase/master password during account creation. Next step for us to display those tokens in your wallet page so you can interact with them. Hope it clarifies…
πŸ‘  
properties (23)
authorecency
permlinkre-sanjeevm-202557t18231407z
categoryhive-125125
json_metadata{"links":[],"type":"comment","tags":["hive-125125"],"app":"ecency/3.3.3-mobile","format":"markdown+html"}
created2025-05-07 15:02:30
last_update2025-05-07 15:03:30
depth2
children1
last_payout2025-05-14 15:02:30
cashout_time1969-12-31 23:59:59
total_payout_value0.050 HBD
curator_payout_value0.050 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length435
author_reputation618,466,050,514,436
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,579,267
net_rshares273,194,168,088
author_curate_reward""
vote details (1)
@sanjeevm ·
Thank you so much for a detailed response, yes it clarifies.
properties (22)
authorsanjeevm
permlinkre-ecency-svwd3d
categoryhive-125125
json_metadata{"tags":["hive-125125"],"app":"peakd/2025.4.6"}
created2025-05-07 15:16:27
last_update2025-05-07 15:16:27
depth3
children0
last_payout2025-05-14 15:16:27
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length60
author_reputation698,400,458,342,789
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,579,581
net_rshares0
@ecency ·
$0.10
This is to encourage any Blockchain or crypto holders to sign up and get their Hive account for free basically. Wallet page redesign is in progress to help you interact with those chains directly. This is direct integration, no layer 2 or bridges.
πŸ‘  
properties (23)
authorecency
permlinkre-sanjeevm-202557t18551342z
categoryhive-125125
json_metadata{"links":[],"type":"comment","tags":["hive-125125"],"app":"ecency/3.3.3-mobile","format":"markdown+html"}
created2025-05-07 15:05:51
last_update2025-05-07 15:05:51
depth2
children5
last_payout2025-05-14 15:05:51
cashout_time1969-12-31 23:59:59
total_payout_value0.050 HBD
curator_payout_value0.050 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length247
author_reputation618,466,050,514,436
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,579,341
net_rshares272,936,909,043
author_curate_reward""
vote details (1)
@lightworks ·
That is pretty amazing...
properties (22)
authorlightworks
permlinkre-ecency-2025520t11103927z
categoryhive-125125
json_metadata{"tags":["hive-125125"],"app":"ecency/4.0.4-vision","format":"markdown+html"}
created2025-05-20 04:10:06
last_update2025-05-20 04:10:06
depth3
children0
last_payout2025-05-27 04:10:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length25
author_reputation20,243,686,106,499
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,839,545
net_rshares0
@sanjeevm ·
Keeping this feature aside, you are still the only mobile app on hive, right ?
properties (22)
authorsanjeevm
permlinkre-ecency-svwd4d
categoryhive-125125
json_metadata{"tags":["hive-125125"],"app":"peakd/2025.4.6"}
created2025-05-07 15:17:09
last_update2025-05-07 15:17:09
depth3
children3
last_payout2025-05-14 15:17:09
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length78
author_reputation698,400,458,342,789
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,579,597
net_rshares0
@seckorama ·
$4.68
That's amazing! Game Changer!
πŸ‘  , ,
properties (23)
authorseckorama
permlinkre-ecency-202552t161157156z
categoryhive-125125
json_metadata"{"type":"comment","tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/3.3.2-mobile","format":"markdown+html"}"
created2025-05-02 14:11:54
last_update2025-05-02 14:11:54
depth1
children2
last_payout2025-05-09 14:11:54
cashout_time1969-12-31 23:59:59
total_payout_value2.340 HBD
curator_payout_value2.340 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length29
author_reputation675,832,241,631,510
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,461,906
net_rshares13,997,590,698,528
author_curate_reward""
vote details (3)
@ecency ·
Thank you for awesome Ecency presentation earlier on Hive creators! πŸ€—
properties (22)
authorecency
permlinkre-seckorama-202552t173231189z
categoryhive-125125
json_metadata"{"tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/4.0.3-vision","format":"markdown+html"}"
created2025-05-02 14:32:33
last_update2025-05-02 14:32:33
depth2
children1
last_payout2025-05-09 14:32:33
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length69
author_reputation618,466,050,514,436
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,462,446
net_rshares0
@seckorama ·
Thank you, that you trust me! 😎
properties (22)
authorseckorama
permlinkre-ecency-202552t205624107z
categoryhive-125125
json_metadata"{"type":"comment","tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/3.3.2-mobile","format":"markdown+html"}"
created2025-05-02 18:56:24
last_update2025-05-02 18:56:24
depth3
children0
last_payout2025-05-09 18:56:24
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length31
author_reputation675,832,241,631,510
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,467,618
net_rshares0
@someone.ivy ·
Way to go! 
properties (22)
authorsomeone.ivy
permlinkre-ecency-202553t93434136z
categoryhive-125125
json_metadata"{"type":"comment","tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/3.3.2-mobile","format":"markdown+html"}"
created2025-05-03 08:34:36
last_update2025-05-03 08:34:36
depth1
children0
last_payout2025-05-10 08:34:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length11
author_reputation748,343,390,964
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,479,424
net_rshares0
@thepavsalford ·
Even little (not so little, as it seems, and a big THANK YOU for that), solid steps toward improvement add a boost to the stability of the platform.
This is essential (or Ecencial) to users, I think, because platform stability + smooth operation = platform and user prosperity.
A happy and booming ecosystem, in other words.
Add that to promotional and welcoming efforts aimed at other users in the crypto universe, and you have a formula with many winning chances.
I strongly believe that social engagement and activity, through the various Hive connected platforms and applications, is the hidden asset of HIVE and its related tokens compared to the likes of BTC, ETH, etc.
properties (22)
authorthepavsalford
permlinkre-ecency-202555t12933885z
categoryhive-125125
json_metadata"{"tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/4.0.3-vision","format":"markdown+html"}"
created2025-05-05 09:09:36
last_update2025-05-05 09:09:36
depth1
children0
last_payout2025-05-12 09:09:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length676
author_reputation3,918,930,796,970
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,523,348
net_rshares0
@tibfox ·
$0.92
We have heard about some of these changes in the presentation by @seckorama today but also in face to face discussions it stood out how much ecency is doing on the code- and community-side. The crypto community onboarding sounds awesome! Thanks also for this kind of collection of changes (and the actual usage of (for common users) understandable commit messages ^^) This serves all of them in a simple, searchable format and nobody has to search changes on github or somewhere else.
πŸ‘  , ,
πŸ‘Ž  
properties (23)
authortibfox
permlinkre-ecency-202553t2245384z
categoryhive-125125
json_metadata"{"tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/4.0.3-vision","format":"markdown+html"}"
created2025-05-03 00:02:45
last_update2025-05-03 00:02:45
depth1
children0
last_payout2025-05-10 00:02:45
cashout_time1969-12-31 23:59:59
total_payout_value0.460 HBD
curator_payout_value0.459 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length484
author_reputation194,022,374,255,120
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,474,029
net_rshares2,764,295,604,142
author_curate_reward""
vote details (4)
@uzyyy ·
I liked this information thanks for sharing
πŸ‘Ž  , , , ,
properties (23)
authoruzyyy
permlinkre-ecency-2025521t12357249z
categoryhive-125125
json_metadata"{"type":"comment","tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/3.3.2-mobile","format":"markdown+html"}"
created2025-05-21 07:35:06
last_update2025-05-21 07:35:06
depth1
children0
last_payout2025-05-28 07:35:06
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length43
author_reputation-225,743,890,050
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,867,311
net_rshares-513,944,388,249
author_curate_reward""
vote details (5)
@yecier ·
>If you hold any of these tokens BTC, ETH, SOL, ATOM, APT, TRX, you are able to get Hive account instantly and join Hive family.

I need a deeper post about this πŸ˜….
properties (22)
authoryecier
permlinkre-ecency-202557t141610420z
categoryhive-125125
json_metadata"{"tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/4.0.4-vision","format":"markdown+html"}"
created2025-05-07 18:15:54
last_update2025-05-07 18:15:54
depth1
children2
last_payout2025-05-14 18:15:54
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length164
author_reputation62,096,458,990,023
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,582,701
net_rshares0
@ecency ·
Yes, we are planning to create detailed post on how this works.
properties (22)
authorecency
permlinkre-yecier-202557t2302672z
categoryhive-125125
json_metadata"{"tags":["hive-125125","web","development","updates","waves","short-form","content","breakaway ","self-hosting ","ecency","ecency"],"app":"ecency/4.0.4-vision","format":"markdown+html"}"
created2025-05-07 20:00:03
last_update2025-05-07 20:00:03
depth2
children1
last_payout2025-05-14 20:00:03
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length63
author_reputation618,466,050,514,436
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,584,384
net_rshares0
@yecier ·
@yecier " πŸ™Œ ..."
 πŸ™Œ 
properties (22)
authoryecier
permlinkre-ecency-2rtpvw5j9
categoryhive-125125
json_metadata{"app":"leothreads/0.3","format":"markdown","tags":["leofinance"],"canonical_url":"https://inleo.io/threads/view/yecier/re-ecency-2rtpvw5j9","isPoll":false,"pollOptions":{},"dimensions":[]}
created2025-05-07 20:48:36
last_update2025-05-07 20:48:36
depth3
children0
last_payout2025-05-14 20:48:36
cashout_time1969-12-31 23:59:59
total_payout_value0.000 HBD
curator_payout_value0.000 HBD
pending_payout_value0.000 HBD
promoted0.000 HBD
body_length3
author_reputation62,096,458,990,023
root_title"Web - Crypto onboarding, sdk, docs and bug fixes"
beneficiaries[]
max_accepted_payout1,000,000.000 HBD
percent_hbd10,000
post_id142,585,236
net_rshares0