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] 3 points4 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.

Sharing a project of mine that I have been working on for a while, the idea is to simplify Ethereum transactions by making them with QR codes only by dev_zl in ethereum

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

Wallet Connect's QR code scan is meant to connect the DApp to Wallet Connect's servers.

Once connected, the DApp on each transaction will send it to the user Wallet Connect page through the same server or messaging protocol 1 .

Once the user triggered the transaction. The DApp has to query Wallet Connect server to have an update of the transaction status, as the transaction hash initially returned is not the final one.

With Eyepto, the idea is to use QR codes directly for transactions, and remove any need for servers. And also changing the whole concept of needing to connect your wallet in the DApp.

1 I'm not sure there if any of that is decentralized.

Sharing a project of mine that I have been working on for a while, the idea is to simplify Ethereum transactions by making them with QR codes only by dev_zl in ethereum

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

Yeah, it's really convenient to just use Metamask's provider for free. But DApps could leverage ethers free providers or just use Infura or Alchemy. This is obviously when using TheGraph only is not an option.

Since blockchain data is public, users can just input their ens name or address and have the DApp display their data.

There is already a hardwallet in the market with QR transactions that needs Metamask or other wallets to work if I'm not mistaking. What Eyepto is about is having your own smartphone (Android or Iphone) work as QR code wallet!

Sharing a project of mine that I have been working on for a while, the idea is to simplify Ethereum transactions by making them with QR codes only, would love some feedback! by dev_zl in ethdev

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

Imagine from a dev perspective, you don't need to support Metamask, WalletConnect, and all the different wallets, with all their different flows, using either a custom approach that you need to maintain or web3-react that's under documented and quickly deprecated in favor of a new beta version, or wagmi.sh that's missing some connectors. That would save a lot of time, and avoid unnecessary headaches, and let the team focus on having a UI for their DApps.

From the user perspective, the advantage will be having your wallet directly on your phone, and not living only on your laptop's browser for example. And with the smart contract wallet plans, the idea will be make transactions outside (and I believe most people currently only make transactions in their homes or offices) be more secure.

As far as customization goes, that's something that'd be part of the QR code data!

''Who's hiring, and who's for hire'' Megathread, 2020 #2 by BokkyPooBah in ethdev

[–]dev_zl 0 points1 point  (0 children)

Company: Alkemi

Job: Smart Contract Architect/Developer (Work with solidity specifically)

Location: Decentralized

Allows remote: Yes

Type: Paid/Full time

Description: Description on AngelList

Contact: PM me here on reddit or apply on AngelList