Skip to content

Latest commit

 

History

History
72 lines (48 loc) · 1.19 KB

README.md

File metadata and controls

72 lines (48 loc) · 1.19 KB

The Bet With Devil

Security Concern

  1. https://medium.com/cyfrin/chainlink-oracle-defi-attacks-93b6cb6541bf
  2. https://www.rareskills.io/post/smart-contract-security
  3. https://blog.sigmaprime.io/solidity-security.html
  4. https://www.kingoftheether.com/contract-safety-checklist.html

Usage

Build

$ forge build

Test

$ forge test

Format

$ forge fmt

Gas Snapshots

$ forge snapshot

Anvil

$ anvil

Deploy

$ forge script script/Counter.s.sol:CounterScript --rpc-url <your_rpc_url> --private-key <your_private_key>

Cast

$ cast <subcommand>

Help

$ forge --help
$ anvil --help
$ cast --help

Disclaimer

This repository is only used for learning purposes. Any illegal use is prohibited. Any consequences caused by malicious use of this repository have nothing to do with this repository.

No commercial use!
No modification!
No distribution!

License

Creative Commons License