Skip to content

Commit

Permalink
Fixed > surajondev#2 > new resources !
Browse files Browse the repository at this point in the history
  • Loading branch information
rohitroy-github committed Oct 21, 2022
1 parent 6c9976f commit bee8326
Show file tree
Hide file tree
Showing 2 changed files with 24 additions and 1 deletion.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,10 @@ This repository features impressive collections of resources to learn Web 3.0..
- 馃搫[Official Documentation](https://remix-ide.readthedocs.io/en/latest/)
- 鈻讹笍[Deploy your first Solidity smart contract with Remix IDE](https://www.youtube.com/watch?v=bZKVfXmzRDw)

## Hardhat
- 馃搫[Official Documentation](https://hardhat.org/docs)
- 鈻讹笍[Deploy Solidity Smart Contracts with Hardhat Local Blockchain](https://www.youtube.com/watch?v=GBc3lBrXEBo)

## Framework/SDK for dApp development

- ### thirdweb
Expand Down
21 changes: 20 additions & 1 deletion client/src/localBlockchain.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,28 @@ During the development of dApp, it's not recommended to deploy smart contracts d

![Ganache](https://miro.medium.com/max/624/1*6Cbo1WZ499BM4b8Q7Ziyug.png)

[Ganache](https://trufflesuite.com/docs/ganache/) is one such application that provides you with a local blockchain network. It has both terminal and GUI-based applications. If have used the GUI version and it鈥檚 awesome for development. It's quick and has 10 accounts created already. You can deploy and interact with the smart contract easily.
1. [Ganache](https://trufflesuite.com/docs/ganache/) is one such application that provides you with a local blockchain network. It has both terminal and GUI-based applications. If have used the GUI version and it鈥檚 awesome for development. It's quick and has 10 accounts created already. You can deploy and interact with the smart contract easily.

# Resouces to learn

- 馃搫[Official Documentation](https://trufflesuite.com/docs/ganache/)
- 鈻讹笍[Deploy Solidity Smart Contracts with Ganache Personal Blockchain](https://www.youtube.com/watch?v=UnNPv6zEbwc)
---
![Hardhat](https://hardhat.org/card.jpg)

2. [Hardhat](https://hardhat.org/docs) is another such application that provides you with a local blockchain network. Hardhat is a development environment for Ethereum software. It consists of different components for editing, compiling, debugging and deploying your smart contracts and dApps, all of which work together to create a complete development environment.

# Resouces to learn

- 馃搫[Official Documentation](https://hardhat.org/docs)
- 鈻讹笍[Deploy Solidity Smart Contracts with Hardhat Local Blockchain](https://www.youtube.com/watch?v=GBc3lBrXEBo)
---
![Remix IDE](https://cdn.tealfeed.com/articles/content-images/6225dae7ddb8523648dd7879/1646648092476-252776.png)

3. [Remix IDE](https://remix-project.org/) is another such popularly used application that provides you with a local blockchain network. Remix IDE allows developing, deploying and administering smart contracts for Ethereum like blockchains. It can also be used as a learning platform.

# Resouces to learn

- 馃搫[Official Documentation](https://remix-ide.readthedocs.io/en/latest/)
- 鈻讹笍[Deploy Solidity Smart Contracts with Remix online IDE blockchain development environment ](https://www.youtube.com/watch?v=bZKVfXmzRDw)
---

0 comments on commit bee8326

Please sign in to comment.