Skip to content

Commit ac5bedf

Browse files
authored
Add context
Adds context to the github repository
1 parent ec0faad commit ac5bedf

File tree

1 file changed

+5
-21
lines changed

1 file changed

+5
-21
lines changed

README.md

+5-21
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,12 @@
1-
### This repository is the basis for the blog post found here: https://blog.sigmaprime.io/solidity-security.html
1+
# Context
22

3+
This repository is the basis for the blog post found here: https://blog.sigmaprime.io/solidity-security.html.
34

5+
It forms the basis of the Smart Contract Security section in the Mastering Ethereum book: https://github.com/ethereumbook/ethereumbook
46

5-
Title: Solidity Security: Comprehensive list of known attack vectors and common anti-patterns
7+
# Summary
68

7-
Date: 2018-05-30 10:20
8-
9-
Modified: 2018-10-20 14:00
10-
11-
Category: Ethereum
12-
13-
Tags: ethereum, solidity, security
14-
15-
Slug: solidity-security
16-
17-
Authors: Dr Adrian Manning
18-
19-
Cover: imgs/solidity-security/sol-rot-13.png
20-
21-
CodeBlockCSS: atom-one-dark.css
22-
23-
CodeBlockLineNumbers: true
24-
25-
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.
9+
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.
2610

2711
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.
2812

0 commit comments

Comments
 (0)