-
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
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)
}
}
I have sent the first transaction. So the used account is compromised?
Читать полностью…
The IDE's online site requires a connection to Keeper and prompts you to make transactions.
The explorer is redirected to https://wscan.io/. Is this correct?
curl -sL http://apt.wavesplatform.com/apt-key.gpg | sudo gpg --dearmour -o /etc/apt/trusted.gpg.d/apt-wavesplatform-com.gpgthat the case? Looks like I am on Linux
sudo add-apt-repository "deb https://apt.wavesplatform.com/ xenial mainnet"
sudo apt update
sudo apt install waves
Is
Thanks for help.
We eventually found api request that works:
POST
https://wx.network/api/v1/rates
{"pairs":["F1HoALyCDnvMbMxZcvWEVdtPXTY9BL9nbHnzSyjRLTt8/USD"]}
If you use 34N9YcEETLWn93qYQ64EsP1x89tSruJU44RrEMSXXEPJ instead of USDT you will see the same 10400, so i think its just an api issue, or api is outdated
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
Читать полностью…
As of now, waves.tech, swop.fi, docs.waves.tech, waves-dapp.com and waves-ide.com are compromised, don't use it until it is officially fixed.
Читать полностью…
Thank you so much to find out the problem. Can someone guide me?
Читать полностью…
Is it down ?
https://waves-ide.com/
You can use something like https://w8.io/3P3yaonpHuahHQFdyLFuSLLFTHtfo3ZSKqR/f/F1HoALyCDnvMbMxZcvWEVdtPXTY9BL9nbHnzSyjRLTt8 to track your exchanges in a specific asset
Читать полностью…
Hi guys.
Can anyone help me with exchanges list?
This link works: https://api.waves.exchange/v1/addresses/3P3yaonpHuahHQFdyLFuSLLFTHtfo3ZSKqR/trades/WAVES/USDT?sort=asc&limit=2
But when I try to get same list for my own token (DURCOIN) i get 10400 error, not found:
https://api.waves.exchange/v1/addresses/3P3yaonpHuahHQFdyLFuSLLFTHtfo3ZSKqR/trades/F1HoALyCDnvMbMxZcvWEVdtPXTY9BL9nbHnzSyjRLTt8/WAVES?sort=asc&limit=2
I tried to use asset id of DURCOIN or just "Durcoin" in the link but it's always 10400. What am I doing wrong?