truffle-box / security-starter-box

Web3 security knowledge in a box πŸ”

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Web3 Security Starter Kit πŸ”

Speedrun your way to Web3 security appreciation! This box helps you get from limited Web3 security know-how to a strong baseline, including (although not limited to) contract vulnerabilities and mitigations, broader attack vectors, and security tooling.

Getting Started

This box uses Yarn v3.x. If you are using Node v16.10 or later you can enable it and install the dependencies with the following:

corepack enable
yarn install

Full detail are at the yarn site.

Contents

Under the packages folder we have a bunch of projects for you to test out. Each folder has a README.md in it for you to get more info but most tie into content on our security site to enable you to learn in a hands-on manner.

So lets get stuck in!

  • hackd-dapp - A tutorial on how hacked code or front end deps can be bad for your health and wallet balances.

Support

Reach out via the Truffle Community portal.

About

Web3 security knowledge in a box πŸ”

License:MIT License


Languages

Language:TypeScript 91.2%Language:JavaScript 4.4%Language:Solidity 4.1%Language:HTML 0.2%Language:CSS 0.0%