-
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
Hey, people! How can I get a permission to subscribe to more than 10 orderbooks by ws connection?
Читать полностью…
📌 Very important WARNING
If you signed tx using waves-ide(dot)com, your account may be at risk (even if you used it before this date, you may be at risk)⚠️
Move all your accounts that you use there to another wallet as soon as possible!
Ok..the WavesExplorerLite needs to update a package
Читать полностью…
For the testnet... Or will it fit?
Читать полностью…
Please tell me the link to download op-geth-chaindata.tar
Читать полностью…
You can use
ghcr.io/unitsnetwork/consensus-client:mainnet
ghcr.io/unitsnetwork/consensus-client:testnetЧитать полностью…
https://github.com/wavesplatform/Waves/releases/tag/v1.5.10
Читать полностью…
let's create what I ask and everyone will be in profit and the platform will be in profit due to new users and new users will be in profit
Читать полностью…
You have a referral link in your inbox
Читать полностью…
How it should work? I don't know what "referral" is and how it works.
Читать полностью…
what does wavez recommend in such cases
Читать полностью…
Why do you need an asset script? Asset scripts are designed to determine whether certain transactions involving the asset, such as transfers, burns, or issuances are allowed or rejected. The script is bound to the asset and defines the rules for these operations.
It has to be a boolean expression. https://docs.waves.tech/en/ride/script/script-types/asset-script#asset-script-format
Please, post the fixed script.
Читать полностью…
Oh, sorry... I've tried to set up the node five times already, but it still doesn't work... I fixed this error! But there are a lot of others...
Читать полностью…
🛑 ARKIMALS ANNOUCEMENT 🛑
WAVES IDE has been hacked (again) and 18k EGG was stolen as a result of that.
How? => Pretty complex, during the signature of updating a dApp, and signing it with MultiSig, they replaced it with another script, that's the short version.
SWOP & Arkimals Pools with EGG are completely disabled. Puzzle is blocking whatever they can as well.
Only as small part of the EGG has been sold so far.
The EASTER event will be delayed until further notice.
🗣 DON'T BUY EGG RIGHT NOW, THIS COULD HELP THE THIEF.
is waves-ide.com ok? If I press sign to sign a tx, keeper pops up with a set script tx instead of my invoke script tx
Читать полностью…
I'm not part of the team, but I think the relevant people have seen your message.
Explorers and tools for WAVES
https://blog.waves.tech/waves-ecosystem-data-tools
And
https://docs.waves.tech/en/ecosystem/
https://docs.units.network/guides/node/run-testnet-node
For Testnet
https://docs.units.network/guides/node/run-mainnet-node
For Mainnet
Node-sass is outdated and deprecated. Waves Classic Explorer code need upgrade or change in packages and may be also code syntax change as per latest packages
Читать полностью…
https://github.com/UnitsNetwork/consensus-client/releases/tag/v1.1.0
and just in case — please double-check that you have testnet tag in testnet. if it's testnet-simulate as it used to be, please change it to testnet.
we can talk outside of the chat
Читать полностью…
What do you mean you don't know the referral link?
Читать полностью…
I wouldn’t recommend using asset scripts. They are rarely used and may be deprecated in the future.
Читать полностью…
{-# STDLIB_VERSION 5 #-}
{-# CONTENT_TYPE EXPRESSION #-}
{-# SCRIPT_TYPE ASSET #-}
let refTokenName = "REFAMANAT" // Название токена
let refTokenDescription = "Реферальный токен фонда AMANAT" // Описание токена
let refTokenQuantity = 1000000 // Количество токенов
let refTokenDecimals = 8 // Количество знаков после запятой
let fee = 1000000 // Плата за транзакцию (минимальная плата)
issue(refTokenName, refTokenQuantity, refTokenDecimals, refTokenDescription, reissuable = true, fee = fee)
I read all this but I fixed some mistakes but it still shows up and I can't understand what's going on
Читать полностью…