El De-dog-lo

Results 539 comments of El De-dog-lo

see output format for storage slots from https://github.com/vyperlang/vyper/issues/2572

Further sketch here: ```py assert token.balanceOf(a) == 0 # NOTE: `balanceOf` and `totalSupply` are storage slots, as well as public view methods # NOTE: `balanceOf` is a `HashMap`, which can...

Some elements were resolved in #1548, but further research is required if the above mentioned elements are still valid (and if there are more)

So, we have `ape-template` which is a 2nd party plugin we used to work with cookiecutter, which is a much more advanced templating system using Jinja2. Several of the features...

> I think it's better to have a completely empty project because it removes the step of removing everything that you are not going to use. The only time that...

I think the Ape experience may end up looking a little different than Foundry, because we don't bundle compilers by default. Compilers can be installed, but the extra step might...

> This is where the `ProjectAPI` should be given a chance... We have similar issues with Hardhat projects regarding config processing for these things. [ApeWorX/ape-hardhat#63](https://github.com/ApeWorX/ape-hardhat/issues/63) > > The project API...

this could probably be added to `ReceiptAPI.show_trace()`