sudo apt-get install python3-pip
sudo pip3 install virtualenv
import 'dart:math'; | |
import 'package:flutter/material.dart'; | |
const height = 80.0; | |
const gradientBreakPoint = .9; | |
const tabBarLen = 10; | |
void main() { | |
runApp(const MyApp()); | |
} |
Smart Contract Weakness Classification and Test Cases : Overview · Smart Contract Weakness Classification and Test Cases (swcregistry.io)
The Encyclopedia of Smart Contract Attacks and Vulnerabilities : The Encyclopedia of Smart Contract Attacks and Vulnerabilities | by Kaden Zipfel | Better Programming
Most common smart contract bugs of 2020 : Most common smart contract bugs of 2020 | by Manoj P R | Solidified | Medium
The offensive security playground for decentralized finances (learn offensive security of DeFi smart contracts) :