Pavel Fedotov

Results 20 comments of Pavel Fedotov

I've used https://www.prepostseo.com/image-to-text Is the text in any way similar to `Teo 1 1592 7-1 4OINT J OY mant`

yes, that would be really great. I have trouble installing tailwind

It would be amazing to come back to some resource that contains more information on state optimization. For example, [@IamZKdevETH](https://twitter.com/IamZKdevETH) probably his github -> @iam-dev shared with me the following...

I am not sure if this is the right place to just post walls of texts, excuse me. In ERC-20 some tokens implement states that contain strings, I think from...

I have further dug into the available code and tutorials I think the key issue has been so far that not many of the examples work on an actual testnet...

![image](https://github.com/o1-labs/docs2/assets/66903336/022d6e34-ab9c-4df4-a878-8d9554406e02) https://github.com/MinaFoundation/Core-Grants/pull/11#issuecomment-1937006628

I think I had a very similar thought when I went through tutorial 10. It says that ![image](https://github.com/o1-labs/docs2/assets/66903336/8597157e-ad7d-43e1-8667-f6c051508aa8) But in all other code examples this pattern is absent.

My understanding is that the following function runs on deploy and sets this.account.provedState to true ```ts @method init() { this.account.provedState.requireEquals(this.account.provedState.get()); this.account.provedState.get().assertFalse(); super.init(); this.num.set(Field(1)); this.calls.set(Field(0)); } ``` Combined with in other...

Hey, I am going through Mina tutorials atm. For some reason I can not test contracts. I had some errors with dex and custom token contracts. Probably something wrong with...

I can not even deploy contract anymore, could you please link the code @dfstio