Skip to content

Instantly share code, notes, and snippets.

View poolsar42's full-sized avatar

poolsar42 poolsar42

View GitHub Profile
@poolsar42
poolsar42 / Truffle_attack.md
Last active February 20, 2022 21:56
Developping attacking contracts with truffle

Ave

Sometimes it's necessary to atack your target contract with another one. And sometimes attacker should create and deploy another contract. There are many options to accomplish it, some of them are Truffle, Remix, Hardhat and Replit. Here I want to write about how to do so with Truffle.

Target

We are going to discuss Re-entrancy contract from Ethernaut.

@poolsar42
poolsar42 / Guide.md
Last active January 23, 2023 06:49
Uploading large folders to IPFS

Hiya!

Uploading gigantic folders and files to IPFS sometimes could be tricky! But we are going to make it. I tried to write complete instructions on how to do this. But feel free to ask if something isn't going according to plan. 😉

IPFS Desktop

  1. First thing we need to do is to install IPFS Desktop client. Follow the link and choose your option.
  2. Open your IPFS Desktop and wait a bit until it loads.