-
## Introduction
AWS and Azure report over 70% profit margins we are not operating in a fair market this is a duopoly it must be broken down! I want to work on infrastructure problems to make it ea…
-
### Describe the issue:
Slither crashes when analysing a Vyper program that contains a `for` loop iterating over an array inside a struct.
Likely caused by: https://github.com/crytic/slither/blob/…
-
### Environment information
- OS: macOS
- Python Version: 3.10
- `ape` and plugin versions:
```sh
$ ape --version
0.6.15 # I also tried 0.6.16.dev9+gabe4e96b
$ ape plugins list
Installe…
-
Add a coding style guide to Vyper and use it consistently.
Currently examples include both camel rase (https://github.com/ethereum/vyper/blob/master/docs/structure-of-a-contract.rst `storedData `) …
-
* https://en.wikipedia.org/wiki/Smart_contract
* https://en.wikipedia.org/wiki/Ricardian_contract
other list of smart contract languages:
* https://www.dslfin.org/resources.html
* https://gith…
-
## Description
Right now we have a module `mythril.solidity`. A new module is needed called `mythril.lang` which should contain the before mentioned module.
This module should also contain a base …
-
## Background
Hello everybody! My name is Javier, I am 30, and I am telecommunications engineer. I am currently learning Solidity and dApp programming through the B9lab Academy Ethereum developer c…
-
# [G-01] Cache array length before loop
Caching the array length outside a loop saves reading it on each iteration, as long as the array's length is not changed during the loop. This saves gas.
This…
-
[Fe](http://fe.ethereum.org/) is an emerging smart contract language that is currently in alpha. Since hardhat is becoming the goto solution to develop smart contracts on Ethereum we (the Fe team) wou…
-
Description:
- CrowdFounding Vending Machine smart contract. it will introduce a way to create and manage crowdfounding/presale for upcoming products (NFT/ERC20/physical) .
Requirements:
- It sho…