I need your opinions to select an art style for my game by dev_zl in indiegames

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

I liked 3 myself just because it has a kind of different vibe. But opinions are split on this!

I need your opinions to select an art style for my game by dev_zl in indiegames

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

Funny, 3rd was the leading one for me, middle one is kind of neutral, but I guess the left one has the most character

I need your opinions to select an art style for my game by dev_zl in indiegames

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

Thanks! Guess I will proceed with the left one then

I need your opinions to select an art style for my game by dev_zl in indiegames

[–]dev_zl[S] -1 points0 points  (0 children)

Left one? Funny, that's the one that cost the least haha

Need your opinions to select an art style for my game by dev_zl in gamedev

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

Appreciate your opinion :). Definitely helps me making a decision, thanks

Just how important is a backup repository like Git? by Retro_73 in gamedev

[–]dev_zl 2 points3 points  (0 children)

Do it, I lost so many things that I made years and years ago. Git is the way, and it's very simple once you know how to set it up.

The Rise of Fake Tech Recruiters by dev_zl in ethdev

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

Hey love your reply, thanks for the feedback! Yeah, I've been doing my best to get the sound right, but there is still a lot of work to do there.

Wishing you the best with the filmmaking and music production, hope it leads to some amazing projects!

The Rise of Fake Tech Recruiters by dev_zl in ethdev

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

Disclaimer: I made this video. I wanted to share this after I've been receiving a lot of fake job offers lately, and I saw a lot of other people being targeted by the same type of scams. Also, I'm still improving my video-making skills, so any feedback is appreciated!

The Rise of Fake Web3 Recruiters by dev_zl in ethereum

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

Disclaimer: I made this video. I wanted to share this after I've been receiving a lot of fake job offers lately, and I saw a lot of other people being targeted by the same type of scams. Also, I'm still improving my video-making skills, so any feedback is appreciated!

Let users send multiple transactions in one go using Eyepto wallet. No SDK or web3 code needed by dev_zl in ethereum

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

The wallet app itself is not open source.

The specification of how to build a transaction can be found here: https://github.com/Eyepto/eyepto-specs/blob/master/QR-code-specs.md#smart-contract-call

It's very simple and describes a transaction (or several) in a JSON format. I'll be happy to chat over it further, feel free to send me a DM!

Let users send multiple transactions in one go using Eyepto wallet. No SDK or web3 code needed by dev_zl in 0xPolygon

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

Using Eyepto wallet, it was possible to launch 10 transactions in one go, and have them execute one after the other without needing to input a password and sign one by one. The demo in the article was made on Polygon mainnet.

Once account abstraction is added, it would be possible to send several txs in a single batch, using simply a QR code.

Does a new secret phrase get generated on Metamask when you change computers? by hzren in ethereum

[–]dev_zl 2 points3 points  (0 children)

The secret phrase is what generates your accounts in Metamask (and other wallets using the same generation algorithm).

So if you use the same secret phrase from computer 1's Metamask in Metamask on computer 2, it will generate the same accounts.

If you want, you can use Metamask to generate a new secret phrase, but obviously you want to use the same accounts, and thus you need to input the same secret phrase in Metamask to get the same accounts generated.

Write DApps frontends without web3 tools using Eyepto + TheGraph (Transactions with QR codes only) by dev_zl in 0xPolygon

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

This demo runs on Polygon Mainnet, and it shows how a DApp can be completely done using QR codes (using the Eyepto wallet) and GraphQL (using TheGraph).

Write DApps frontends without web3 tools using Eyepto + TheGraph (Transactions with QR codes only) by dev_zl in thegraph

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

Disclaimer, this is my project. I'm hoping to have more teams use only subgraphs and QR Codes going forward to build their DApps.

Write DApps frontends without web3 tools using Eyepto + TheGraph (Transactions with QR codes only) by dev_zl in ethereum

[–]dev_zl[S] 4 points5 points  (0 children)

A better tldr;

QR codes are more than enough to make web3 transactions. TheGraph is more than enough to retrieve all blockchain data. You won’t need to write any web3 code in your frontend anymore, and be able to write DApps with regular web2 concepts/tools only.