waves_ride_dapps_dev | Unsorted

Telegram-канал waves_ride_dapps_dev - Waves Dev Jedi | RIDE for dApps

-

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

Subscribe to a channel

Waves Dev Jedi | RIDE for dApps

raspiberry probably to light

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

It's been down for a while. Just ask here if you need some waves on testnet/stagenet.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Hi guys!
Please, how can I get Waves faucet for testnet/stagenet wallets below?
testnet: 3MvAcjTmYPJciBMAQcnGsdhzXAtiof4bQFK
stagenet: 3McXaWszJhm7SZzw9NNhiG6SsRibX5m2fQ3

Читать полностью…

Waves Dev Jedi | RIDE for dApps

We send you 1k, go wild

Читать полностью…

Waves Dev Jedi | RIDE for dApps

3NBxxMMvJ4Mu9rRVbNzy24mc5dnWfUrb45o - 4-5 if possible because I will use this address to test all the dapps I create before going to mainnet.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

How to get testnet tokens?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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

Читать полностью…

Waves Dev Jedi | RIDE for dApps

0x606dc1b6685Dcc7d7a4d45Fd4e983Ee7bb6F1AeC

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

since 6 months or so

Читать полностью…

Waves Dev Jedi | RIDE for dApps

🎉 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

Читать полностью…

Waves Dev Jedi | RIDE for dApps

📣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

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

When i want to test something locally i use this: https://github.com/wavesplatform/private-node-docker-image

Читать полностью…

Waves Dev Jedi | RIDE for dApps

should I use AWS or could a raspiberry pi do the trick?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Thanks Alexey!

Please, could you provide some waves for these wallets?

testnet: 3MvAcjTmYPJciBMAQcnGsdhzXAtiof4bQFK
stagenet: 3McXaWszJhm7SZzw9NNhiG6SsRibX5m2fQ3

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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.

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Thank you. Very appreciated

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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

Читать полностью…

Waves Dev Jedi | RIDE for dApps

How many do you need?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Wavesexplorer - > Internal server error

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Hi, Chris. Noted. Some of the team will send you testnet tokens in the nearest time

Читать полностью…

Waves Dev Jedi | RIDE for dApps

can anyone send me some unit0 testnet?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

use https://wavesexplorer.com/ru?network=testnet

Читать полностью…

Waves Dev Jedi | RIDE for dApps

testnet.wavesexplorer.com down?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

No, ride-runner is just part of the node, it is not the same as real node

Читать полностью…

Waves Dev Jedi | RIDE for dApps

So it's the same as above just not in docker?

Читать полностью…

Waves Dev Jedi | RIDE for dApps

Another option - waves-ride-runner (https://github.com/wavesplatform/Waves/releases), it allows to write cool unit tests

Читать полностью…

Waves Dev Jedi | RIDE for dApps

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?

Читать полностью…
Subscribe to a channel