mikedeshazer / bricks

Bricks is a sandbox and instruction manual collection for building smart contract exploits for Ethereum blockchains, designed to help developers think like hackers in a safe, fun environment.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Instruction Manual Markdown Conversion

mikedeshazer opened this issue · comments

commented

Appropriate markdown is needed for converting a blog post to a .md file for Github. Essentially:
This file: https://github.com/mikedeshazer/bricks/blob/master/manuals/TrojanCoinAndExchangeManipulation.md

Would look like this:

https://medium.com/@mikedeshazer/flash-loan-reentry-attack-and-dex-oracle-manipulation-exploit-on-ethereum-trojan-coin-bricks-7969820589d7

Images would be added to a media/images folder in the guthub repo, and reference from the readme to show the screenshots.

Code and terminal samples would have appropriate markdown. The lines about how Medium doesnt render -- would be removed and the -- would appear in the examples instead of the long dashes they convert them to.