https://github.com/eugenioclrc/arbitrum-onchain-ctf
https://github.com/eugenioclrc/arbitrum-onchain-ctf
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/eugenioclrc/arbitrum-onchain-ctf
- Owner: eugenioclrc
- Created: 2022-10-15T16:42:43.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-16T18:00:35.000Z (over 2 years ago)
- Last Synced: 2025-02-28T21:02:56.076Z (2 months ago)
- Language: Svelte
- Homepage: arbitrum-onchain-ctf.vercel.app
- Size: 1.03 MB
- Stars: 4
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Capture The Flag Protocol
Gamifying CTF competitions for learning, fun and profit!The future of work is on Arbitrum, build your onchain resume with CTF protocol.
Please checkout our slides presentations;
[https://docs.google.com/presentation/d/1G4LePHdKW42GngU5y3CrDwPstyPwsMhodEPzJa5A44o/edit?usp=sharing](https://docs.google.com/presentation/d/1G4LePHdKW42GngU5y3CrDwPstyPwsMhodEPzJa5A44o/?usp=sharing)---
## Contracts on Arbitrum Goerli
### NFT ERC1155 ProofOfHacker
address: [0x2f77F78a126c9b50978cf57ECF9d653AA0258Fc6](https://goerli-rollup-explorer.arbitrum.io/address/0x2f77F78a126c9b50978cf57ECF9d653AA0258Fc6/contracts)
CODE: [ProofOfHacker.sol](https://github.com/eugenioclrc/arbitrum-onchain-ctf/blob/main/forge/src/arbitrum/ProofOfHacker.sol)### CHALLENGES FACTORY
address: [0x939aBd7D06623FCD7863C6E243D64c4A1cCd5475](https://goerli-rollup-explorer.arbitrum.io/address/0x939aBd7D06623FCD7863C6E243D64c4A1cCd5475/contracts)
CODE: [ChallengeFactory.sol](https://github.com/eugenioclrc/arbitrum-onchain-ctf/blob/main/forge/src/testnet/ChallengeFactory.sol)### Challenge Sample Factory
address: [0x65Bd5e63BA5347a8cC193521aAB2C7545A8E4427](https://goerli-rollup-explorer.arbitrum.io/address/0x65Bd5e63BA5347a8cC193521aAB2C7545A8E4427/contracts)
CODE: [Challenge0.factory.sol](https://github.com/eugenioclrc/arbitrum-onchain-ctf/blob/main/forge/src/testnet/challenges/Challenge0.factory.sol)