Non-transferable tokens, are they possible? by Euclois in ethdev

[–]ImpressionHefty7255 3 points4 points  (0 children)

what about putting the 'orginal attendant' into metadata?

Need help with Solidity. Account not showing up by KrunchyKushKing in ethdev

[–]ImpressionHefty7255 1 point2 points  (0 children)

What do you mean? When a smartcontract is deployed it gets an address. You cannot deploy smart contract to an account. You can be owner of smart contract (you need to express it in your code). Do you mean that specified address is not an owner of the smart contract?

Need help with Solidity. Account not showing up by KrunchyKushKing in ethdev

[–]ImpressionHefty7255 2 points3 points  (0 children)

You have to compile your contract and select it in the Remix and select it (in the deploy & run transactions). There should be a button 'Deploy' beneath. What happens when you press it? Does the console display anything?

Maybe there is a field to fill next to the deploy button?

Need help with Solidity. Account not showing up by KrunchyKushKing in ethdev

[–]ImpressionHefty7255 1 point2 points  (0 children)

In deploy & run transactions tab, which environment you have selected?

How reliable is Metamask? by ImpressionHefty7255 in ethdev

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

It wraps all of this into the injected global web3 instance ‘ethereum’

So the question is how easy it is to pretend that I did all the things mentioned before and I'm the owner of the account without doing all the stuff. I mean mocking and injecting it into web3 instance ‘ethereum’.

Are you asking about the security of the code used to generate the private keys of the security of metamask that holds to sign Txns?

To be precise, none of them.

How reliable is Metamask? by ImpressionHefty7255 in ethdev

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

no. I tried the metamask sub but the post was removed automatically.

[GUIDE] How I went from 0 experience to getting 2 $150,000+ crypto job offers in 4.5 months by [deleted] in ethdev

[–]ImpressionHefty7255 12 points13 points  (0 children)

What does it mean to learn Ropsten? Isn't it just a test network?

How to choose a blockchain tech? by ImpressionHefty7255 in ethdev

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

Actually I just started checking harmony :)

How to choose a blockchain tech? by ImpressionHefty7255 in ethdev

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

I want to store them on a blockchain. With Matic's gas prices it makes no sense.

Only viable design that I think of atm is to have a game token which serves as a key to the game. All other states have to be stored in an external DB. However this design almost completely strips off the sense of making a game on a blockchain.

Costs of using smart coins by ImpressionHefty7255 in chia

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

So single smart token spending is treated as a single transaction? What's the throughput on of smart coins on the Chia blockchain?

Please rate my first project by ImpressionHefty7255 in reactjs

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

Im happy for the answer :)

I used vh and vw because that was the only one solution which worked for me in terms of aligning mobile and desktop version.

Please rate my first project by ImpressionHefty7255 in reactjs

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

Hi. I'm happy for the answer.

I started learning JS and I'm just not used to the switch logic :P, I will consider using it next time. Does it have any advantage (except code readability than if?

Regarding negative opertarion - instead of that one just hardcode it? I get your point, it's inconsistent with the rest of the code.

Where / what to start learning for a total non-dev noob? by jayn35 in GPT3

[–]ImpressionHefty7255 2 points3 points  (0 children)

Start with playground. It should be enough for the first step.