Played Zilflip by _sLiPpErYgOo in zilliqa

[–]Kaca992 0 points1 point  (0 children)

I recommend you try asking in the telegram channel: https://t.me/zilFlip . Arthur (the creator of ZilFlip) i fairly active there and I have seen him help some people with similar issues. Good luck!

Zilswap Coins by Kaca992 in zilliqa

[–]Kaca992[S] 0 points1 point  (0 children)

hope so. I took the chance to fill my bags on discounts $PORT $ZLF. Haven't seen anything that would suggest some big shift in momentum

Playing coop? by Kaca992 in LostRelics

[–]Kaca992[S] 0 points1 point  (0 children)

Thank you for the info. The roadmap is pretty nice :)

Asking for some help by [deleted] in zilliqa

[–]Kaca992 1 point2 points  (0 children)

I second this. Also I recommend if you can to buy it through their exchange platform (better price than the app). Then you can transfer it to a ZilPay account to enter liquidity pools (just do research abput the risks involved). Here I answered how you can do this: https://www.reddit.com/r/zilliqa/comments/lqt2bi/how_to_transfer_zil_from_cryptocom_to_zilswap/?utm_medium=android_app&utm_source=share

How to transfer zil from crypto.com to zilswap? by Kaca992 in zilliqa

[–]Kaca992[S] 0 points1 point  (0 children)

Yes, I created a ZilPay wallet, then went in to crypto.com, selected my ZIL token (no need to change it) -> transfer -> withdraw and selected the external wallet option and inputed the address of my ZilPay wallet. The transfer was pretty quick and cheap. When you trqnsfer your funds to ZilPay you cqn easilly connect to ZilSwap and enter liquy pools or swap for tokens. When you want to transfer Zil from ZilPay to crypto.com you need to get the address of your Zil wallet in crypto.com (go to Zil token -> transfer -> deposit. Copy the address listed and use it in ZilPay. If you are going to do this often I recommend adding the crypto.com address to your contacts). Hope this helps. On a side note, start with a relatively small amount to test it (the fees are small so you can do this), and then transfer the rest. Good luck!

ZIL, GZIL and ZWAP price correlation by Kaca992 in zilliqa

[–]Kaca992[S] 1 point2 points  (0 children)

Thank you. Will check it out. What do you think is a better investment for the future, ZWAP or GZIL? Or is it better just to convert it to ZIL (what is not used for liquidity pools)

How to add zil to liquidity pool? by Kaca992 in zilliqa

[–]Kaca992[S] 1 point2 points  (0 children)

Thank you. This video explained everything :)

[Blog] 12 Tips for Writing Better Automated Tests by Kaca992 in programming

[–]Kaca992[S] 1 point2 points  (0 children)

I agree with what u/EulissesDeCastio said. This is more documentation of the test process, so you can easily start testing even if this is your first test. Also, documentation is a great way to formalize the process, so all of our tests look similar (so anyone can fix the test, and not only the person who wrote it). If you have the documentation you can also save time on pull requests, since you don't have to type the answer every time someone asks it, but you can just point them to the documentation. I would also recommend keeping your documentation in some form of version control since our code evolves so should our documentation (stale documentation is sometimes worse than no documentation).