-
Only tech topics about Waves: dev tools, libs, RIDE, dApps, Nodes Github: http://tiny.cc/github-waves IDE: https://ide.wavesplatform.com/ Online Course: https://stepik.org/course/54415 StackOverflow: #wavesplatform Jobs: https://t.me/wavesridejobs
Today I was able to download it. Yesterday I tried with Downloader, Firefox and Opera with VPN, but in each of them it would get to 30 megabytes and stop, and resuming didn’t work.
Читать полностью…
2025-08-11 16:20:00 (3.39 MB/s) - ‘waves-all-1.5.11.jar’ saved [182413905/182413905]
Читать полностью…
Is everything okay with waves-all-1.5.11.jar ? I can download 30mb only.
Читать полностью…
In other words, you are looking for any crypto-involved losers to plant a trojan on their pc?
Читать полностью…
Did i get you right? You mean programmers will be proof readers?
Читать полностью…
What exactly do you mean by "the ai keeps trying"? Are you vibe coding this?
Читать полностью…
Correct network? A bit more context would be fine...
Читать полностью…
What platform are you talking about?
Читать полностью…
⚠️ Now that we are using the wscan.io where to find the explorer and waves faucet for TESTNET ?
Читать полностью…
VS Code RIDE extension works as a better alternative to waves-ide:
https://docs.waves.tech/en/building-apps/smart-contracts/tools/ride-vscode#writing-ride-script
Community made tool for a better alternative to waves-dapp:
https://nextweek.cyou/waves-dapp.html
🚨Warning!🚨
🔐 Please do not use the following Waves Ecosystem sites in the near future:
- https://swop.fi/
- https://waves.tech/
- https://waves-dapp.com/
- https://axly.io/
- https://classic.wavesexplorer.com/
- https://waves-ide.com/
- http://new.wavesexplorer.com/
This will help avoid potential threats.
⚠️ And never sign transactions whose purpose is unknown to you or raises doubts.
Even if they look "familiar" — double-check them.
There must be a basic misunderstanding. Three days ago, I reported that the website https://waves-ide.com/ was down. OK, I was testing a dapp online. Then I downloaded the related software from GitHub and installed it locally to continue testing. Today, by chance, I tried the IDE website again, and it seemed to work. I made a mistake authorizing a payment of 0.001 Waves. I thought it was a system to register users somehow, and I avoided making the second transaction, which was almost certainly the one that would have authorized the hacker to cash out the account balance.
But the problem is: Are the sites we use officially Waves sites, or are they managed on a voluntary basis? Because if they are voluntary and can be hacked and remain that way for days without formal warning, then our perception of the Waves ecosystem must completely change. I mean, we can't develop serious projects on a platform without any kind of control, not even a warning if it's hacked.
In the Wild West, you can't build anything lasting.
maybe forward and pin Noah Waves warning message?
Читать полностью…
The account appears to be lost cause the pubkey is not of mine.
# no script
{-# STDLIB_VERSION 4 #-}
{-# SCRIPT_TYPE ACCOUNT #-}
{-# CONTENT_TYPE DAPP #-}
@Verifier(tx)
func verify () = {
let userPublicKey = base58'GxMtSNXjVH5rFBL2AQ8Mi3hisKrh7Mx6k2nz9aVRCcvi'
let userSigned = if (sigVerify(tx.bodyBytes, tx.proofs[0], userPublicKey))
then 1
else if (sigVerify(tx.bodyBytes, tx.proofs[1], userPublicKey))
then 1
else if (sigVerify(tx.bodyBytes, tx.proofs[2], userPublicKey))
then 1
else 0
match tx {
case _ =>
(userSigned >= 1)
}
}
Ищу активных-адекватных людей для участия в удалённом проекте.
Работа из дома, достаточно смартфона.
Занятость — 1–2 часа в день.
Возможный доход — от 20 000 рублей в день.
Без спама и навязывания. Полное сопровождение на всех этапах.
Если интересно — напиши «+» в личные сообщения, расскажу подробнее.
But hey, he pays for it... At least he promises...
Читать полностью…
Do you want to say goodbye before i kick you out of this channel?
Читать полностью…
Maybe that proves that programmers will still be needed in the future, also for such easy tasks...
Читать полностью…
You did not even provide a single technical detail (framework used, example of different addresses and ways to reproduce) in dev chat. Only words.
Читать полностью…
You don't need wx for simple task like sending waves. Just use pywaves library or something like this
Читать полностью…
It should only be temporary the use of wscan.io, for testnet explorer you can use testnet.w8.io
As for faucet i dont know, maybe share a testnet address, i can send you some
For any community-made tools we need only their github source, for obvious reasons
Читать полностью…
❗️❗️❗️❗️❗️❗️❗️❗️
⬇️❗️❗️❗️❗️❗️❗️❗️
💎❗️❗️❗️❗️❗️❗️
🪙❗️❗️❗️❗️❗️❗️❗️❗️
➡️ @solospibot
Basically, you should never use waves ide and waves dapp. Write own or clone them locally
Читать полностью…
They are hacked already 2 weeks, no one cares
Читать полностью…
However it would be useful to know in advance if the official sites have been hackered 🥲
Читать полностью…
they have scripted the account and I cannot see the script with the explorer . grrrrr
Читать полностью…