Skip to content

Commit 310a468

Browse files
authored
Format README
The current heading of the README is not formatted well and difficult to read. Adding new lines to enhance readability.
1 parent 8dd46ee commit 310a468

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,23 @@
11
Title: Solidity Security: Comprehensive list of known attack vectors and common anti-patterns
2+
23
Date: 2018-05-30 10:20
4+
35
Modified: 2018-10-20 14:00
6+
47
Category: Ethereum
8+
59
Tags: ethereum, solidity, security
10+
611
Slug: solidity-security
12+
713
Authors: Dr Adrian Manning
14+
815
Cover: imgs/solidity-security/sol-rot-13.png
16+
917
CodeBlockCSS: atom-one-dark.css
18+
1019
CodeBlockLineNumbers: true
20+
1121
Summary: This post aims to be a relatively in-depth and up-to-date introductory post detailing the past mistakes that have been made by Solidity developers in an effort to prevent future devs from repeating history.
1222

1323
Although in its infancy, Solidity has had widespread adoption and is used to compile the byte-code in many Ethereum smart contracts we see today. There have been a number of harsh lessons learnt by developers and users alike in discovering the nuances of the language and the EVM. This post aims to be a relatively in-depth and up-to-date introductory post detailing the past mistakes that have been made by Solidity developers in an effort to prevent future devs from repeating history.

0 commit comments

Comments
 (0)