cypherpunks-ctf
cypherpunks-ctf copied to clipboard
Cypherpunks CTF 智能合約漏洞攻擊
Place a script at `script/levels` that can generate transactions for accounts and import accounts into factory contract automatically.
Currently, we are using web3 with version `0.15.3`. It should be upgraded to the v1 version.
The scoreboard should be able to run in the frontend or will need a backend to host it.
When the master branch is modified, static files should be built automatically and push them to gh-pages branch.
Because we have to compile all the contracts with truffle, so it only supports solidity with version under 0.5.0 now. Upgrade [reference](https://ethereum.stackexchange.com/questions/73662/using-two-solc-versions-within-the-same-truffle-project).
If some players send ethers to addresses of future instances could lead to other players unable to win. https://github.com/cypherpunks-core/cypherpunks-ctf/blob/aa4c2500aaddfa8941780546bb5afb177c5c2b9c/contracts/levels/VentureCapital.sol#L14-L15