Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ptisserand/ethernaut-brownie
Openzeppelin ethernaut challenges solved with brownie
https://github.com/ptisserand/ethernaut-brownie
eth-brownie solidity web3
Last synced: about 1 month ago
JSON representation
Openzeppelin ethernaut challenges solved with brownie
- Host: GitHub
- URL: https://github.com/ptisserand/ethernaut-brownie
- Owner: ptisserand
- Created: 2022-01-22T10:29:12.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-26T19:45:37.000Z (about 2 years ago)
- Last Synced: 2024-04-14T20:06:56.950Z (7 months ago)
- Topics: eth-brownie, solidity, web3
- Language: Solidity
- Homepage: https://ethernaut.openzeppelin.com/
- Size: 106 KB
- Stars: 4
- Watchers: 3
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
This repository contains [openzeppelin ethernaut challenge](https://ethernaut.openzeppelin.com/) solutions using [brownie](https://eth-brownie.readthedocs.io)
For each of these challenges, you will have to add an `.env` file containing your [Infura](https://infura.io/) project ID and private key for your challenge account:
```shell
export WEB3_INFURA_PROJECT_ID='AABBCCDD.......'
export PRIVATE_KEY='0xDEADBEEFCACA...'
```| | |
|---|---|
| [Fallback Challenge](https://ethernaut.openzeppelin.com/level/0x6F9cf195B9B4c1259E8FCe5b4e30F7142f779DeA) | [Solution](01-fallback/fallback/README-fr.md)|
| [Fallout Challenge](https://ethernaut.openzeppelin.com/level/0x40F5513a90fb7e2ac2C3E12A6d16B9279D1e94Ed) | [Solution](02-fallout/fallout/README-fr.md) |
| [Coinflip Challenge](https://ethernaut.openzeppelin.com/level/0xae9677ff69efB3C1B9559C8F2A9ED6a2212148e3) | [Solution](03-coinflip/coinflip/README-fr.md) |
| [Telephone Challenge](https://ethernaut.openzeppelin.com/level/0x466BDd41a04473A01031C9D80f61A9487C7ef488) | [Solution](04-telephone/telephone/README-fr.md) |
| [Token Challenge](https://ethernaut.openzeppelin.com/level/0xDc0c34CFE029b190Fc4A6eD5219BF809F04E57A3) | [Solution](05-token/token/README-fr.md) |
| [Delegation Challenge](https://ethernaut.openzeppelin.com/level/0x31C4D3a9e0ED12A409cF3C84ad145331aB487D3F) | [Solution](06-delegation/delegation/README-fr.md) |
| [Force Challenge](https://ethernaut.openzeppelin.com/level/0x20B5c742dD8A63400644Ba85dd48E8FDB6908A7A) | [Solution](07-force/force/README-fr.md) |
| [Vault Challenge](https://ethernaut.openzeppelin.com/level/0x78BA1a1DD8833A4a20ecAc0Db8f3aCD8A9211beD) | [Solution](08-vault/vault/README-fr.md) |
| [King Challenge](https://ethernaut.openzeppelin.com/level/0x25141B6345378e7558634Cf7c2d9B8670baFA417) | [Solution](09-king/king/README-fr.md) |
| [Reentrancy Challenge](https://ethernaut.openzeppelin.com/level/0x40b8Df5575a55b2f0c55E6e18838AEC7B82aebD7) | [Solution](10-reentrancy/reentrancy/README-fr.md) |
| [Elevator Challenge](https://ethernaut.openzeppelin.com/level/0xe1B98E88F060a661029158b0c45c2B8424C9c83f) | [Elevator](11-elevator/elevator/README-fr.md) |
| [Privacy Challenge](https://ethernaut.openzeppelin.com/level/0x2aa5685ffd9e8e4897caf92855C1959d82DA5E36) | [Solution](12-privacy/privacy/README-fr.md) |