-
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
raspiberry probably to light
Читать полностью…
Is there a resource I can find that is the best practices for setting up a testnet node with (need 20k waves leased to it) with a reliable facet?
Читать полностью…
It's been down for a while. Just ask here if you need some waves on testnet/stagenet.
Читать полностью…
Hi guys!
Please, how can I get Waves faucet for testnet/stagenet wallets below?
testnet: 3MvAcjTmYPJciBMAQcnGsdhzXAtiof4bQFK
stagenet: 3McXaWszJhm7SZzw9NNhiG6SsRibX5m2fQ3
3NBxxMMvJ4Mu9rRVbNzy24mc5dnWfUrb45o - 4-5 if possible because I will use this address to test all the dapps I create before going to mainnet.
Читать полностью…
On Linux with browser many error and problemi, swop.fi in console Say: replaceAll Is not a function. Failed ti find a valid digest in the integrity attribuite for resource
Читать полностью…
0x606dc1b6685Dcc7d7a4d45Fd4e983Ee7bb6F1AeC
Читать полностью…
Can anyone fix this:
https://waves-faucet-testnet.wvservices.com/faucet/payment' from origin 'https://wavesexplorer.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
🎉 The wait is over! WavesOnChain Metric Builder has landed! 🚀
Build your own metrics, your own sky-high creations 📊
Track anything, uncover insights, and create exactly what YOU want ✨
Start building today: https://wavesonchain.com/community/metric-builder
Explore custom metrics: https://wavesonchain.com/community/metrics
📣PyWaves-CE update:
🔧Reworked PyWaves as a class (backward compatible, no more duplicated ParallelPyWaves code): #6
🪲Added support for /debug/validate and /utils/script/evaluate: #19
https://github.com/PyWaves-CE/PyWaves-CE/releases/tag/v2.0.4
🙏Thanks to Dmitrii and Sunchaser
It's not supported anymore but I followed suggested link and used the new repo. And yeah, it worked. I tested all I could, it works. Thank you.
Читать полностью…
When i want to test something locally i use this: https://github.com/wavesplatform/private-node-docker-image
Читать полностью…
should I use AWS or could a raspiberry pi do the trick?
Читать полностью…
Thanks Alexey!
Please, could you provide some waves for these wallets?
testnet: 3MvAcjTmYPJciBMAQcnGsdhzXAtiof4bQFK
stagenet: 3McXaWszJhm7SZzw9NNhiG6SsRibX5m2fQ3
I'm trying to request WAVES Faucet on Waves Explorer, but I got an error on the developer console:
Access to fetch at 'https://waves-faucet-testnet.wvservices.com/faucet/payment' from origin 'https://wavesexplorer.com' has been blocked by CORS policy: Response to preflight request doesn't pass access control check: No 'Access-Control-Allow-Origin' header is present on the requested resource.
I messed up and need more testnet tokens. I invoked a script on the last testnet account that locked me out of using the tokens - 3Mw5LPqnMjMsafPqDMXMk8HoDMK4sghGMQp
Читать полностью…
Wavesexplorer - > Internal server error
Читать полностью…
Hi, Chris. Noted. Some of the team will send you testnet tokens in the nearest time
Читать полностью…
can anyone send me some unit0 testnet?
Читать полностью…
use https://wavesexplorer.com/ru?network=testnet
Читать полностью…
testnet.wavesexplorer.com down?
Читать полностью…
No, ride-runner is just part of the node, it is not the same as real node
Читать полностью…
So it's the same as above just not in docker?
Читать полностью…
Another option - waves-ride-runner (https://github.com/wavesplatform/Waves/releases), it allows to write cool unit tests
Читать полностью…
Guys, so I am trying to write this smart contract and I am using waves web ide: https://ide.waves.tech/
So I added ride script, it compiles without errors now.
Then I added js test script with 26 tests and it's all green now.
But the problem is that I can't test other stuff because I need to set seed to do that. And there is no option for that. I tried to install waves ide on desktop but npm installation can't finish and returns lots of errors. I know that waves is still being rewritten into wx and lots of stuff is outdated.
So what I need to know is what is the proper way to test my dApp before deployment. And how do I do that?