DCTF/README.md

32 lines
1.1 KiB
Markdown
Raw Normal View History

2023-05-25 13:58:35 +00:00
# DCTF Beta
2023-05-25 08:43:32 +00:00
2023-05-25 13:58:35 +00:00
Decentralized CTF engine, used by CCTF
Testnet deployment on Moonbase Alpha: https://moonbase.moonscan.io/address/0x919f68cc35ce5d49a45c94dc44e7bf444f9a7531
2023-06-06 09:50:25 +00:00
Contributors: six, Silur, Anonz team, Metafaka team, BMEta team
2023-08-22 06:27:04 +00:00
# Workshop at HITB 2023
We will go through a fast intro to Web3 and how to hack DCTF. Anyone present at HITB 2023 Phuket, feel free to ask user six at the Crypto Village desk. Agenda:
- What is blockchain/web3/other buzzwords and the tech behind?
- Consensus, RPoW, PoW, PoS
- LibP2P and nodes
- Solidity, js and rust (where and what and why?)
- Substrate
- ECDSA logic, signing, basics
- Logic of DCTF
- Resources for hacking DCTF
- Next steps for CCTF and decentralized community
This is a free flow workshop. Six can explain these you in 20 mins, but vibes will tell how long you stay and hack.
2023-08-24 04:29:28 +00:00
For generating the ECDSA signatures and message hashes, use: https://git.hsbp.org/six/eth_keygen/src/branch/master/ethkeygen.py
2023-08-22 06:27:04 +00:00
2023-06-06 09:50:25 +00:00
### Short-term ToDo
- [ ] Update ABI
- [ ] Check and fix FE - contract integration
- [ ] Add FE missing functions
- [ ] Re-architect in a way we don't need to redeploy