Skip to content

Adding resources #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 4 additions & 0 deletions GLOSSARY.md
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,10 @@
> Gas is essential to the Ethereum network. It is the fuel that allows it to operate, in the same way that a car needs gasoline to run.

[Learn more from Ethereum Docs](https://ethereum.org/en/developers/docs/gas/)
- What is Ganache?
> Ganache is a test network for Ethereum. It is a blockchain simulator client or virtual blockchain that runs on your computer. It is a free service that allows you to test your smart contracts and Ethereum smart contracts. blockchain simulator client. You can think of it as similar to a localhost server, it's a private blockchain that only runs on your computer.

[Learn more from Ganache Docs](https://trufflesuite.com/ganache/)

## H
- What is Hardhat?
Expand Down
13 changes: 13 additions & 0 deletions RESOURCES.md
Original file line number Diff line number Diff line change
Expand Up @@ -152,6 +152,13 @@

Tutorial from Nader Dabit on how to build Full Stack dApps with React, Ethers.js, and Hardhat.

- [Discover Ethereum & Solidity Unleash the power of blockchain applications](https://www.ludu.co/course/ethereum)

Author: [Tristan Edwards](https://twitter.com/t4t5)

In this tutorial, beginners can create a complete DApp from start to finish, using common best practices from the Ethereum ecosystem with test cases for smart contracrts.


## Intermediate

- [JSON RPC API](https://docs.solana.com/developing/clients/jsonrpc-api)
Expand Down Expand Up @@ -226,6 +233,12 @@

Introduction on how to use TDD when writing an ETH smart contract

- [Smart Contracts Risk Analysis and Flash Loan Exploits - Ethereum Security](https://www.youtube.com/watch?v=nLHCyEvszkc)

Author: [Loom Network](https://twitter.com/loomnetwork)

Mudit Gupta, an advisor to the SushiSwap protocol has a 90 minute video on smart contract security

- [Secure Development Series](https://www.youtube.com/playlist?list=PLdJRkA9gCKOONBSlcifqLig_ZTyG_YLqz)

Author: [tincho](https://twitter.com/tinchoabbate)
Expand Down