Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/0237h/ethernaut-challs
A week of headaches and enjoying clicking Metamask's confirmation prompt as part of my smart contracts learning journey.
https://github.com/0237h/ethernaut-challs
challs ctf ethereum smart-contracts solidity web3
Last synced: 6 days ago
JSON representation
A week of headaches and enjoying clicking Metamask's confirmation prompt as part of my smart contracts learning journey.
- Host: GitHub
- URL: https://github.com/0237h/ethernaut-challs
- Owner: 0237h
- Created: 2022-06-05T04:58:36.000Z (over 2 years ago)
- Default Branch: master
- Last Pushed: 2022-06-24T22:24:33.000Z (over 2 years ago)
- Last Synced: 2024-04-23T10:07:30.620Z (7 months ago)
- Topics: challs, ctf, ethereum, smart-contracts, solidity, web3
- Language: TypeScript
- Homepage: https://ethernaut.openzeppelin.com/
- Size: 30.3 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ethernaut-challs
A week of headaches and enjoying clicking Metamask's confirmation prompt as part of my smart contracts learning journey.## What ?
My solutions to the Ethernaut [challenges](ethernaut.openzeppelin.com/) are listed here with each directory containing either a `.sol` smart contract along with its deployement script for the [Remix IDE](https://remix.ethereum.org/) or a `.js` file to be run within a web3-enabled console.
## How ?
Some nice tools and resources that helped me for solving these challs :
* [Ethereum Virtual Machine Opcodes](https://ethervm.io/)
* [How to read Ethereum contract storage | by Darius | Medium](https://medium.com/@dariusdev/how-to-read-ethereum-contract-storage-44252c8af925)
* [Solidity documentation](https://docs.soliditylang.org/en/latest/index.html)
* [Tokens - OpenZeppelin Docs](https://docs.openzeppelin.com/contracts/4.x/tokens)
* [OpenZeppelin Contracts](https://github.com/OpenZeppelin/openzeppelin-contracts)## Next ?
I set my eyes on the [Capture the Ether](https://capturetheether.com/) challenges, see you [there](https://github.com/Krow10/capture-the-ether-challs) !