El De-dog-lo

Results 539 comments of El De-dog-lo

> Have you tried ApeFramework? Https://github.com/apeworx/ape > It is very much inspired from > Brownie. We have an active dev team, Discord community, and road-map. Website is https://apeworx.io Docs at...

We have examples, including an [NFT](https://github.com/vyperlang/vyper/blob/master/examples/tokens/ERC721.vy) one, so hopefully that would help. Pretty sure Remix just had a server that would make calls using vyper-json, so definitely not going to...

Try this ```Vyper import .contract1 as Contract1 ```

Seems like all blockers are resolved, will let @charles-cooper do a final review and merge

custom errors is basically a requirement now

> this eip may be the most verbose, overly-complicated EIP I've seen, and looks like a nightmare to actually use. maybe there have been learnings from this that we could...

I never quite got dpack, but I think it's likely too simple for the use cases we are describing. Main goal here is being able to share packages of code...

Supply chain attacks are rife with npm https://portswigger.net/daily-swig/vulnerabilities-in-npm-allowed-threat-actors-to-publish-new-version-of-any-package

`node_modules` is still a really poor way to install code since it is an editable format, and there are additional concerns and needs that smart contract code has that other...

> If [the docs](https://eth-brownie.readthedocs.io/en/stable/api-network.html#brownie.network.event.EventWatcher) would give an example of how to implement `EventWatcher` this would be very helpful. After importing with `from brownie.network.event import EventWatcher` I see I can print...