mwkby71 commited on
Commit
a449bfa
1 Parent(s): 21e998e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +19 -0
README.md CHANGED
@@ -1,3 +1,22 @@
1
  ---
2
  license: mit
 
 
 
 
 
 
 
 
 
 
3
  ---
 
 
 
 
 
 
 
 
 
 
1
  ---
2
  license: mit
3
+ task_categories:
4
+ - token-classification
5
+ tags:
6
+ - smart contract
7
+ - ethereum
8
+ - blockchain
9
+ - security
10
+ pretty_name: Malicious Smart Contract Classification Dataset
11
+ size_categories:
12
+ - 100K<n<1M
13
  ---
14
+
15
+ # Malicious Smart Contract Classification Dataset
16
+
17
+ This dataset includes malicious and benign smart contracts deployed on Ethereum.
18
+
19
+
20
+ Code used to collect this data: [data collection notebook](https://github.com/forta-network/starter-kits/blob/main/malicious-smart-contract-ml-py/data_collection.ipynb)
21
+
22
+ For more details on how this dataset can be used, please check out this blog: [How Forta’s Predictive ML Models Detect Attacks Before Exploitation](https://forta.org/blog/how-fortas-predictive-ml-models-detect-attacks-before-exploitation/)